{ "opencollection": "1.0.0", "info": { "name": "Pipedrive API v1 Activities LegacyTeams API", "version": "1.0.0" }, "items": [ { "info": { "name": "LegacyTeams", "type": "folder" }, "items": [ { "info": { "name": "Get all teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/legacyTeams", "params": [ { "name": "order_by", "value": "", "type": "query", "description": "The field name to sort returned teams by" }, { "name": "skip_users", "value": "", "type": "query", "description": "When enabled, the teams will not include IDs of member users" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns data about teams within the company." }, { "info": { "name": "Add a new team", "type": "http" }, "http": { "method": "POST", "url": "https://api.pipedrive.com/v1/legacyTeams", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Adds a new team to the company and returns the created object." }, { "info": { "name": "Get a single team", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/legacyTeams/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the team" }, { "name": "skip_users", "value": "", "type": "query", "description": "When enabled, the teams will not include IDs of member users" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns data about a specific team." }, { "info": { "name": "Update a team", "type": "http" }, "http": { "method": "PUT", "url": "https://api.pipedrive.com/v1/legacyTeams/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the team" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Updates an existing team and returns the updated object." }, { "info": { "name": "Get all users in a team", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/legacyTeams/:id/users", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the team" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns a list of all user IDs within a team." }, { "info": { "name": "Add users to a team", "type": "http" }, "http": { "method": "POST", "url": "https://api.pipedrive.com/v1/legacyTeams/:id/users", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the team" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Adds users to an existing team." }, { "info": { "name": "Delete users from a team", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pipedrive.com/v1/legacyTeams/:id/users", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the team" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Deletes users from an existing team." }, { "info": { "name": "Get all teams of a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/legacyTeams/user/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the user" }, { "name": "order_by", "value": "", "type": "query", "description": "The field name to sort returned teams by" }, { "name": "skip_users", "value": "", "type": "query", "description": "When enabled, the teams will not include IDs of member users" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns data about all teams which have the specified user as a member." } ] } ], "bundled": true }