LocationsResource
LocationsResource REST endpoint to access and manipulate collections of
Location data.
Copyright 2013-2015 WANdisco.
The following resources are part of this group:
/locations
Mount Point: /api/locations
GET
Returns the LocationListDTO containing all known locations.
Parameters
| name | description | type | default |
|---|---|---|---|
| order | (no documentation provided) | query | DESC |
Response Body
| element: | (custom) |
| media types: | application/xml application/json |
(no documentation provided)
/locations/local
Mount Point: /api/locations/local
GET
Returns the local location as a LocationDTO.
Response Body
| element: | (custom) |
| media types: | application/xml application/json |
(no documentation provided)
PUT
Create a node in the local location.
Request Body
| element: | node |
| media types: | application/xml application/json |
(no documentation provided)
Response Body
| element: | (custom) |
| media types: | */* application/xml |
(no documentation provided)