/
Get WorkItem Assignee's Location
Get WorkItem Assignee's Location
Resource URL Summary
GET /up/v5/geolocation/workItem/${workItemId}
HTTP Headers
This API uses the standard ServiceBroker HTTP Headers.
API Specific Parameters
Parameter | Type | Required? | Description |
---|---|---|---|
|
| Yes | WorkItemId. |
API Specifics
URL
GET /up/v5/geolocation/workItem/${workItemId}
HTTP Response
Success
On success, a JSON-formatted version of the ServiceDispatch "Update Request for Authorization" API response will be returned.
{ "Id": "10864", "DateTime": "2024-01-18T12:04:43.426Z", "Lat": 53.4862886, "Lon": -2.3573066 }
Error
On error, a JSON-formatted version of the ServiceDispatch "Update Request for Authorization" API response will be returned.
{ "Success": false, "Code": 400, "Message": "No data found for WorkItemId: dc110123-1511", "Error": { "name": "BadRequest", "message": "No data found for WorkItemId: dc110123-1511", "code": 400, "className": "bad-request" } }
Return Codes
In addition to the Standard Return Codes, and the ServiceDispatch Error codes, individual API calls made have unique codes found on their individual pages.
, multiple selections available,
Related content
Parts UpdateOrder RESTified API
Parts UpdateOrder RESTified API
Read with this
Work Order REST API
Work Order REST API
More like this
REST Work Item APIs
REST Work Item APIs
More like this
REST Objects Location
REST Objects Location
More like this
Account Location Work Order Estimate History REST API Interface
Account Location Work Order Estimate History REST API Interface
More like this
REST Objects Address
REST Objects Address
More like this