From OpenDCIM Wiki
Revision as of 10:58, 23 December 2015 by Scott (Talk | contribs)

Jump to: navigation, search

Department

All calls to the /department tree of the API will return a collection or single entity in the following format:

{
    "error": false,
    "errorcode": 200,
    "department": [
        {
            "DeptID": "1",
            "Name": "Accounting",
            "ExecSponsor": "Scrooge McDuck",
            "SDM": "",
            "Classification": "Admin",
            "DeptColor": "#FFFFFF"
        }
    ]
}

/department
Method GET
Parameters none
Specific Permission Required Contact Administrator

This URI will return a collection of all departments defined within openDCIM. There is a corresponding Entity URL for retrieving a single entity.


API Documentation