For Developers
Departments Overview
A Department is a unit within a school or group of Subjects. It can be associated with a School.
Properties
Property | Type | Description |
---|---|---|
id | string | The UUID for the department. $filter operators: equals in not in |
created_date | Date | When the department was first seen by Edlink. |
updated_date | Date | When the department 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 department. |
description | string | A description of the department. |
identifiers | Identifier[] | Additional IDs associated with the object. |
school_ids | string[] | An array of UUIDs of the associated Schools. |
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": "Department of Mathematics",
"description": "A description of the department.",
"school_ids": []
}