{ "opencollection": "1.0.0", "info": { "name": "Capsule CRM REST Opportunities Parties API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Parties", "type": "folder" }, "items": [ { "info": { "name": "List parties", "type": "http" }, "http": { "method": "GET", "url": "https://api.capsulecrm.com/api/v2/parties", "params": [ { "name": "embed", "value": "", "type": "query", "description": "Comma-separated list of related resources to embed." }, { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" } ] }, "docs": "List parties" }, { "info": { "name": "Create a party", "type": "http" }, "http": { "method": "POST", "url": "https://api.capsulecrm.com/api/v2/parties", "body": { "type": "json", "data": "{}" } }, "docs": "Create a party" }, { "info": { "name": "Show a party", "type": "http" }, "http": { "method": "GET", "url": "https://api.capsulecrm.com/api/v2/parties/:partyId", "params": [ { "name": "partyId", "value": "", "type": "path" }, { "name": "embed", "value": "", "type": "query", "description": "Comma-separated list of related resources to embed." } ] }, "docs": "Show a party" }, { "info": { "name": "Update a party", "type": "http" }, "http": { "method": "PUT", "url": "https://api.capsulecrm.com/api/v2/parties/:partyId", "params": [ { "name": "partyId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a party" }, { "info": { "name": "Delete a party", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.capsulecrm.com/api/v2/parties/:partyId", "params": [ { "name": "partyId", "value": "", "type": "path" } ] }, "docs": "Delete a party" }, { "info": { "name": "List employees linked to an organisation", "type": "http" }, "http": { "method": "GET", "url": "https://api.capsulecrm.com/api/v2/parties/:partyId/people", "params": [ { "name": "partyId", "value": "", "type": "path" } ] }, "docs": "List employees linked to an organisation" }, { "info": { "name": "List deleted parties since a date", "type": "http" }, "http": { "method": "GET", "url": "https://api.capsulecrm.com/api/v2/parties/deleted", "params": [ { "name": "since", "value": "", "type": "query" } ] }, "docs": "List deleted parties since a date" }, { "info": { "name": "Search parties", "type": "http" }, "http": { "method": "GET", "url": "https://api.capsulecrm.com/api/v2/parties/search", "params": [ { "name": "q", "value": "", "type": "query" } ] }, "docs": "Search parties" } ] } ], "bundled": true }