GET api/organisations/getroot
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
API.Domain.ViewModels.Organisation.OrganisationListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganisationTypeId | globally unique identifier |
None. |
|
| ParentName | string |
None. |
|
| ParentId | globally unique identifier |
None. |
|
| Depth | integer |
None. |
|
| ImmediateDescendantCount | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| Address | API.Domain.ViewModels.Common.SiteAddress |
None. |
|
| OrganisationTypeName | string |
None. |
|
| Name | string |
None. |
|
| ExternalReference | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"organisationTypeId": "7ff72c92-86f7-4691-a7ac-134f00116802",
"parentName": "sample string 2",
"parentId": "9e8ae53f-51c9-4a2d-a113-39565c60bcba",
"depth": 4,
"immediateDescendantCount": 5,
"id": "b29c374b-f72e-4cbd-a173-291c5679a6ec",
"address": {
"id": "1b5b083d-e4d6-4f84-9911-51c23093a275",
"address1": "sample string 1",
"address2": "sample string 2",
"address3": "sample string 3",
"address4": "sample string 4",
"city": "sample string 5",
"county": "sample string 6",
"country": "sample string 7",
"zip": "sample string 8"
},
"organisationTypeName": "sample string 7",
"name": "sample string 8",
"externalReference": "sample string 9"
}
text/html
Sample:
{"organisationTypeId":"7ff72c92-86f7-4691-a7ac-134f00116802","parentName":"sample string 2","parentId":"9e8ae53f-51c9-4a2d-a113-39565c60bcba","depth":4,"immediateDescendantCount":5,"id":"b29c374b-f72e-4cbd-a173-291c5679a6ec","address":{"id":"1b5b083d-e4d6-4f84-9911-51c23093a275","address1":"sample string 1","address2":"sample string 2","address3":"sample string 3","address4":"sample string 4","city":"sample string 5","county":"sample string 6","country":"sample string 7","zip":"sample string 8"},"organisationTypeName":"sample string 7","name":"sample string 8","externalReference":"sample string 9"}