Get all stages

GET {{baseUrl}}/stages?pipeline_id=<integer>&start=0&limit=<integer>

Returns data about all stages.

Request Params

KeyDatatypeRequiredDescription
pipeline_idstringThe ID of the pipeline to fetch stages for. If omitted, stages for all pipelines will be fetched.
startnumberPagination start
limitstringItems shown per page

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:[{&quot;id&quot;:1,&quot;order_nr&quot;:1,&quot;name&quot;:&quot;Stage Name&quot;,&quot;active_flag&quot;:true,&quot;deal_probability&quot;:100,&quot;pipeline_id&quot;:1,&quot;rotten_flag&quot;:false,&quot;rotten_days&quot;:1,&quot;add_time&quot;:&quot;2017-08-03 12:51:18&quot;,&quot;update_time&quot;:&quot;2020-03-23 13:15:25&quot;,&quot;pipeline_name&quot;:&quot;Pipeline&quot;,&quot;pipeline_deal_probability&quot;:false}],&quot;additional_data&quot;:{&quot;pagination&quot;:{&quot;start&quot;:0,&quot;limit&quot;:100,&quot;more_items_in_collection&quot;:false}}}