GET
/jobs/{jobID}
curl \
-X GET http://api.example.com/jobs/{jobID}
Response examples (200)
{
"jobID": 42,
"jobTitle": "string",
"jobDescription": "string",
"scheduleLater": true,
"Rrule": "string",
"companyID": 42,
"propertyID": 42,
"jobStatusID": 42,
"clientID": 42,
"jobTypeID": 42,
"createdBy": 42,
"updatedBy": 42
}