latestOpenAPI 3.0.02026-08-19219210532.7 KB
bd5a5f406bca
content-allocation
Assign content to users
post/api/v1/assignments
Request body
dueDatestring date-time
Optional due date for the content assignment
userIdsstring[] required
Array of user UUIDs to assign content to (min: 1, max: 10)
Response
completedMissionIdsstring[] required
Array of completed mission IDs
contentTitlestring nullable
Resolved title of the referenced content
createdAtstring date-time required
The creation date
dueDatestring date-time nullable
The due date for completing the content
idstring required
The unique identifier of the assigned content
initiatingUserIdstring nullable
ID of the user who initiated the assignment
lastUpdatedAtstring date-time required
The last update date
sprintScheduleIdstring nullable
ID of the associated sprint schedule
state'notStarted' | 'started' | 'completed' required
The state of the content allocation
totalMissionsnumber nullable
Total missions in the referenced track content
trackIdstring
Parent track id for mission-type allocations
type'autoTrackAllocation' | 'track' | 'managerAssigned' | 'refresher' | 'sprint' | 'selfEnrolled' required
The type of content allocation
userIdstring required
The unique identifier of the user