Skip to main content
GET
/
v1
/
installs
/
{installSid}
/
reports
/
aggregatedStats
Exam Type Stats
curl --request GET \
  --url https://api.smarterproctoring.com/v1/installs/{installSid}/reports/aggregatedStats \
  --header 'token: <api-key>'
{
  "results": [
    {
      "data": {
        "date": "<string>",
        "ad-hoc": 123,
        "b-virtual": 123,
        "instructor-as-proctor": 123,
        "messaging": 123,
        "register-blast": 123,
        "proctoru": 123,
        "examity": 123
      }
    }
  ]
}

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}$

Response

200 - application/json

Successful

results
object[]