GET api/organisations
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "2f9d2cf7-e05a-469e-a261-8b38e63a239f",
"parentName": "sample string 2",
"parentId": "0fa3b61a-65fc-4dd9-80eb-d2d183e5f9d9",
"depth": 4,
"immediateDescendantCount": 5,
"id": "ab701185-a5d6-4b57-b5cf-658294b26fc8",
"address": {
"id": "a487795c-70dc-474e-9efb-d79e81583352",
"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"
},
{
"organisationTypeId": "2f9d2cf7-e05a-469e-a261-8b38e63a239f",
"parentName": "sample string 2",
"parentId": "0fa3b61a-65fc-4dd9-80eb-d2d183e5f9d9",
"depth": 4,
"immediateDescendantCount": 5,
"id": "ab701185-a5d6-4b57-b5cf-658294b26fc8",
"address": {
"id": "a487795c-70dc-474e-9efb-d79e81583352",
"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":"2f9d2cf7-e05a-469e-a261-8b38e63a239f","parentName":"sample string 2","parentId":"0fa3b61a-65fc-4dd9-80eb-d2d183e5f9d9","depth":4,"immediateDescendantCount":5,"id":"ab701185-a5d6-4b57-b5cf-658294b26fc8","address":{"id":"a487795c-70dc-474e-9efb-d79e81583352","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"},{"organisationTypeId":"2f9d2cf7-e05a-469e-a261-8b38e63a239f","parentName":"sample string 2","parentId":"0fa3b61a-65fc-4dd9-80eb-d2d183e5f9d9","depth":4,"immediateDescendantCount":5,"id":"ab701185-a5d6-4b57-b5cf-658294b26fc8","address":{"id":"a487795c-70dc-474e-9efb-d79e81583352","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"}]