Moves
It allows to create dashboard or analyze your candidate pipeline.
There are 3 types of moves:
- a candidate moves from one job stage to another one (no job/organization change)
- a candidate moves from one job to another one (no organization change)
- a candidate moves from one job to another one from an another organization
Please note that a job stage is not included if it has been deleted after the move.
This endpoint requires
moves_r
scope.get
https://www.welcomekit.co/api/v1/external/
moves
Request example
curl -X GET -G "https://www.welcomekit.co/api/v1/external/moves" \
-d "organization_reference=wttj" \
-d "job_reference=V-1841-0" \
-H "Authorization: Bearer WK_API_KEY"
Last modified 2yr ago