This API is still under development and not currently accessible.
The Department object
Name | Type | Description |
---|---|---|
id | string | Randomly generated ID assigned upon creation |
name | string | The name of the department |
created_at | datetime | The datetime this department was created |
EXAMPLE OBJECT
{
"_type": "Department",
"id":"90c8e4f2-3fba-4747-9322-00635bcff1bc",
"created_at":"2014-10-22T13:04:27.329-04:00",
"name":"Founders"
}
<department>
<_type>Department</_type>
<id>90c8e4f2-3fba-4747-9322-00635bcff1bc</id>
<created-at>2014-10-22T13:04:27.329-04:00</created-at>
<name>Founders</name>
</department>
Updated 2 years ago