Discussions

Ask a Question

Write answers of screening questions through API?

Is it possible to write the candidate's answers to screening questions when creating applications through the API?

Missing info about deleted candidates / applications.

We have an API / XML integration to join for candidates which we have not already sent a rejection out of join.
When a candidate synced into our system deletes his/her application on join, we get informed by Join that there was a deletion, but not which candidate it is. Can you please let us know in each case which candidate has deleted their application so that we can delete this candidate and his/her information from our system as well.

Get all applications with createdAtLt param seem not to be working

When I try to query by createdAtLt date request fails (http 503 error)

Get all possible locations for creating office (city field, which is available as a dropdown)

Is it possible to get list of all possible cities which are available in office create request (field city):
so query similar to this:
{
cities(filters: { countryCode: "DE", language: "DE", cityNameLike: "b*" }) {
items {
id
cityName
countryName
regionName
countryCode
__typename
}
}
}

Webhooks and Application Stage

Hi,

ortschaften erfassen für vakanzen

wir hatten ja schon mal kontakt wegen den ortschaften
wo die erfassten vakanzen sind. haben sie da schon eine lösung?

Automatic sending of message using API

Hello, when we send an CV over the API connection (Name, Surname, Email and PDF (CV), the person gets no automatic receive message and i also can't decline the applicant in join. What's wrong?

API Token

Hi there,

What are the accepted job categories?

Hi, I recently tried to post a job with the category of "software_development" and received an error.
The returned error message contains a list of accepted categories that differs from those currently published in the documentation.

Postman / OpenAPI / Swagger specification?

Hi - do y'all have any schema'd specifications for your API that we could import into a solution?