{ "opencollection": "1.0.0", "info": { "name": "API Endpoints subpackage_activities subpackage_bulkActionsEdit API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_bulkActionsEdit", "type": "folder" }, "items": [ { "info": { "name": "List bulk edits", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/bulk_action/edit/", "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": "List bulk edits" }, { "info": { "name": "Initiate a new bulk edit", "type": "http" }, "http": { "method": "POST", "url": "https://api.close.com/api/v1/bulk_action/edit/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Pass additional parameters depending on which `type` is passed:\n\n - `set_lead_status` will set the Lead Status on all leads. It expects:\n - `lead_status_id` - ID of the Lead Status to use.\n - `clear_custom_field` will clear/remove/unset a specific custom field from all leads. It expects:\n - `custom_field_id` or `custom_field_name` - ID or exact name of the custom field to remove.\n - `set_custom_field` will set/update/add a specific custom field on all leads. It expects:\n - `custom_field_id` o" }, { "info": { "name": "Fetch a single bulk edit object", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/bulk_action/edit/: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 bulk edit object" } ] } ], "bundled": true }