Skip to main content

Application list

This endpoint retrieves the list of applications received for a business's job listings or for a specific listing.

Endpoint

POST https://canadamotorjobs.com/api/v1/{locale}/applications/list
# or for a specific business
POST https://canadamotorjobs.com/api/v1/{locale}/businesses/{business_id}/applications
# or for a specific job listing
POST https://canadamotorjobs.com/api/v1/{locale}/job-listings/{job_listing_id}/applications

Parameters

ParameterTypeDescriptionRequired
business_idstringFilter by business IDNo
job_listing_idstringFilter by job listing IDNo
statusstringFilter by application status (e.g.: new, viewed, shortlisted, interviewed, hired, rejected)No
pagenumberPage numberNo
limitnumberNumber of items per pageNo
sortstringSort by date (e.g.: applied_at:desc, updated_at:asc)No
from_applied_atstringApplication date from (YYYY-MM-DD)No
to_applied_atstringApplication date to (YYYY-MM-DD)No
api_tokenstringYour API keyrequired or bearer token

Errors

CodeMessage
401Unauthorized
404Not Found (if business_id or job_listing_id not found)
500Internal Server Error