Skip to content

Retrieve a(n) Work History record​

GET
/candidatesV2/WorkHistory/{id}

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Responses​

application/json
JSON
{
"AggregateCount": 0,
"MetaData": null,
"Work_Id": 0,
"Candidate_Id": 0,
"Company_Id": 0,
"Company_Name": "string",
"Job_Title": "string",
"Current_Employer": true,
"Duties": "string",
"Begin_Date": "string",
"End_Date": "string",
"Business_Type": "string",
"Address": "string",
"City": "string",
"State": "string",
"Postal_Code": "string",
"Country": "string",
"Company_Phone": "string",
"Supervisor_Name": "string",
"Supervisor_Title": "string",
"Supervisor_Phone": "string",
"Supervisor_Email": "string",
"Years_Exp": 0,
"Rate_Of_Pay_Start": {
"CurrencyCode": null,
"Value": 0
},
"Rate_Of_Pay_End": {
"CurrencyCode": null,
"Value": 0
},
"Pay_Freq": "string",
"Allow_Contact": "string",
"Hours_Per_Week": 0,
"Hours_Per_Day": 0,
"Reason_For_Leaving": "string",
"Notes": "string",
"Starting_Job_Title": "string",
"Supervisor_Phone_Intl": "string",
"Currency_Intl": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​