Skip to main content
GET
/
edubridge
/
analytics
/
enrollment
/
{enrollmentId}
List all facts for a given enrollment
curl --request GET \
  --url https://api.alpha-1edtech.ai/edubridge/analytics/enrollment/{enrollmentId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "enrollmentId": "<string>",
  "facts": {},
  "factsByApp": {},
  "startDate": "2023-11-07T05:31:56Z",
  "endDate": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.timeback.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

enrollmentId
string
required

Query Parameters

startDate
string<date-time>
endDate
string<date-time>
timezone
string

Response

200 - application/json

Successful response

message
string
required
enrollmentId
string
required
facts
object
required
factsByApp
object
required
startDate
string<date-time>
endDate
string<date-time>