{ "opencollection": "1.0.0", "info": { "name": "API Endpoints subpackage_activities subpackage_outcomes API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_outcomes", "type": "folder" }, "items": [ { "info": { "name": "List or filter outcomes", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/outcome/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "_limit", "value": "", "type": "query", "description": "Number of results to return." }, { "name": "_skip", "value": "", "type": "query", "description": "Number of results to skip before returning, for pagination." }, { "name": "_fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response." } ] }, "docs": "Fetch a list of outcomes." }, { "info": { "name": "Create an outcome", "type": "http" }, "http": { "method": "POST", "url": "https://api.close.com/api/v1/outcome/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new outcome for the organization." }, { "info": { "name": "Fetch a single outcome", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/outcome/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "_fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response." } ] }, "docs": "Fetch a single outcome" }, { "info": { "name": "Update an outcome", "type": "http" }, "http": { "method": "PUT", "url": "https://api.close.com/api/v1/outcome/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing outcome." }, { "info": { "name": "Delete an outcome", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.close.com/api/v1/outcome/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an existing outcome.\n\nAll of the calls and/or meetings associated with this outcome will still retain that reference, but you won't be able to set that outcome on any new calls & meetings nor find its definition in the API." } ] } ], "bundled": true }