GET eco/locations/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Location| Name | 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
}
application/xml
Sample:
text/xml
Sample: