Optional
asasArray
is a boolean indicating whether to return the result as an array.
Optional
asasHtml
is a boolean indicating whether to return the result as HTML.
Optional
chunkchunk
is a number representing the chunk of the media list collection.
Optional
completedcompletedAt
is a number representing the completion date of the media.
Optional
completedcompletedAt_greater
is a number representing the completion date greater than the media.
Optional
completedcompletedAt_lesser
is a number representing the completion date lesser than the media.
Optional
completedcompletedAt_like
is a string representing the completion date similar to the media.
Optional
forceforceSingleCompletedList
is a boolean indicating whether to force a single completed list.
Optional
notesnotes
is a string representing any notes about the media.
Optional
notes_notes_like
is a string representing the notes similar to the media.
Optional
perperChunk
is a number representing the number of media per chunk.
Optional
scorescoreFormat
is a string representing the format of the score of the media.
Optional
sortsort
is an array of strings representing the sort order of the media.
Optional
startedstartedAt
is a number representing the start date of the media.
Optional
startedstartedAt_greater
is a number representing the start date greater than the media.
Optional
startedstartedAt_lesser
is a number representing the start date lesser than the media.
Optional
startedstartedAt_like
is a string representing the start date similar to the media.
Optional
statusstatus
is a string representing the status of the media.
Optional
status_status_in
is an array of strings representing the statuses of the media.
Optional
status_status_not
is a string representing the status not included in the media.
Optional
status_status_not_in
is an array of strings representing the statuses not included in the media.
Optional
typetype
is a string representing the type of the media.
Optional
useruserId
is a number representing the id of the user.
Optional
useruserName
is a string representing the name of the user.
MediaListCollectionVariables
is an interface representing the variables for theMediaListCollectionQuery
. It includes optional parameters for querying media list collection data.