LocationsResource
The following resources are applicable:
/locations
Mount Point: /../../rest/v1_2/locations
GET
List all available locations
Parameters
name | description | type | default |
---|---|---|---|
modifiedSince | (no documentation provided) | query |
Response Body
element: | locations |
media types: | application/xml application/json |
all available locations
/locations/search
Mount Point: /../../rest/v1_2/locations/search
GET
List the locations filtered by query params matching properties.
When the same properties is specified more than once, an OR is applied.
On different properties, an AND is applied.
For example, to get locations located in departments (75 OR 92) :
/locations/search?contact.department=75&contact.department=92
ERROR CODES :
406 - when a query param is not matching a property
Parameters
name | description | type | default |
---|---|---|---|
modifiedSince | (no documentation provided) | query |
Response Body
element: | locations |
media types: | application/xml application/json |
locations