Skip to content

Get summary report

Request

Security
imfKey
Query
startDatestring, (date-time)required
endDatestring, (date-time)required
curl -i -X GET \
  'https://innovario.apishowdown.com/_mock/cicd-repo/openapi/reports/summaries?startDate=2023-01-01T00%3A00%3A00Z&endDate=2023-02-01T00%3A00%3A00Z' \
  -H 'IMF-KEY: YOUR_API_KEY_HERE'

Responses

OK.

Bodyapplication/json
idstringread-only
startDatestring, (date-time)
endDatestring, (date-time)
usersinteger
attemptsinteger
quizzesinteger
passRatenumber
checklistsinteger
Response
{ "id": "rpt_abc987def123", "startDate": "2023-01-01T00:00:00Z", "endDate": "2023-02-01T00:00:00Z", "users": 35, "attempts": 45, "quizzes": 3, "passRate": 0.73, "checklists": 2 }