LocationsResource

LocationsResource REST endpoint to access and manipulate collections of Location data. Copyright 2013 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 optional order parameter can be ASC or DESC query

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 location 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)