Discussions

Ask a Question

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. There is any way to do this?

List of stages

How do I get de list os stages available for my company using the get api command? at application endpoint I'm getting a field named stage_id with a numeric code. but I did not find and endpoint returning the meaning of each stage code.
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. However, the fetch application API doesn't appear to return confidential applications, it simply gives a 404 not found response in this situation. I see that there is an API called List Applications, which has filter parameters which allow confidential applications to be included. However, my use case only requires me to retrieve a specific application using an application id which I get from the web hook trigger. Getting multiple records goes beyond what I need, and is a bit overkill. Can a new filter parameter be added to list applications so I can filter on a specific application id? This means my script is only taking information the necessary information out of Pinpoint. If this suggestion is not suitable, what would be the best approach to retrieve a single application (regardless of it being external, internal, or confidential)?
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

How can we fetch candidate id when an application is submitted or when application status is modified?

How can we fetch candidate id when an application is submitted or when application status is modified? Currently we only get applicant id with the webhooks data. - https://developers.pinpointhq.com/reference/get-application I added a custom field to the application, is there any way I can automatically fill this custom_field with the candidate id to the fetch the candidates. Also, I feel candidates are nothing but job seekers. Please support on these 3 queries.
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.
ANSWERED

We hooks to integrate an assessment

I have a client that uses pinpoint and one of our applicant assessments. Is it possible to use webhooks or your API to allocate a test to an applicant and receive a callback with the test result? We have APIs available for these tasks
ANSWERED

Is there any ability to perform administrative tasks via the API?

Due to the lack of JIT or SCIM provisioning in the current SAML integration, we'd like to be able to automate provisioning ourselves by either a webhook (triggered by a new team member added) or poll team members via the API for new members added (and then use the Okta API to automatically assign the SAML application to the new team member) and also automatically remove team members if their Okta account is deactivated. I know JIT provisioning is on the road map for Pinpoint, but it still wouldn't solve the deprovisioning piece, so I am wondering if this is something we can do via webhooks or the API.