latestOpenAPI 3.0.02026-08-19219210532.7 KB

bd5a5f406bca

dashboard
bff

List role-play sessions across all team users

get/api/v1/team-activity/role-play-sessions

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.

orderobject

Order configuration as a key-value object where keys are field names and values are "ASC" or "DESC".

createdAfterstring date-time

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

createdBeforestring date-time

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

teamIdstring uuid
userNamestring
userIdsstring[]
missionTitlestring
missionReferenceIdsstring[]
scorecardReferenceIdsstring[]
state'PENDING' | 'PROCESSING' | 'DONE'
trackIdsstring[]

Optional. Filter sessions to missions belonging to these tracks (resolved server-side). Blank/whitespace entries are dropped; an all-empty list is treated as no filter. Omit to include all tracks.

Response