Jobs
Get a job
Retrieve the details of a single job (required scope jobs:read)
get/v1/jobs/{jobId}
Path parameters
jobIdinteger required
The unique identifier of the job
Headers
Customer-Idinteger required
The customer identifier
Response
OK
Example response
{
"id": 5514123,
"uid": "3729C414-ED21-4849-816F-25D332265DC8",
"typeId": 5514123,
"typeName": "Boiler Service",
"contactId": 5514123,
"contactName": "Global Solutions Ltd",
"contactAddress": "15 High Street, Lichfield, Staffordshire, WS15 3TT",
"contactLocation": {
"latitude": 51.31349,
"longitude": -0.7464233
},
"status": "new",
"statusModifiedAt": "2022-11-29T13:39:00.0000000+00:00",
"plannedDuration": 90,
"dueAt": "2022-11-29T06:00:00.0000000+00:00",
"reference": "ABC/5514123",
"description": "New boiler install - please remove and retain the old boiler",
"createdAt": "2022-11-29T16:50:16.0000000+00:00",
"orderNumber": "PAO/1312KU",
"personId": "3729c414-ed21-4849-816f-25d332265dc8",
"personName": "Peter Brown",
"isConfirmed": true,
"categoryId": 5514123,
"categoryName": "Global Solutions Ltd",
"resourceId": 243556,
"resourceName": "John Smith",
"vehicleId": 665433,
"vehicleRegistration": "BC21 BCL",
"plannedStartAt": "2022-11-29T12:00:00.0000000+00:00",
"plannedEndAt": "2022-11-29T13:30:00.0000000+00:00",
"actualStartAt": "2022-11-29T12:03:00.0000000+00:00",
"actualEndAt": "2022-11-29T13:39:00.0000000+00:00",
"actualDuration": 6000,
"internalComment": "Old boiler has been moved to storage",
"resourcesComment": "Boiler removed and stored in van",
"contactComment": "No issues with new boiler",
"result": "Ok",
"jobGroupId": 123456789,
"officeNotes": "Customer has requested a follow-up call",
"contractId": 123456,
"recurrenceId": 789012,
"customFields": [
{
"definitionId": 5514123,
"value": "Purple",
"definition": {
"caption": "Favourite colour",
"type": "boolean",
"listOptions": [
"Red",
"Blue",
"Green",
"Purple"
],
"isRequired": true,
"isEditable": true,
"default": "10"
},
"systemListValueMetadata": {
"label": "John Doe",
"entityType": "resource"
}
}
],
"siteContactIds": [
15548440,
9425766
]
}