Resource Positions REST Endpoints
Core/Resources/Resource Positions
The resource positions resource is used to create positions for resources, view last known positions of resources, view resources for specific areas, and view position history of a specific resource.
- Get last known positions of resources
- Method: getPath:
/rest/ofscCore/v1/resources/custom-actions/lastKnownPositions - Get position history of a resource
- Method: getPath:
/rest/ofscCore/v1/resources/{resourceId}/positionHistory - Get resources in area
- Method: getPath:
/rest/ofscCore/v1/resources/custom-actions/resourcesInArea - Set positions for resources
- Method: postPath:
/rest/ofscCore/v1/resources/custom-actions/setPositions