Discussions
Request timeouts when try to fetch applications list
I'm constantly getting idle request timeouts when I try to fetch list of applications older than some date (query param createdAtLt). Also when I try to fetch all applications, with pagination, it is stuck at page 15-16 (out of 36/37), which basically makes this API endpoint unusable. Any help or insights?
Modify default text of workflow emails for all job postings
Dear JOIN Team,
API: update 'qualified' parameter for applications
Dear JOIN Team,
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?
API Tokes
Hello,
API Tokes
Hello,
Use list of jobs in webflow
Hey,
My client is using this requirement tool for finding new people.
Now that we are building a new website for him in webflow, he would like to have the list of all the open job positions as well on his new website.
How can I do this? is there a great tutorial online that I can follow?
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
}
}
}
