provider ProjectTemplates GET
/projectTemplates @utdk/pipedrive
/projectTemplates Get all project templates
Returns all not deleted project templates. This is a cursor-paginated endpoint. For more information, please refer to our documentation on <a href="https://pipedrive.readme.io/docs/core-api-concepts-pagination" target="_blank" rel="noopener noreferrer">pagination</a>.
- cursor query
- For pagination, the marker (an opaque string value) representing the first item on the next page
- string
- limit query
- For pagination, the limit of entries to be returned. If not provided, up to 500 items will be returned.
- integer
Try it
Authentication
Configure credentials for Pipedrive API v1
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import pipedrive from '@utdk/pipedrive';
await pipedrive.getprojecttemplates()