GET horizon/v1/manager/organizationunits/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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
}