List pipelines
Return pipelines for an organization, optionally filtered by type.
Endpoint
GET/pipelines
Request
Deal pipelines only:
Conversation pipelines:
Ticket pipelines:
Response
json
Query parameters
| Parameter | Type | Description |
|---|---|---|
organization_id | Number | Required. |
type | String | deal, conversation, or ticket. |
$sort | Object | e.g. { "name": 1 }. |
$limit | Number | Page size (at most 50). |
$skip | Number | Pagination offset. |
Report an issue with this documentation
Please log in to report issues with our documentation.