Skip to main content
GET
/
v1
/
installs
/
{installSid}
/
reports
/
aggregatedStats
Exam Type Stats
curl --request GET \
  --url http://api.dev.smarterproctoring.com/v1/installs/{installSid}/reports/aggregatedStats \
  --header 'token: <api-key>'
{
  "results": [
    {
      "date": "<string>",
      "count": 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[]