Discussions

Ask a Question

Can i retrieve candidates via API?

I can retrieve applications and jobseekers from the API. but i would like to fetch a candidate using candidate ID. Is it possible via API?

Answered

Retrieving questions

Hi, which endpoint needs to be used to retrieve questions from a job with the question id? I cannot find the endpoint for this. The custom fields endpoint simply returns resource not found.

How do i get the history of the candidates?

We are trying to get the history of the candidates events with the API, but can't find any method to do so.

List of stages

How do I get de list os stages available for my company using the get api command?

Answered

Retrive Confidential Applications

I'm writing a script to trigger a workflow in another system based on a candidate being hired. I need to get some information from a candidates application to feed into this other system.

Answered

Is there a way to find past interview information for a specific application in the hired stage

We are using the List Applications api to pull a list of hired applications. As we put their info into our system we would like to include information from their interview such as who interviewed them. Is there a way to look this up via an api call?

Answered

Are there plans to add SCIM provisioning ?

it would be extremely helpfull to have SCIM provisioning to allow for automated User creation and deactivation from Okta

Answered
Answered

Need more information for Create Application endpoint

For "cv_base64_data": "data:application/pdf;base64,...[DATA]..." field, what is the ...[DATA]... referring to? I am using Python w/ REST API and I have resumes pdfs located on a local directory. Not sure if I understand the Data URL reference, especially from a Python standpoint.