GET eco/locations
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LocationName | Description | Type | Additional information |
---|---|---|---|
Coordinates | Coordinates |
None. |
|
ID | integer |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
ParentID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "coordinates": null, "id": 1, "name": "sample string 2", "description": "sample string 3", "parentID": 4 }, { "coordinates": null, "id": 1, "name": "sample string 2", "description": "sample string 3", "parentID": 4 } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.