Api referenceExam collectionsExamsTrials
Create the session of a trial
Add session to a trial
Add session to a trial
AuthorizationBearer <token>
In: header
Path Parameters
examCollectionId*string
attemptId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v2/exam-collections/string/exams/{id}/trials/string/session" \ -H "Content-Type: application/json" \ -d '{}'{}