{ "opencollection": "1.0.0", "info": { "name": "Capsule CRM REST Opportunities Projects API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.capsulecrm.com/api/v2/kases", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" } ] }, "docs": "List projects" }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://api.capsulecrm.com/api/v2/kases", "body": { "type": "json", "data": "{}" } }, "docs": "Create a project" }, { "info": { "name": "Show a project", "type": "http" }, "http": { "method": "GET", "url": "https://api.capsulecrm.com/api/v2/kases/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Show a project" }, { "info": { "name": "Update a project", "type": "http" }, "http": { "method": "PUT", "url": "https://api.capsulecrm.com/api/v2/kases/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a project" }, { "info": { "name": "Delete a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.capsulecrm.com/api/v2/kases/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Delete a project" }, { "info": { "name": "List deleted projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.capsulecrm.com/api/v2/kases/deleted", "params": [ { "name": "since", "value": "", "type": "query" } ] }, "docs": "List deleted projects" }, { "info": { "name": "Search projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.capsulecrm.com/api/v2/kases/search", "params": [ { "name": "q", "value": "", "type": "query" } ] }, "docs": "Search projects" }, { "info": { "name": "List projects for a party", "type": "http" }, "http": { "method": "GET", "url": "https://api.capsulecrm.com/api/v2/parties/:partyId/kases", "params": [ { "name": "partyId", "value": "", "type": "path" } ] }, "docs": "List projects for a party" } ] } ], "bundled": true }