Skip to main content
GET
/
api
/
Jobs
/
tracking
/
getbyId
/
{trackingId}
Download Job Tracking Item.
curl --request GET \
  --url https://api.example.com/api/Jobs/tracking/getbyId/{trackingId}
{
  "customerId": 123,
  "jobTrackingID": 123,
  "kanbanGroupingID": 123,
  "jobID": 123,
  "applicationID": 123,
  "hasCoverLetter": true,
  "hasScreeningQuestions": true,
  "currentStatusId": 123,
  "currentStatusName": "<string>",
  "furthestStatusId": 123,
  "furthestStatusName": "<string>",
  "source": "<string>",
  "statusUpdatedByName": "<string>",
  "statusUpdatedDate": "2023-11-07T05:31:56Z",
  "statusLastUpdatedValue": "<string>",
  "createdDate": "2023-11-07T05:31:56Z",
  "comments": "<string>",
  "ratingReason": "<string>",
  "forecastPercentage": 123,
  "resumeDate": "2023-11-07T05:31:56Z",
  "rejectionDate": "2023-11-07T05:31:56Z",
  "rejectionSentDate": "2023-11-07T05:31:56Z",
  "rejectionEmailId": 123,
  "rejectionByUserId": 123,
  "rejectionMadeViaId": 123,
  "rejectionComments": "<string>",
  "releasedJobSubmissionId": 123,
  "talentIndexLabel": "<string>",
  "id": 123,
  "score": 123,
  "ratingID": 0,
  "firstName": "<string>",
  "lastName": "<string>",
  "fullName": "<string>",
  "candidateDisplayName": "<string>",
  "emailAddress": "<string>",
  "jobTitle": "<string>",
  "employer": "<string>",
  "preferredEmploymentType": "<string>",
  "tags": true,
  "optOut": true,
  "mobile": "<string>",
  "mobile_Standardized": "<string>",
  "location": "<string>",
  "suburb": "<string>",
  "state": "<string>",
  "countryName": "<string>",
  "countryCode": "<string>",
  "compareDate": "2023-11-07T05:31:56Z",
  "updatedDate": "2023-11-07T05:31:56Z",
  "availabilityDate": "2023-11-07T05:31:56Z",
  "available": "<string>",
  "lastActivityDate": "2023-11-07T05:31:56Z",
  "lastContactDate": "2023-11-07T05:31:56Z",
  "preferredSalary": 123,
  "preferredRate": 123,
  "hasResumeViewerDoc": true,
  "linkedInUrl": "<string>",
  "originalSource": "<string>",
  "lastApplicationDate": "2023-11-07T05:31:56Z",
  "customField1": "<string>",
  "customField2": "<string>",
  "customField3": "<string>",
  "customField4": "<string>",
  "customField5": "<string>",
  "customField6": "<string>",
  "customField7": "<string>",
  "customField8": "<string>",
  "customField9": "<string>",
  "customField10": "<string>",
  "customField11": "<string>",
  "customField12": "<string>",
  "customField13": "<string>",
  "customField14": "<string>",
  "customField15": "<string>",
  "customField16": "<string>",
  "customField17": "<string>",
  "customField18": "<string>",
  "customField19": "<string>",
  "customField20": "<string>",
  "customField21": "<string>",
  "customField22": "<string>",
  "customField23": "<string>",
  "customField24": "<string>",
  "customField25": "<string>",
  "customField26": "<string>",
  "customField27": "<string>",
  "customField28": "<string>",
  "customField29": "<string>",
  "customField30": "<string>",
  "customField31": "2023-11-07T05:31:56Z",
  "customField32": "2023-11-07T05:31:56Z",
  "customField33": "2023-11-07T05:31:56Z",
  "customField34": "2023-11-07T05:31:56Z",
  "customField35": "2023-11-07T05:31:56Z",
  "customField36": "2023-11-07T05:31:56Z",
  "customField37": "2023-11-07T05:31:56Z",
  "customField38": "2023-11-07T05:31:56Z",
  "customField39": "2023-11-07T05:31:56Z",
  "customField40": "2023-11-07T05:31:56Z",
  "customField41": "2023-11-07T05:31:56Z",
  "customField42": "2023-11-07T05:31:56Z",
  "customField43": "2023-11-07T05:31:56Z",
  "customField44": "2023-11-07T05:31:56Z",
  "customField45": "2023-11-07T05:31:56Z",
  "customField46": 123,
  "customField47": 123,
  "customField48": 123,
  "customField49": 123,
  "customField50": 123,
  "customField51": 123,
  "customField52": 123,
  "customField53": 123,
  "customField54": 123,
  "customField55": 123,
  "customField56": 123,
  "customField57": 123,
  "customField58": 123,
  "customField59": 123,
  "customField60": 123
}

Path Parameters

trackingId
integer<int32>
required

Response

200 - application/json

OK

customerId
integer<int32>
jobTrackingID
integer<int32>
kanbanGroupingID
integer<int32>
jobID
integer<int32>
applicationID
integer<int32>
hasCoverLetter
boolean
hasScreeningQuestions
boolean
currentStatusId
integer<int32>
currentStatusName
string | null
furthestStatusId
integer<int32>
furthestStatusName
string | null
source
string | null
statusUpdatedByName
string | null
statusUpdatedDate
string<date-time>
statusLastUpdatedValue
string | null
createdDate
string<date-time>
comments
string | null
ratingReason
string | null
forecastPercentage
number<double>
resumeDate
string<date-time>
rejectionDate
string<date-time> | null
rejectionSentDate
string<date-time> | null
rejectionEmailId
integer<int32>
rejectionByUserId
integer<int32>
rejectionMadeViaId
integer<int32>
rejectionComments
string | null
releasedJobSubmissionId
integer<int32> | null
talentIndexLabel
string | null
id
integer<int32>
score
number<double>
ratingID
enum<integer>
Available options:
0,
1,
2,
3,
4,
-1
firstName
string | null
lastName
string | null
fullName
string | null
candidateDisplayName
string | null
emailAddress
string | null
jobTitle
string | null
employer
string | null
preferredEmploymentType
string | null
tags
boolean
optOut
boolean
mobile
string | null
mobile_Standardized
string | null
location
string | null
suburb
string | null
state
string | null
countryName
string | null
countryCode
string | null
compareDate
string<date-time>
updatedDate
string<date-time>
availabilityDate
string<date-time>
available
string | null
lastActivityDate
string<date-time>
lastContactDate
string<date-time>
preferredSalary
number<double>
preferredRate
number<double>
hasResumeViewerDoc
boolean
linkedInUrl
string | null
originalSource
string | null
lastApplicationDate
string<date-time> | null
customField1
string | null
customField2
string | null
customField3
string | null
customField4
string | null
customField5
string | null
customField6
string | null
customField7
string | null
customField8
string | null
customField9
string | null
customField10
string | null
customField11
string | null
customField12
string | null
customField13
string | null
customField14
string | null
customField15
string | null
customField16
string | null
customField17
string | null
customField18
string | null
customField19
string | null
customField20
string | null
customField21
string | null
customField22
string | null
customField23
string | null
customField24
string | null
customField25
string | null
customField26
string | null
customField27
string | null
customField28
string | null
customField29
string | null
customField30
string | null
customField31
string<date-time>
customField32
string<date-time>
customField33
string<date-time>
customField34
string<date-time>
customField35
string<date-time>
customField36
string<date-time>
customField37
string<date-time>
customField38
string<date-time>
customField39
string<date-time>
customField40
string<date-time>
customField41
string<date-time>
customField42
string<date-time>
customField43
string<date-time>
customField44
string<date-time>
customField45
string<date-time>
customField46
number<double> | null
customField47
number<double> | null
customField48
number<double> | null
customField49
number<double> | null
customField50
number<double> | null
customField51
number<double> | null
customField52
number<double> | null
customField53
number<double> | null
customField54
number<double> | null
customField55
number<double> | null
customField56
number<double> | null
customField57
number<double> | null
customField58
number<double> | null
customField59
number<double> | null
customField60
number<double> | null