Get courses
Returns all courses in the academic catalogue.
Responses
- application/json
- application/json
- application/json
Request Example for get/apis/courses/courses
curl https://school.fullfabric.cloud/apis/courses/courses \
--header 'FF-Auth: YOUR_SECRET_TOKEN'
[
{
"id": "6385baad976a7719120008ca",
"external_id": "CF-101",
"code": "CF101",
"name": "Corporate Finance",
"theme": null
},
{
"id": "6385baad976a7719120008cb",
"external_id": "MKT-201",
"code": "MKT201",
"name": "Marketing & Brand Strategy",
"theme": null
},
{
"id": "6385baad976a7719120008cc",
"external_id": "OB-301",
"code": "OB301",
"name": "Organisational Behaviour",
"theme": null
}
]