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": "00000000-0000-0000-0000-000000000000",
    "created_date": "2021-07-13T17:45:27.570Z",
    "updated_date": "2021-07-13T17:45:27.570Z",
    "properties": {},
    "name": "Mathematics",
    "code": "MATH",
    "ceds_code": "02",
    "description": "A description of the subject.",
    "department_id": "00000000-0000-0000-0000-000000000000"
}