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": "63a3611c-82cd-468d-86cd-dbacd0e023e9",
    "organisationTypeId": "0100084b-5da7-4a92-82b8-4e47cda40381",
    "name": "sample string 3",
    "hasChildren": true,
    "isLowestOrganisationType": true
  },
  {
    "id": "63a3611c-82cd-468d-86cd-dbacd0e023e9",
    "organisationTypeId": "0100084b-5da7-4a92-82b8-4e47cda40381",
    "name": "sample string 3",
    "hasChildren": true,
    "isLowestOrganisationType": true
  }
]

text/html

Sample:
[{"id":"63a3611c-82cd-468d-86cd-dbacd0e023e9","organisationTypeId":"0100084b-5da7-4a92-82b8-4e47cda40381","name":"sample string 3","hasChildren":true,"isLowestOrganisationType":true},{"id":"63a3611c-82cd-468d-86cd-dbacd0e023e9","organisationTypeId":"0100084b-5da7-4a92-82b8-4e47cda40381","name":"sample string 3","hasChildren":true,"isLowestOrganisationType":true}]