π΅GET courses
Fetches a list of courses available to the organisation.
URL
GET https://training.tapintosafety.com.au/api/v2/coursesParameters
curl https://training.tapintosafety.com.au/api/v2/courses \
-G -d "categoryType=safety-training" -d "name=Safety" \
-H "Authorization: Bearer $APIKey"Responses
Name
Type
Description
{
"entities": [
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "Example Name",
"passRate": 80,
"categories": [
{
"type": "example-category",
"name": "Example Category"
}
]
}
],
"page": 1,
"entitiesReturned": 1,
"totalEntities": 1,
"links": []
}Last updated