{ "opencollection": "1.0.0", "info": { "name": "Salesloft Account and People Redaction Custom Fields API", "version": "1.0.0" }, "items": [ { "info": { "name": "Custom Fields", "type": "folder" }, "items": [ { "info": { "name": "Salesloft Fetch a Custom Field", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/custom_fields/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Salesloft Fetch a Custom Field" }, { "info": { "name": "Salesloft Delete a Custom Field", "type": "http" }, "http": { "method": "DELETE", "url": "http://{{salesloft_api_base_url}}/custom_fields/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Salesloft Delete a Custom Field" }, { "info": { "name": "Salesloft List Custom Fields", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/custom_fields", "params": [ { "name": "ids", "value": "", "type": "query" }, { "name": "field_type", "value": "", "type": "query" }, { "name": "value_type", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" }, { "name": "sort_direction", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "include_paging_counts", "value": "", "type": "query" }, { "name": "limit_paging_counts", "value": "", "type": "query" } ] }, "docs": "Salesloft List Custom Fields" }, { "info": { "name": "Salesloft Create a Custom Field", "type": "http" }, "http": { "method": "POST", "url": "http://{{salesloft_api_base_url}}/custom_fields", "body": { "type": "json", "data": "{}" } }, "docs": "Salesloft Create a Custom Field" } ] } ], "bundled": true }