Get all pipelines
GET {{baseUrl}}/pipelines?sort_by=id&sort_direction=asc&limit=<integer>&cursor=<string>
Returns data about all pipelines.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sort_by | string | The field to sort by. Supported fields: id , update_time , add_time . | |
sort_direction | string | The sorting direction. Supported values: asc , desc . | |
limit | string | For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of 500 is allowed. | |
cursor | string | For pagination, the marker (an opaque string value) representing the first item on the next page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":[{"id":1,"name":"Pipeline Name","order_nr":1,"is_deleted":false,"is_deal_probability_enabled":true,"add_time":"2024-01-01T00:00:00Z","update_time":"2024-01-01T00:00:00Z","is_selected":true}],"additional_data":{"next_cursor":"eyJmaWVsZCI6ImlkIiwiZmllbGRWYWx1ZSI6Nywic29ydERpcmVjdGlvbiI6ImFzYyIsImlkIjo3fQ"}}