Get theme by id or external id
Returns the details of a specific theme by its ID or external ID.
Path Parameters
- Type: stringtheme
_id requiredUnique identifier of the theme.
Responses
- application/json
- application/json
- application/json
Request Example for get/apis/institutions/themes/{theme_id}
curl https://school.fullfabric.cloud/apis/institutions/themes/507f1f77bcf86cd799439011 \
--header 'FF-Auth: YOUR_SECRET_TOKEN'
{
"id": "614d9b0a3b5d005eac000139",
"external_id": "101",
"name": "Finance"
}