{ "opencollection": "1.0.0", "info": { "name": "Pipedrive API v1 Activities ProjectPhases API", "version": "1.0.0" }, "items": [ { "info": { "name": "ProjectPhases", "type": "folder" }, "items": [ { "info": { "name": "Get project phases", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/projects/phases", "params": [ { "name": "board_id", "value": "", "type": "query", "description": "ID of the board for which phases are requested" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns all active project phases under a specific board." }, { "info": { "name": "Get details of a phase", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/projects/phases/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the project phase" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns the details of a specific project phase." }, { "info": { "name": "Get project phases", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/phases", "params": [ { "name": "board_id", "value": "", "type": "query", "description": "The ID of the board for which phases are requested" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns all active project phases under a specific board." }, { "info": { "name": "Add a project phase", "type": "http" }, "http": { "method": "POST", "url": "https://api.pipedrive.com/v1/phases", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Adds a new project phase to a board." }, { "info": { "name": "Get details of a project phase", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/phases/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the project phase" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns the details of a specific project phase." }, { "info": { "name": "Update a project phase", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.pipedrive.com/v1/phases/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the project phase" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Updates the properties of a project phase." }, { "info": { "name": "Delete a project phase", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pipedrive.com/v1/phases/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the project phase" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Marks a project phase as deleted." } ] } ], "bundled": true }