ADO.NET Provider for Pipedrive

Build 26.0.9655

RolesPipelinesVisibility

Get the list of either visible or hidden pipeline IDs for a specific role.

View-Specific Information

SELECT

The provider uses the Pipedrive API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the provider.

ColumnSupported Operators
RoleId=

For example, the following query is processed server-side:

SELECT * FROM RolesPipelinesVisibility WHERE RoleId = 2

Columns

Name Type References Description
RoleId [KEY] Integer ID of the Role.
PipelineIds String The comma-separated list of pipeline IDs that are either visible or hidden for the role.
Visible Boolean Whether the listed pipeline IDs are visible (true) or hidden (false) for the role.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655