GET api/organisations/{id}/children

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of API.Domain.ViewModels.Organisation.OrganisationChildItem
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

OrganisationTypeId

globally unique identifier

None.

Name

string

None.

HasChildren

boolean

None.

IsLowestOrganisationType

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "09ca7717-5e83-47eb-88a6-ac8cca9f1587",
    "organisationTypeId": "30d82ee2-961f-47d1-a8c0-94bf925a8b1d",
    "name": "sample string 3",
    "hasChildren": true,
    "isLowestOrganisationType": true
  },
  {
    "id": "09ca7717-5e83-47eb-88a6-ac8cca9f1587",
    "organisationTypeId": "30d82ee2-961f-47d1-a8c0-94bf925a8b1d",
    "name": "sample string 3",
    "hasChildren": true,
    "isLowestOrganisationType": true
  }
]

text/html

Sample:
[{"id":"09ca7717-5e83-47eb-88a6-ac8cca9f1587","organisationTypeId":"30d82ee2-961f-47d1-a8c0-94bf925a8b1d","name":"sample string 3","hasChildren":true,"isLowestOrganisationType":true},{"id":"09ca7717-5e83-47eb-88a6-ac8cca9f1587","organisationTypeId":"30d82ee2-961f-47d1-a8c0-94bf925a8b1d","name":"sample string 3","hasChildren":true,"isLowestOrganisationType":true}]