Apply - Workday
Once you have created a profile, queued a job, and retrieved and filled out the form data for that job, the final step is to apply using this function.
Usage
Endpoint: POST /api-apply-workday
POST/api/api-apply-workday
Apply to Workday Jobs
This endpoint accepts a single application for a Workday job. The application must be included in the request body. Each application is individually processed and queued.
Required Attributes
- Name
application
- Type
- object
- Description
The application object for a Workday job.
- Name
inputs
- Type
- dictionary
- Description
Inputs object with values added for each input.
- Name
profileId
- Type
- string
- Description
UID of Workday profile to apply with.
- Name
jobId
- Type
- string
- Description
Id of Workday job that has been queued and scraped.
Request
POST
/api/api-apply-workdaycurl -X POST https://app.wranglejobs.com/api/api-apply-workday \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer {api-key}' \
-d '{"application": { ... }}'