bd5a5f406bca
List assignment history with pagination
Query parameters
Array of IDs to filter results. To skip this filter, omit the key entirely from your JSON. Never write the bare word undefined (that is invalid JSON). Empty arrays and null are also treated as omission.
Page number starting from 1.
Limit for the number of results per page.
Optional. Filter assignments to specific learner UUIDs. Omit to include all learners.
Optional. Filter by allocation type (e.g. track vs mission). Omit to include all types.
Optional. Restrict to allocations of these tracks or their missions.
Optional. Inclusive lower bound (>=) on the assignment due date, as an ISO 8601 date-time string. Assignments due on/after this instant are included. Omit for no lower bound.
Optional. Exclusive upper bound (<) on the assignment due date, as an ISO 8601 date-time string. Assignments due strictly before this instant are included. Omit for no upper bound.