URL Panel |
---|
borderColor | grey |
---|
bgColor | whitesmoke |
---|
borderStyle | solid |
---|
| GET /up/v5/geolocation/workItem/${workItemId}
|
HTTP ResponseSuccessOn success, a JSON-formatted version of the ServiceDispatch "Update Request for Authorization" API response will be returned. Code Block |
---|
| {
"Id": "10864",
"DateTime": "2024-01-18T12:04:43.426Z",
"Lat": 53.4862886,
"Lon": -2.3573066
} |
ErrorOn error, a JSON-formatted version of the ServiceDispatch "Update Request for Authorization" API response will be returned. Code Block |
---|
| {
"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 CodesIn addition to the Standard Return Codes, and the ServiceDispatch Error codes, individual API calls made have unique codes found on their individual pages. |