latestOpenAPI 3.0.02026-08-19219210532.7 KB

bd5a5f406bca

dashboard
bff

List individual coaching assignments with pagination

get/api/v1/individual-coaching-assignments

Query parameters

idsstring[] nullable

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.

pagenumber

Page number starting from 1.

limitnumber

Limit for the number of results per page.

createdAt'ASC' | 'DESC'
dueDate'ASC' | 'DESC'
lastUpdatedAt'ASC' | 'DESC'
teamIdstring uuid

Optional. Scope assignments to members of this team. Combined with userIds it narrows to the intersection. Omit to include all manageable learners.

userIdsstring[]

Optional. Filter individual coaching assignments to specific learner UUIDs. Omit to include all learners.

trackReferenceIdsstring[]

Filter individual coaching assignments by one or more track reference IDs.

dueDateAfterstring date-time

Optional. Inclusive lower bound (>=) on the assignment due date, ISO 8601. Omit for no lower bound.

dueDateBeforestring date-time

Optional. Exclusive upper bound (<) on the assignment due date, ISO 8601. Omit for no upper bound.

Response