{ "opencollection": "1.0.0", "info": { "name": "AppConnect V3 Account Services Contacts Custom Fields API", "version": "3.0.149" }, "items": [ { "info": { "name": "Contacts Custom Fields", "type": "folder" }, "items": [ { "info": { "name": "GET a custom_field", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/contact_custom_fields/:custom_field_id", "params": [ { "name": "custom_field_id", "value": "", "type": "path", "description": "The ID that uniquely identifies the custom field." } ] }, "docs": "Get details for a specified custom field." }, { "info": { "name": "Update a custom field.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/contact_custom_fields/:custom_field_id", "params": [ { "name": "custom_field_id", "value": "", "type": "path", "description": "The ID that uniquely identifies the custom field to update." } ] }, "docs": "Update an existing custom field." }, { "info": { "name": "DELETE a custom_field", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/contact_custom_fields/:custom_field_id", "params": [ { "name": "custom_field_id", "value": "", "type": "path", "description": "The ID that uniquely identifies the custom field to delete." } ] }, "docs": "Delete a custom field from the user's account." }, { "info": { "name": "GET custom_fields Collection", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/contact_custom_fields", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Specifies the number of results displayed per page of output, from 1 - 100, default = 50." } ] }, "docs": "Get all custom fields defined in the user's account.\n
This method does not currently support filtering results using the custom field update date.