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