API Routes - reports
Last updated
Last updated
GET
https://admin.serverside.ai/api/v2/systems
This route lists all of your systems. You will need the system id to list or query reports.
Name | Type | Description |
---|---|---|
GET
https://admin.serverside.ai/api/v2/systems/:systemid/reports
This route lists all the report names for a system. Use the id (UUID) from the GET systems route above.
GET
https://admin.serverside.ai/api/v2/systems/:systemid/reports/:report-name
Get the report name from the 'get reports by system' route above.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
x-api-key
string
Your serverside.ai API key
:systemid
string
id (UUID) of the relevant system.
x-api-key
string
Your serverside.ai API key
:systemid
string
id of relevant system (UUID)
:report-name
string
e.g. "Viewing-Time"
start
number
Start datetime as a number (UNIX timestamp)
end
number
End datetime as a number (UNIX timestamp)
interval
number
Sampling interval in milliseconds