************************************** ``GET`` Get all Proctoring Settings ************************************** This API retrieves all proctoring settings in Assessment settings. Request URL ============= .. code-block:: GET /proctoring .. warning:: Make sure to add your API key in Header of the request Response ========== - A JSON response containing all proctoring status. .. code-block:: JSON { "proctoring": { "ai": false, "eyegaze": false, "offtab": true, "screen_record": false, "webcam": true } }