{ "opencollection": "1.0.0", "info": { "name": "API Endpoints subpackage_activities subpackage_smartViews API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_smartViews", "type": "folder" }, "items": [ { "info": { "name": "List Smart Views", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/saved_search/", "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": "type", "value": "", "type": "query" }, { "name": "type__in", "value": "", "type": "query" } ] }, "docs": "Accepts:\n\n- A `type` filter that accepts either `lead` or `contact`. Defaults to `lead`.\n- A `type__in` filter that can be used to select multiple comma-separated types: `lead,contact`." }, { "info": { "name": "Create a Smart View", "type": "http" }, "http": { "method": "POST", "url": "https://api.close.com/api/v1/saved_search/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a Lead or Contact Smart View.\n\nFor Lead Smart Views, the `type` field is optional (since `lead` is the default `type`).\n\nWhen creating a Smart View, you must specify that you want to get objects of the appropriate type via an `object_type` clause as per the [Advanced Filtering](https://developer.close.com/api/resources/advanced-filtering) section. See the examples below." }, { "info": { "name": "Get a single Smart View", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/saved_search/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a single Smart View" }, { "info": { "name": "Update a Smart View", "type": "http" }, "http": { "method": "PUT", "url": "https://api.close.com/api/v1/saved_search/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Smart View" }, { "info": { "name": "Delete a Smart View", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.close.com/api/v1/saved_search/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a Smart View" } ] } ], "bundled": true }