latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
Jobs
Gets currently active flag for the specified job
Retrieve the current active flag for a job (required scope jobs:read)
get/v1/jobs/{jobId}/flags
Path parameters
jobIdinteger required
The unique identifier of the job
Headers
Customer-Idinteger required
The customer identifier
Response
OK
Example response
{
"historyId": 123456,
"flagId": 789,
"flagName": "High Priority",
"jobId": 654321,
"appliedAt": "2024-01-15T10:30:00.0000000+00:00",
"ownerName": "John Doe",
"comments": "Urgent issue requires immediate attention"
}