Get themes
Returns a list of all themes defined for your institution. Themes classify programmes by subject area and are used as filters on the application portal.
Responses
- application/json
- application/json
- application/json
Request Example for get/apis/institutions/themes
curl https://ff-business-school.fullfabric.cloud/apis/institutions/themes \
--header 'FF-Auth: YOUR_SECRET_TOKEN'
[
{
"id": "614d9b0a3b5d005eac000139",
"external_id": "101",
"name": "Finance"
},
{
"id": "614d9b2b6ab7285d4c0000f3",
"external_id": "102",
"name": "Management"
},
{
"id": "614d9b346ab72853650001e9",
"external_id": "103",
"name": "Marketing & Strategy"
}
]