Stages
Number of APIs: 5
-
Get all stages GET {{baseUrl}}/stages?pipeline_id=<integer>&sort_by=id&sort_direction=asc&limit=<integer>&cursor=<string>
-
Add a new stage POST {{baseUrl}}/stages
-
Delete a stage DELETE {{baseUrl}}/stages/:id
-
Get one stage GET {{baseUrl}}/stages/:id
-
Update stage details PATCH {{baseUrl}}/stages/:id