CRM pipeline model.
| Name | Type | Description |
|---|---|---|
| access_all | Boolean | Indicates whether all users have access to the pipeline. |
| access_group_ids | Array of Int64 | User group IDs with explicit access to the pipeline. |
| access_user_ids | Array of Int64 | User IDs with explicit access to the pipeline. |
| active | Boolean | Active flag. |
| entity_type | String | Entity type: Lead or Deal. Allowed values: Default, Lead, Deal, Client, Ticket. |
| id | Int64 | Pipeline ID. |
| is_default | Boolean | Indicates whether this is the default pipeline for the entity type. |
| last_update | Int64 | Last update date as Unix time in seconds. |
| name | String | Pipeline name. Maximum length is 200 characters. |
| stages | Array of Stage | Pipeline stages. |