GET horizon/v1/manager/organizationunits/parents/{parentId}

Returns all children organizations by ParentId
"horizon/v1/manager/organizationunits/parents/1"

Request Information

URI Parameters

NameDescriptionTypeAdditional information
parentId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Milenio3.Horizon.Dto.Entities.Manager.AuthorizationUnitDto
NameDescriptionTypeAdditional 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
  }
]