Project - Locations REST Endpoints
Project - Locations
The Locations API lets you manage and maintain the locations in your Oracle IoT Connected Worker Cloud Service instance. Note that read operations can be performed by any user assigned to the project. The returned response contains only location(s), that are accessible by the user.
- Get incidents for a specific location.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/locations/{locationId}/incidents
- Get the children locations of a location.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/locations/{locationId}/children
- Get the location details.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/locations/{locationId}
- Get top level locations.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/locations