{ "opencollection": "1.0.0", "info": { "name": "Pipedrive API v1 Activities CallLogs API", "version": "1.0.0" }, "items": [ { "info": { "name": "CallLogs", "type": "folder" }, "items": [ { "info": { "name": "Get all call logs assigned to a particular user", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/callLogs", "params": [ { "name": "start", "value": "", "type": "query", "description": "Pagination start" }, { "name": "limit", "value": "", "type": "query", "description": "For pagination, the limit of entries to be returned. The upper limit is 50." } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns all call logs assigned to a particular user." }, { "info": { "name": "Add a call log", "type": "http" }, "http": { "method": "POST", "url": "https://api.pipedrive.com/v1/callLogs", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Adds a new call log." }, { "info": { "name": "Get details of a call log", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/callLogs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID received when you create the call log" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns details of a specific call log." }, { "info": { "name": "Delete a call log", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pipedrive.com/v1/callLogs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID received when you create the call log" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Deletes a call log. If there is an audio recording attached to it, it will also be deleted. The related activity will not be removed by this request. If you want to remove the related activities, please use the endpoint which is specific for activities." }, { "info": { "name": "Attach an audio file to the call log", "type": "http" }, "http": { "method": "POST", "url": "https://api.pipedrive.com/v1/callLogs/:id/recordings", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID received when you create the call log" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] }, "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Adds an audio recording to the call log. That audio can be played by those who have access to the call log object." } ] } ], "bundled": true }