{"metadata":{"image":[],"title":"","description":""},"api":{"url":"/applicants/transitions","auth":"required","settings":"","results":{"codes":[{"name":"","code":"[\n {\n \"applicant_id\": \"ce8702b0-5d02-0139-d165-3e22fbe8d4d1\",\n \"transitions\": [\n {\n \"stage_title\": \"Data Collection\",\n \"created_at\": \"2021-02-26T12:03:18-08:00\"\n },\n {\n \"stage_title\": \"Interviews\",\n \"created_at\": \"2021-02-28T14:03:18-08:00\"\n }\n ]\n },\n {\n \"applicant_id\": \"012e7703-0595-424c-8d3b-28cf15b0024c\",\n \"transitions\": [\n {\n \"stage_title\": \"Landing\",\n \"created_at\": \"2020-11-19T22:52:59-08:00\"\n }\n ]\n }\n]","language":"json","status":200}]},"params":[{"name":"X-ACCESS-TOKEN","type":"string","default":"secret-api-token","desc":"Access Token","required":true,"in":"header","ref":"","_id":"60be32fcc968f1004665275d"},{"name":"ids","type":"array_string","default":"{ \"ids\": [ \"ce8702b0-5d02-0139-d165-3e22fbe8d4d1\", \"012e7703-0595-424c-8d3b-28cf15b0024c\" ] }","desc":"List of applicant IDs (limit of 1000)","required":true,"in":"body","ref":"","_id":"618392db625dba002211d4ae"}],"examples":{"codes":[{"code":"curl -X POST -H \"Content-Type: application/json\" -H \"X-ACCESS-TOKEN:aaabbbcccddd111222333444\" \"https://api.fountain.com/v2/applicants/transitions\" -d '{\"ids\": [\"ce8702b0-5d02-0139-d165-3e22fbe8d4d1\", \"012e7703-0595-424c-8d3b-28cf15b0024c\"]}'","language":"curl","name":"cURL"}]},"method":"post"},"next":{"description":"","pages":[]},"title":"Bulk Transition History for Multiple Applicants","type":"endpoint","slug":"transition-history-for-multiple-applicants","excerpt":"","body":"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.\n\nYou can search for up to 1000 applicants at once.\n\n\n# Response Schema\nType: array\n * applicant_id (string)\n * Unique identifier for each individual applicant\n * transitions (array)\n * stage_title (string)\n * Name of the stage in the Fountain workflow into which an applicant landed\n * created_at (string)\n * Date and time logged when the applicant landed into the workflow stage","updates":[],"order":12,"isReference":false,"hidden":false,"sync_unique":"","link_url":"","link_external":false,"_id":"60d648d03da5dc0041ecda12","createdAt":"2021-06-25T21:21:20.053Z","user":"547504ed59fade080004cb8b","category":{"sync":{"isSync":false,"url":""},"pages":[],"title":"Applicant Management","slug":"endpoints","order":2,"from_sync":false,"reference":false,"_id":"59de6011debd1200240f68fa","project":"59de6011debd1200240f68ec","version":"59de6011debd1200240f68ee","__v":0,"createdAt":"2016-02-19T01:01:16.044Z"},"version":{"version":"2.0","version_clean":"2.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["59de6011debd1200240f68fb","59de6011debd1200240f68fa","59de6011debd1200240f68fc","59de6011debd1200240f68f8","59de6011debd1200240f68f7","59de6011debd1200240f68f9","59de6011debd1200240f68fd","59de6011debd1200240f68fe","59de6011debd1200240f68ff","5a8bfb99f4146e00449cec47","5a8bfcf2e86f530012159bb2","5cd4c29c6ea1040056ec0f55"],"_id":"59de6011debd1200240f68ee","__v":3,"project":"59de6011debd1200240f68ec","createdAt":"2016-06-20T18:15:42.514Z","releaseDate":"2016-06-20T18:15:42.514Z"},"project":"59de6011debd1200240f68ec","__v":18,"parentDoc":null}
postBulk Transition History for Multiple Applicants
Definition
{{ api_url }}{{ page_api_url }}
Parameters
Body Params
ids:
required
array of strings{ "ids": [ "ce8702b0-5d02-0139-d165-3e22fbe8d4d1", "012e7703-0595-424c-8d3b-28cf15b0024c" ] }
List of applicant IDs (limit of 1000)
Headers
X-ACCESS-TOKEN:
required
stringsecret-api-token
Access Token