provider ProjectPhases GET /projects/phases
@utdk/pipedrive /projects/phases
Get project phases
Returns all active project phases under a specific board.
board_id query required
ID of the board for which phases are requested
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.

getprojectsphases
GET/projects/phases
Returns all active project phases under a specific board.

required

ID of the board for which phases are requested

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.getprojectsphases()