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
comparecompareWithAuthList
is a boolean indicating whether to compare with the authenticated list.
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
idid
is a number representing the id of the media list.
Optional
isisFollowing
is a boolean indicating whether the user is following the media.
Optional
mediamediaId
is a number representing the id of the media.
Optional
mediamediaId_in
is an array of numbers representing the ids of the media.
Optional
mediamediaId_not_in
is an array of numbers representing the ids not included in the media.
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
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
useruserId_in
is an array of numbers representing the ids of the users.
Optional
useruserName
is a string representing the name of the user.
MediaListVariables
is an interface representing the variables for theMediaListQuery
. It includes optional parameters for querying media list data.