Optional
available_Only assignments available at or after this time are returned.
Optional
available_Only assignments available at or before this time are returned.
Optional
burnedWhen set to true
, returns assignments that have a value in data.burned_at
. Returns assignments with a null
data.burned_at
if false
.
Optional
hiddenReturn assignments with a matching value in the hidden
attribute.
Optional
idsOnly resources where data.id
matches one of the array values are returned.
Optional
immediately_When set to true
, returns assignments which are immediately available for lessons.
Optional
immediately_When set to true
, returns assignments which are immediately available for review.
Optional
in_When set to true
, returns assignments which are in the review state.
Optional
levelsOnly assignments where the associated subject level matches one of the array values are returned. Valid values
range from 1
to 60
.
Optional
page_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.
Optional
page_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.
Optional
srs_Only assignments where data.srs_stage
matches one of the array values are returned. Valid values range from 0
to 9
.
Optional
startedWhen set to true
, returns assignments that have a value in data.started_at
. Returns assignments with a null
data.started_at
if false
.
Optional
subject_Only assignments where data.subject_id
matches one of the array values are returned.
Optional
subject_Only assignments where data.subject_type
matches one of the array values are returned. Valid values are:
radical
, kanji
, or vocabulary
.
Optional
unlockedWhen set to true, returns assignments that have a value in data.unlocked_at
. Returns assignments with a null
data.unlocked_at
if false
.
Optional
updated_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