{ "opencollection": "1.0.0", "info": { "name": "Greenhouse Assessment Partner ActivityFeed CustomFields API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "CustomFields", "type": "folder" }, "items": [ { "info": { "name": "List Custom Fields", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/custom_fields" }, "docs": "List Custom Fields" }, { "info": { "name": "Create Custom Field", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/custom_fields", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Custom Field" }, { "info": { "name": "Retrieve Custom Field", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/custom_fields/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve Custom Field" }, { "info": { "name": "Update Custom Field", "type": "http" }, "http": { "method": "PATCH", "url": "https://{partner_host}/{base_path}/custom_fields/:id", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Custom Field" }, { "info": { "name": "Delete Custom Field", "type": "http" }, "http": { "method": "DELETE", "url": "https://{partner_host}/{base_path}/custom_fields/:id", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Custom Field" }, { "info": { "name": "List Custom Field Options", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/custom_fields/:id/custom_field_options", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List Custom Field Options" }, { "info": { "name": "Create Custom Field Option", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/custom_fields/:id/custom_field_options", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Custom Field Option" }, { "info": { "name": "Update Custom Field Option", "type": "http" }, "http": { "method": "PATCH", "url": "https://{partner_host}/{base_path}/custom_fields/:id/custom_field_options/:option_id", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "option_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Custom Field Option" }, { "info": { "name": "Delete Custom Field Option", "type": "http" }, "http": { "method": "DELETE", "url": "https://{partner_host}/{base_path}/custom_fields/:id/custom_field_options/:option_id", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "option_id", "value": "", "type": "path" } ] }, "docs": "Delete Custom Field Option" } ] } ], "bundled": true }