For Developers
Subjects Overview
A Subject is a topic of study. It is associated with a Department and a Course.
Properties
| Property | Type | Description |
|---|---|---|
id | string | The UUID for the subject. $filter operators: equals in not in |
created_date | Date | When the subject was first seen by Edlink. |
updated_date | Date | When the subject was last changed in Edlink. $filter operators: equals gt lt gte lte |
properties | object | Non-standard properties that may be of interest to the developer. |
name | string | The name of the subject. |
code | string | Code for the subject. |
ceds_code | string | CEDS Course Subject Area. |
description | string | A description of the subject. |
identifiers | Identifier[] | Additional IDs associated with the object. |
department_id | string | The 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"
}
