For Developers

Subjects Overview

A Subject is a topic of study. It is associated with a Department and a Course.

Properties

PropertyTypeDescription
idstringThe UUID for the subject.
$filter operators: equals in not in
created_dateDateWhen the subject was first seen by Edlink.
updated_dateDateWhen the subject was last changed in Edlink.
$filter operators: equals gt lt gte lte
propertiesobjectNon-standard properties that may be of interest to the developer.
namestringThe name of the subject.
codestringCode for the subject.
ceds_codestringCEDS Course Subject Area.
descriptionstringA description of the subject.
identifiersIdentifier[]Additional IDs associated with the object.
department_idstringThe UUID of the associated Department.

JSON Example

{
    "id": "4f099c36-4533-5b30-9f1a-cf50fa5fec64",
    "code": "CHEM-102",
    "ceds_code": "CEDS.03",
    "description": "Some extra text",
    "created_date": "2023-05-04T21:57:53.814Z",
    "updated_date": "2025-08-07T22:34:43.814Z",
    "name": "Chemistry II",
    "properties": {},
    "identifiers": [],
    "department_id": "9c529a86-fbd4-5667-994a-0f41218fb0b7"
}