API: Department Record Resource
Resource URI
https://directory.unl.edu/departments/{id}|{org_unit}?format={format}
Get details about a department
Example
GET https://directory.unl.edu/departments/362?format=json
Resource Properties
Property | Description |
---|---|
name | Name of this deparmtnet/unit |
org_unit | Official org unit ID from SAP |
Response
null
GET https://directory.unl.edu/departments/362?format=xml
Resource Properties
Property | Description |
---|---|
department | The department element, which contains 'parent' and 'child' children elements. |
parent | A link to the parent department the link is available in the xlink:href attribute |
child | A link to the child department, the link is available in the xlink:href attribute (there can be many of these) |
Response
Sorry, we could not get a sample for you.
GET https://directory.unl.edu/departments/362?format=partial
Response
Sorry, we could not get a sample for you.
Format Information
The following is a list of formats used in Directory.
- JSON (JavaScript Object Notation)
- XML (Extensible Markup Language)
- Partial - The un-themed main content area of the page.