GET adventures/orgs/{id}/sites
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SiteGETName | Description | Type | Additional information |
---|---|---|---|
Coordinates | Coordinates |
None. |
|
Id | integer |
None. |
|
MapUrl | string |
None. |
|
Modified | date |
None. |
|
ModifiedBy | UserBasicGET |
None. |
|
Name | string |
None. |
|
Organisation | OrganisationBasicGET |
None. |
|
Status | Status |
None. |
Response Formats
application/json, text/json
Sample:
[ { "coordinates": null, "id": 1, "mapUrl": "sample string 2", "modified": "2024-11-28T06:49:10.3294425+00:00", "modifiedBy": null, "name": "sample string 4", "organisation": null, "status": { "id": 1, "name": "sample string 2" } }, { "coordinates": null, "id": 1, "mapUrl": "sample string 2", "modified": "2024-11-28T06:49:10.3294425+00:00", "modifiedBy": null, "name": "sample string 4", "organisation": null, "status": { "id": 1, "name": "sample string 2" } } ]
application/xml
Sample:
text/xml
Sample: