Stagesets (Pipelines)
Get a list of pipelines
Returns every pipeline in the authenticated user's Nutshell instance, including archived pipelines. Pipelines are also known as stagesets. OAuth access tokens require the read scope. When pipeline visibility is enabled, restricted pipelines are omitted unless the authenticated user is an administrator or the pipeline is shared directly or through a team.
get/stagesets
Response
Pipelines visible to the authenticated user.
Example response
{
"meta": {
"instanceId": "12345"
},
"stagesets": [
{
"id": "3-contacts",
"name": "Preimum Prospects Pipeline",
"default": true,
"canAccess": true,
"links": {
"stages": [
"1-stages"
]
}
}
]
}