GET leads/configuration/pipelines/list
Available from CRM.COM R18.0.0
This method returns the statuses included in pipelines. Either the pipeline of a specific lead type, or all pipelines. Multiple statuses are returned by each call
Resource URL
Parameters
Name | Type | Description | ||||||||||||
token | String | The token retrieved from the login method | ||||||||||||
lead_type_identifier (optional) | Lead Type Identifier | The identifier of the type of the lead that will be using the pipeline. The allowed lead type identifier fields are the following:
| ||||||||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved lead pipeline |
pipeline_statuses | Set of Lead Status Object | The statuses included within the lead pipeline |
Referred Objects Response Data