provider Projects GET
/projects @utdk/pipedrive
/projects Get all projects
Returns all projects. 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, 100 items will be returned.
- integer
- filter_id query
- The ID of the filter to use
- integer
- status query
- If supplied, includes only projects with the specified statuses. Possible values are `open`, `completed`, `canceled` and `deleted`. By default `deleted` projects are not returned.
- string
- phase_id query
- If supplied, only projects in specified phase are returned
- integer
- include_archived query
- If supplied with `true` then archived projects are also included in the response. By default only not archived projects are returned.
- boolean
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.getprojects()