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": "775fdd73-fc55-42fa-ad31-10fa83be2420",
    "organisationTypeId": "beb2429a-cdf2-4d10-941d-d1e1ae0340aa",
    "name": "sample string 3",
    "hasChildren": true,
    "isLowestOrganisationType": true
  },
  {
    "id": "775fdd73-fc55-42fa-ad31-10fa83be2420",
    "organisationTypeId": "beb2429a-cdf2-4d10-941d-d1e1ae0340aa",
    "name": "sample string 3",
    "hasChildren": true,
    "isLowestOrganisationType": true
  }
]

text/html

Sample:
[{"id":"775fdd73-fc55-42fa-ad31-10fa83be2420","organisationTypeId":"beb2429a-cdf2-4d10-941d-d1e1ae0340aa","name":"sample string 3","hasChildren":true,"isLowestOrganisationType":true},{"id":"775fdd73-fc55-42fa-ad31-10fa83be2420","organisationTypeId":"beb2429a-cdf2-4d10-941d-d1e1ae0340aa","name":"sample string 3","hasChildren":true,"isLowestOrganisationType":true}]