Optionalavailable_Only assignments available at or after this time are returned.
Optionalavailable_Only assignments available at or before this time are returned.
OptionalburnedWhen set to true, returns assignments that have a value in data.burned_at. Returns assignments with a null
data.burned_at if false.
OptionalhiddenReturn assignments with a matching value in the hidden attribute.
OptionalidsOnly resources where data.id matches one of the array values are returned.
Optionalimmediately_When set to true, returns assignments which are immediately available for lessons.
Optionalimmediately_When set to true, returns assignments which are immediately available for review.
Optionalin_When set to true, returns assignments which are in the review state.
OptionallevelsOnly assignments where the associated subject level matches one of the array values are returned. Valid values
range from 1 to 60.
Optionalpage_Get a collection's next page containing pages.per_page resources after the given ID.
This will take precedence over page_before_id if both are specified.
Optionalpage_Get a collection's previous page containing pages.per_page resources before the given ID.
The page_after_id parameter takes precedence over this if it is specified alongside this parameter.
Optionalsrs_Only assignments where data.srs_stage matches one of the array values are returned. Valid values range from 0
to 9.
OptionalstartedWhen set to true, returns assignments that have a value in data.started_at. Returns assignments with a null
data.started_at if false.
Optionalsubject_Only assignments where data.subject_id matches one of the array values are returned.
Optionalsubject_Only assignments where data.subject_type matches one of the array values are returned.
OptionalunlockedWhen set to true, returns assignments that have a value in data.unlocked_at. Returns assignments with a null
data.unlocked_at if false.
Optionalupdated_Only resources updated after this time are returned.
Parameters that can be passed to the WaniKani API to filter a request for an Assignment Collection.
See