GET horizon/v1/manager/organizationunits
Retrieves a list of Authorization Units
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Milenio3.Horizon.Dto.Entities.Manager.AuthorizationUnitDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Description | string |
None. |
|
| ParentId | integer |
None. |
|
| ManagerId | integer |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"Description": "sample string 2",
"ParentId": 3,
"ManagerId": 4,
"Id": 5
},
{
"Name": "sample string 1",
"Description": "sample string 2",
"ParentId": 3,
"ManagerId": 4,
"Id": 5
}
]