Pipeline
Create pipeline
post/v1/pipelines
Request body
idinteger
pipelineTypeinteger
1: deal, 2:task
namestring nullable
statusstring nullable
'A': Active, 'P': Passive
visibility1 | 2 | 3
<p>Enum values:</p><ul><li><i>1 = Everyone</i> - Visible to the entire company</li><li><i>2 = Admins</i> - Visible to admins only</li><li><i>3 = Restricted</i> - Visible to specific user groups</li></ul>
userGroupIdsstring nullable
user groups that can see this pipeline if null, it's visible to the entire company
departmentIdsstring nullable
Comma-separated department ids this pipeline belongs to (multi-brand, IDT-465).
Response
Created
idinteger
pipelineTypeinteger
1: deal, 2:task
namestring nullable
statusstring nullable
'A': Active, 'P': Passive
visibility1 | 2 | 3
<p>Enum values:</p><ul><li><i>1 = Everyone</i> - Visible to the entire company</li><li><i>2 = Admins</i> - Visible to admins only</li><li><i>3 = Restricted</i> - Visible to specific user groups</li></ul>
userGroupIdsstring nullable
user groups that can see this pipeline if null, it's visible to the entire company
departmentIdsstring nullable
Comma-separated department ids this pipeline belongs to (multi-brand, IDT-465).
Changes
No recorded changes to this endpoint across all 1 revision of this API.