Organizations

GET {{base_url}}/organization

Use this endpoint to retrieve all organizations from Configuration.

The call returns one JSON structure like the following for each organization. The client defined values are two letters or digits that represent each organizational level up to 5 sublevels.

Each level is separated by a colon or the user-defined delimiter that matches your system. In this example, PR could represent the company itself, 11 could represent the office or branch location, CO could represent a specific office location, and 22 could represent a more specific level of the organization such as a functional department.

{
"Org": "PR:11:CO:22",
"Name": "Corporate"
}

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

[{"Org":"AP:00:SF:TR","Name":"Friday - November 17, 2017"},{"Org":"PR:00:BO:AD","Name":"Boston Admin"},{"Org":"PR:00:BO:AR","Name":"Boston Architecture"},{"Org":"PR:00:BO:EN","Name":"Boston Engineering"},{"Org":"PR:00:CO:00","Name":"Corporate"},{"Org":"PR:00:DC:AD","Name":"Washington Admin"},{"Org":"PR:00:DC:AR","Name":"Washington Architecture"},{"Org":"PR:00:DC:EN","Name":"Washington Engineering"},{"Org":"PR:00:DC:TR","Name":"Washington Transportation"},{"Org":"PR:00:SF:AD","Name":"San Fran Admin"},{"Org":"PR:00:SF:AR","Name":"San  Fran Architectural"},{"Org":"PR:00:SF:EN","Name":"San Fran Engineering"},{"Org":"PR:00:SF:EV","Name":"San Fran Environmental"}]