{ "opencollection": "1.0.0", "info": { "name": "Pipedrive API v1 Activities PermissionSets API", "version": "1.0.0" }, "items": [ { "info": { "name": "PermissionSets", "type": "folder" }, "items": [ { "info": { "name": "Get all permission sets", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/permissionSets", "params": [ { "name": "app", "value": "", "type": "query", "description": "The app to filter the permission sets by" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns data about all permission sets." }, { "info": { "name": "Get one permission set", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/permissionSets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the permission set" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns data about a specific permission set." }, { "info": { "name": "List permission set assignments", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/permissionSets/:id/assignments", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the permission set" }, { "name": "start", "value": "", "type": "query", "description": "Pagination start" }, { "name": "limit", "value": "", "type": "query", "description": "Items shown per page" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns the list of assignments for a permission set." } ] } ], "bundled": true }