Custom Onboarding API
This page allows you to retrieve custom onboarding questions and submit the values for a given job seeker.
Get Custom Requirements
GET
https://www.ondemandstaffing.app/api/v1/jobseeker/get_custom_onboarding
This end points gets all the custom onboarding requirements relevant for a given Job Seeker.
Query Parameters
tenant
string
The Tenant key for which the API is being used.
Headers
Authentication
string
Authentication token to identify user who is requesting the custom onboarding. The user must be a Job Seeker with basic profile completed.
Update Custom Requirement
POST
https://www.ondemandstaffing.app/api/v1/jobseeker/get_custom_onboarding
Post updates to custom requirements values for a given Job Seeker. To update it individually send the parameter 'custom_requirement_id' and 'value'. To update the whole form send 'form_submission' with an array of hashes containing 'custom_requirement_id' and 'value'. Example below.
Query Parameters
form_submission
array
Array of hashes with field id as: 'custom_requirement_id' and value as 'value'.
custom_requirement_id
string
Id of the custom requirement question which is being updated.
value
string
Value that user submitted or saved.
tenant
string
Tenant Key for which the API is being used.
Headers
Authentication
string
Authenticaation token to identify user who is requesting updating their custom requirements.
Sample Request updating one specific field:
Sample request updating one specific credential:
Sample Request updating entire form:
Last updated
Was this helpful?