provider Roles GET
/roles/{id}/pipelines @utdk/pipedrive
/roles/{id}/pipelines List pipeline visibility for a role
Returns the list of either visible or hidden pipeline IDs for a specific role. For more information on pipeline visibility, please refer to the <a href="https://support.pipedrive.com/en/article/visibility-groups" target="_blank" rel="noopener noreferrer">Visibility groups article</a>.
- id path required
- The ID of the role
- integer
- visible query
- Whether to return the visible or hidden pipelines for the role
- boolean
Try it
Authentication
Configure credentials for Pipedrive API v1
Code snippet
Updates live as you fill in the form above.
TypeScript
import pipedrive from '@utdk/pipedrive';
await pipedrive.getrolepipelines({
"visible": true
})