{ "opencollection": "1.0.0", "info": { "name": "Pipedrive API v1 Activities ProjectTemplates API", "version": "1.0.0" }, "items": [ { "info": { "name": "ProjectTemplates", "type": "folder" }, "items": [ { "info": { "name": "Get all project templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/projectTemplates", "params": [ { "name": "cursor", "value": "", "type": "query", "description": "For pagination, the marker (an opaque string value) representing the first item on the next page" }, { "name": "limit", "value": "", "type": "query", "description": "For pagination, the limit of entries to be returned. If not provided, up to 500 items will be returned." } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns all not deleted project templates. This is a cursor-paginated endpoint. For more information, please refer to our documentation on pagination." }, { "info": { "name": "Get details of a template", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/projectTemplates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the project template" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns the details of a specific project template." } ] } ], "bundled": true }