Identifier of the job posting
Properties for the applicant
Fetches the job posting
Identifier of the job posting
Fetches the list of job postings
// Get the first page of list of job postings with default sort order
const jobs = await ft.jobPostings.list()
// Paginated search. Fetch page 1
const page1 = await ft.jobPostings.list({
page: 1
});
// Get page 2 of the same query as above
const page2 = await ft.jobPostings.list({
page: 2
});
Fetches the list of applicant fields
Identifier of the job posting
Fetches the list of job posting fields
Generated using TypeDoc
Create an applicant for a job posting