AladiaDocs
Api referenceExams in coursesAttemptsEvents

Create the session proctoring of an event

Create an event

POST
/v2/exams-in-courses/{courseId}/attempts/{attemptId}/session/proctoring/events

Create an event

AuthorizationBearer <token>

In: header

Path Parameters

courseId*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/exams-in-courses/string/attempts/string/session/proctoring/events" \  -H "Content-Type: application/json" \  -d '{    "events": [      {        "type": "string"      }    ]  }'
{}