latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
JobGroups
Get a job group
Retrieve the details of a single job group (required scope jobs:read)
get/v1/jobGroups/{jobGroupId}
Path parameters
jobGroupIdinteger required
The unique identifier of the job group
Headers
Customer-Idinteger required
The customer identifier
Response
OK
Example response
{
"id": 123456789,
"reference": "ABC/12345",
"contactId": 12345678,
"contactName": "John Doe",
"contactAddress": "3150 Century Way, Leeds LS15 6HU",
"contactLocation": {
"latitude": 51.31349,
"longitude": -0.7464233
},
"personId": "123e4567-e89b-12d3-a456-426614174000",
"personName": "Peter Brown",
"title": "My Group Job",
"areJobsLinked": true,
"createdAt": "2025-01-24T12:00:00.0000000+00:00",
"orderNumber": "ORD123456",
"plannedStartOption": "onSetDate",
"plannedStartAt": "2025-01-01T09:00:00.0000000+00:00",
"plannedEndOption": "onSetDate",
"plannedEndAt": "2025-01-01T09:00:00.0000000+00:00",
"status": "unscheduled",
"categoryId": 123456,
"categoryName": "Global Solutions Ltd",
"contractId": 123456,
"linkedJobsResourceName": "John Doe",
"linkedJobsResourceId": 1234567,
"linkedJobsVehicleRegistration": "AB12 CDE",
"linkedJobsVehicleId": 123456,
"linkedJobsStartAt": "2025-01-01T09:00:00.0000000+00:00",
"ownerId": 12345
}