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.
| Column | Supported 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. |