Bulk Transition History for Multiple Applicants
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
This endpoint retrieves all stage transitions for every applicant specified within your account, starting from the creation of that applicant. For each transition, you will get the name of the workflow stage into which the applicant landed and the date/time when they made the transition.
You can search for up to 1000 applicants at once.
ids
array of strings
length between 1 and 500
ids string
List of Applicant IDs
ADD string
`` 200 No Content
`` 401 Unauthorized
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request POST \
--url https://api.fountain.com/v2/applicants/transitions \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"ids":[]}'
application/json
200401