Skip to main content
GET
/
v2
/
installs
/
{installSid}
/
exams
/
{examSid}
/
sessions
/
{sessionSid}
/
annotations
/
{annotationSid}
Get Annotation Details
curl --request GET \
  --url http://api.dev.smarterproctoring.com/v2/installs/{installSid}/exams/{examSid}/sessions/{sessionSid}/annotations/{annotationSid} \
  --header 'token: <api-key>'
"<string>"

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.

Authorizations

token
string
header
required

Path Parameters

installSid
string
required

Install Sid

Pattern: ^AI[a-f0-9]{32}$
examSid
string
required

Exam Sid

Pattern: ^EX[a-f0-9]{32}$
sessionSid
string
required

Exam Session Sid

Pattern: ^ES[a-f0-9]{32}$
annotationSid
string
required

Identifier of Exam Session Annotation

Pattern: ^AN[a-f0-9]{32}$

Response

default - application/json

Successful

The response is of type string.