List Applications

Job Visibility filter

📘

Confidential jobs

This endpoint doesn't return applications belonging to confidential jobs by default.

If you want to include applications belonging to confidential jobs add confidential to job_visibility filter (filter[job_visibility]) alongside other visibility options.

Example: Usefilter[job_visibility]=confidential,external,internal,private_jobto get applications from jobs with any visibility.

Attachments

To include application attachments (e.g. CVs) in your response, use the extra_fields parameter:

https://your-subdomain.pinpointhq.com/api/v1/applications?extra_fields[applications]=attachments

This will return applications with their attachments.

Note: You must scope the extra field under applications:

extra_fields[applications]=attachments

🔴 extra_fields=attachments (wrong)

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!