/applications/{id}/change-stage
Updates the current_stage field of an Application object
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
Path parameters
id
Headers
X-Account-Token
Token identifying the end user.
Query parameters
is_debug_mode
Whether to include debug fields (such as log file links) in the response.
run_async
Whether or not third-party updates should be run asynchronously.
Request
This endpoint expects an object.
job_interview_stage
The interview stage to move the application to.
remote_user_id
Response
model
# The Application Object
### Description
The Application Object is used to represent a candidate's journey through a particular Job's recruiting process. If a Candidate applies for multiple Jobs, there will be a separate Application for each Job if the third-party integration allows it.
### Usage Example
Fetch from the `LIST Applications` endpoint and filter by `ID` to show all applications.
warnings
errors
logs