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

Authorizations

Authorization
string
header
required

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

Query Parameters

email
string<email>
studentId
string
startDate
string<date-time>
required
endDate
string<date-time>
required
timezone
string

Response

200 - application/json

Successful response

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