Get subject

Returns a specific subject by ID.

Path Parameters
  • subject_id
    Type: string
    required

    Unique identifier of the subject.

Responses
  • application/json
  • application/json
  • application/json
Request Example for get/apis/subjects/subjects/{subject_id}
curl https://ff-business-school.fullfabric.cloud/apis/subjects/subjects/507f1f77bcf86cd799439011 \
  --header 'FF-Auth: YOUR_SECRET_TOKEN'
{
  "id": "6385baad976a7719120008ca",
  "external_id": "CF-101",
  "code": "CF101",
  "name": "Corporate Finance",
  "theme_id": "614d9b0a3b5d005eac000139"
}