Documentation Index
Fetch the complete documentation index at: https://developers.smarterservices.com/llms.txt
Use this file to discover all available pages before exploring further.
Unique SID of the application install. Pattern: AI + 32 hex chars.
^AI[a-f0-9]{32}$"AI1234567890abcdef1234567890abcdef"
Unique SID of the exam whose assignments are being modified. Pattern: EX + 32 hex chars.
^EX[a-f0-9]{32}$"EX1234567890abcdef1234567890abcdef"
Payload containing enrollment SIDs to assign or unassign from the exam.
Array of enrollment SIDs to assign to the exam. Their exam session status will be set to Needs Proctor.
^EN[a-f0-9]{32}$Array of enrollment SIDs to unassign from the exam. Their active exam sessions will be cancelled with reason removed-by-limited-scope.
^EN[a-f0-9]{32}$Successful
The response is of type string.