Get all stages
GET {{baseUrl}}/stages?pipeline_id=<integer>&start=0&limit=<integer>
Returns data about all stages.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pipeline_id | string | The ID of the pipeline to fetch stages for. If omitted, stages for all pipelines will be fetched. | |
start | number | Pagination start | |
limit | string | Items shown per page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":[{"id":1,"order_nr":1,"name":"Stage Name","active_flag":true,"deal_probability":100,"pipeline_id":1,"rotten_flag":false,"rotten_days":1,"add_time":"2017-08-03 12:51:18","update_time":"2020-03-23 13:15:25","pipeline_name":"Pipeline","pipeline_deal_probability":false}],"additional_data":{"pagination":{"start":0,"limit":100,"more_items_in_collection":false}}}