{ "opencollection": "1.0.0", "info": { "name": "Marketo Engage Rest Approve Fields API", "version": "1.0" }, "items": [ { "info": { "name": "Fields", "type": "folder" }, "items": [ { "info": { "name": "Marketo Add Form Field Visibility Rules", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8080/rest/asset/v1/form/:formId/field/:fieldId/visibility.json", "params": [ { "name": "formId", "value": "", "type": "path", "description": "formId" }, { "name": "fieldId", "value": "", "type": "path", "description": "fieldId" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Adds a visibility rule to the target form field. Required Permissions: Read-Write Assets" }, { "info": { "name": "Marketo Update Form Field", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8080/rest/asset/v1/form/:id/field/:fieldId.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "fieldId", "value": "", "type": "path", "description": "fieldId" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Updates the configuration for that target field. Required Permissions: Read-Write Assets" }, { "info": { "name": "Marketo Delete Form Field", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8080/rest/asset/v1/form/:id/field/:fieldId/delete.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "fieldId", "value": "", "type": "path", "description": "fieldId" } ] }, "docs": "Deletes a field from a form. Required Permissions: Read-Write Assets" }, { "info": { "name": "Marketo Delete Field from Fieldset", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8080/rest/asset/v1/form/:id/fieldSet/:fieldSetId/field/:fieldId/delete.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "fieldSetId", "value": "", "type": "path", "description": "fieldSetId" }, { "name": "fieldId", "value": "", "type": "path", "description": "fieldId" } ] }, "docs": "Removes the target field from the fieldset. Required Permissions: Read-Write Assets" } ] } ], "bundled": true }