latestOpenAPI 3.0.02026-08-19219210532.7 KB

bd5a5f406bca

dashboard
bff

List team sprints and 1:1 assignments as one paginated list

get/api/v1/assignments-overview

Query parameters

pagenumber

Page number starting from 1.

limitnumber

Limit for the number of results per page.

teamIdstring uuid

Optional. Restrict to one team. Reaches a sprint through the team it was assigned to, and a 1:1 assignment through the learners of that team. Omit for every team the caller manages.

memberIdsstring[]

Optional. Keep only assignments reaching at least one of these learners. Omit to include all learners.

trackIdsstring[]

Optional. Restrict to these tracks, including mission assignments whose parent track is one of them. Omit to include all content.

dueDateAfterstring date-time

Optional. Inclusive lower bound (>=) on the deadline, as an ISO 8601 date-time string. Omit for no lower bound.

dueDateBeforestring date-time

Optional. Exclusive upper bound (<) on the deadline, as an ISO 8601 date-time string. Omit for no upper bound.

dueDate'ASC' | 'DESC'
referenceType'ASC' | 'DESC'
startDate'ASC' | 'DESC'
status'ASC' | 'DESC'

Optional. Sort configuration. Content title and completion are not sortable: titles live in the CMS, and completion needs a CMS mission count on 1:1 rows, so neither can be ordered in SQL. Defaults to the newest deadline first, with deadline-less assignments last.

Response