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