ProjectTemplates
Get the details of a specific project template.
View-Specific Information
SELECT
The provider uses the Pipedrive The filter is executed client-side within the provider.
SELECT * FROM ProjectTemplates
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | The unique identifier of the project template. | |
| Title | String | The display title of the project template. | |
| Description | String | The detailed description of the project template, explaining its intended use or structure. | |
| UpdateTime | Datetime | The date and time when the project template was last updated. | |
| AddTime | Datetime | The date and time when the project template was created. | |
| OwnerId | Integer | The unique identifier of the user who owns this project template. | |
| ProjectBoardId | Integer | The unique identifier of the project board associated with this template. |