Skip to content

Reports

Endpoints for generating and retrieving reports on learner progress, activity completion, and overall performance. Use these APIs to access and analyze data on individual learners or groups, as well as export reports for further analysis.

Get users

Request

Security
imfKey
curl -i -X GET \
  https://innovario.apishowdown.com/_mock/cicd-repo/openapi/users \
  -H 'IMF-KEY: YOUR_API_KEY_HERE'

Responses

OK.

Bodyapplication/json
Array [
idstring
badgesCountinteger
assignmentsinteger
activityinteger
]
Response
[ { "id": "usr_abc123", "badgesCount": 0, "assignments": 0, "activity": 0 } ]