Bulk Transition History for Multiple Applicants

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.

Response Schema

Type: array

  • applicant_id (string)
    • Unique identifier for each individual applicant
  • transitions (array)
    • stage_title (string)
      • Name of the stage in the Fountain workflow into which an applicant landed
    • stage_id (string)
      • ID of the stage in the Fountain workflow into which an applicant landed
    • parent_stage_id (string)
      • If an applicant landed in a sub-stage inside a stage with multiple sub-stages in the Fountain workflow, this is the ID of the parent stage. Otherwise, this is null.
    • parent_stage_title (string)
      • If an applicant landed in a sub-stage inside a stage with multiple sub-stages in the Fountain workflow, this is the title of the parent stage. Otherwise, this is null.
    • sub_stage_id (string)
      • If an applicant landed in a sub-stage inside a stage with multiple sub-stages in the Fountain workflow, this is the ID of the sub-stage. Otherwise, this is null.
    • sub_stage_title (string)
      • If an applicant landed in a sub-stage inside a stage with multiple sub-stages in the Fountain workflow, this is the title of the sub-stage. Otherwise, this is null.
    • created_at (string)
      • Date and time logged when the applicant landed into the workflow stage
Language
Click Try It! to start a request and see the response here!