Job Posts: Retrieving Job Applications from a Job Post via the API

In this article, you can read about how to retrieve job applications and how to filter them by job post, candidate, status, creation date, or recruitment pipeline category.

Get Job Applications

GET

https://api.recman.io/v2/get/?key={{api_key}}&
scope=jobApplication&page={{page}}

Retrieve an overview of job applications submitted through your job posts.

URLhttps://api.recman.io/v2/
ScopejobApplication
OperationGET
Examplehttps://api.recman.io/v2/get/?key=YOUR_KEY&scope=jobApplication&page=1&status=pipeline&minJobApplicationId=179104&created=2021-01-15 08:00:00

Note

All fields listed below can be used as filters on the request.

Job Application Fields

FieldTypeDescription
jobPostIdintegerThe ID of a specific job post
minJobApplicationIdintegerRetrieves all applications created after this application ID
candidateIdintegerThe ID of a specific candidate
createddate-timeWhen the job application was created. Format: Y-m-d H:i:s
updateddate-timeWhen the job application was updated. Empty by default. Format: Y-m-d H:i:s
statusstringDeclined, Untreated, Pipeline, or Hired
pageintegerPage number, e.g., 1, 2, ...
pipelineCategoryIdintegerRetrieves all applications where the candidate has been added to a specific recruitment pipeline category.

PARAMS

FieldDescription
key
required
{{api_key}}
scope
required
jobApplication
page1
jobPostId260210
minJobApplicationId4113654
candidateId5381787
created2022-03-09 13:04:14
statusuntreated

What's next

To keep exploring the Job Posts scope, continue with: Job Posts: Creating and Deleting Job Posts via the API and Job Posts: Retrieving and Filtering Job Posts via the API.

Was this article helpful?
0 out of 0 found this helpful