Appearance
Get job by ID
GET
/api/nova/jobs/{jobId}
Parameters
Path Parameters
jobId*
jobId
Type
Requiredstring
Query Parameters
apiKey*
apiKey
Type
Requiredstring
Responses
OK
application/json
JSON "data": { "closingDate": "string", "companyId": "string", "companyName": "string", "contactId": "string", "contactName": "string", "createdOn": "string", "customFields": [ { "boolValue": "string", "dateValue": "string", "fieldId": "string", "fieldLabel": "string", "listValue": [ "string" ], "value": "string" } ], "dateOpened": "string", "employmentTypeId": "string", "employmentTypeName": "string", "experienceLevelId": "string", "experienceLevelName": "string", "flexiHours": true, "hot": true, "id": "string", "internalDescription": "string", "lastActivityDate": "string", "location": "string", "maxPay": 0, "minPay": 0, "openPositions": 0, "ownerId": "string", "ownerName": "string", "payCurrency": "string", "payTenure": "string", "rating": 0, "reference": "string", "relocation": true, "remoteWorking": true, "shortDescription": "string", "skills": [ "string" ], "sourceId": "string", "sourceName": "string", "startDate": "string", "statusId": "string", "statusName": "string", "statusReason": "string", "tags": [ { "group": "string", "value": "string" } ], "title": "string", "updatedOn": "string", "visaSponsored": true }, "error": "string", "message": "string", "success": true
{
}