curl --request GET \
--url https://api.alpha-1edtech.ai/edubridge/applicationMetrics/{applicationSourcedId} \
--header 'Authorization: Bearer <token>'{
"data": [
{
"applicationSourcedId": "<string>",
"metric": "xp",
"metricSource": "timeback_app"
}
]
}Returns all application metrics for a given application.
This endpoint provides a way to retrieve all tracked metrics associated with an application, including the metric type and source information.
curl --request GET \
--url https://api.alpha-1edtech.ai/edubridge/applicationMetrics/{applicationSourcedId} \
--header 'Authorization: Bearer <token>'{
"data": [
{
"applicationSourcedId": "<string>",
"metric": "xp",
"metricSource": "timeback_app"
}
]
}The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier for the application
Successful response
Show child attributes