π΅GET results
Fetches a list of results from the organisation.
URL
GET https://training.tapintosafety.com.au/api/v2/resultsParameters
curl https://training.tapintosafety.com.au/api/v2/results \
-G -d "startDate=2022-08-01" -d "endDate=2022-08-31" \
-d "reportingFilters[]=00000000-0000-0000-0000-000000000000" \
-d "page=2" \
-H "Authorization: Bearer $APIKey"Responses
Name
Type
Description
{
"entities": [
{
"id": "00000000-0000-0000-0000-000000000000",
"userId": "00000000-0000-0000-0000-000000000000",
"courseId": "00000000-0000-0000-0000-000000000000",
"multiCourseResultId": "00000000-0000-0000-0000-000000000000",
"isComplete": true,
"dateCompleted": "2022-09-15T07:04:24.696Z",
"score": 5,
"maximumScore": 10,
"passRate": 80,
"courseType": "SINGLE_COURSE",
"resultFilters": [
"00000000-0000-0000-0000-000000000000"
]
}
],
"page": 1,
"entitiesReturned": 1,
"totalEntities": 1,
"links": [
{
"type": "Next Page",
"href": "https://training.tapintosafety.com.au/api/v2/results?page=2",
"method": "GET"
}
]
}Last updated