List All Stages

Lists all stages in the position (also known as funnels). This method returns all of funnel stages and their respective IDs as well.

Use the supplied stage ID to reference a specific stage in other API methods, such as List applicants.

Response Schema

  • additionalProperties: false
  • stages
    • Required: no
    • Type: array
    • Items
      • Required: no
      • additionalProperties: false
      • id
        • Required: no
        • Type: string
        • Example: "70d446ca-670d-44be-a728-6c3d1921fb97"
      • title
        • Required: no
        • Type: string
        • Example: "Approved"
      • type
        • Required: no
        • Type: string
        • Example: "HiredStage"
Language
Click Try It! to start a request and see the response here!