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
getprojectsphases
GET/projects/phases
Returns all active project phases under a specific board.

required

ID of the board for which phases are requested

Configure credentials above to enable sending.

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

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.getprojectsphases()