GET Get all Proctoring Settings

This API retrieves all proctoring settings in Assessment settings.

Request URL

GET /proctoring

Warning

Make sure to add your API key in Header of the request

Response

  • A JSON response containing all proctoring status.

{
    "proctoring": {
        "ai": false,
        "eyegaze": false,
        "offtab": true,
        "screen_record": false,
        "webcam": true
    }
}