{ "opencollection": "1.0.0", "info": { "name": "Marketo Engage Rest Approve Used API", "version": "1.0" }, "items": [ { "info": { "name": "Used", "type": "folder" }, "items": [ { "info": { "name": "Marketo Get Email Template Used By", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8080/rest/asset/v1/emailTemplates/:id/usedBy.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the email template" }, { "name": "offset", "value": "", "type": "query", "description": "Integer offset for paging" }, { "name": "maxReturn", "value": "", "type": "query", "description": "Maximum number of channels to return. Max 200, default 20" } ] }, "docs": "Returns a list of email records which depend on a given email template. Required Permissions: Read-Only Assets, Read-Write Assets" }, { "info": { "name": "Marketo Get Form Used By", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8080/rest/asset/v1/form/:id/usedBy.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the form" }, { "name": "offset", "value": "", "type": "query", "description": "Integer offset for paging" }, { "name": "maxReturn", "value": "", "type": "query", "description": "Maximum number of assets to return. Max 200, default 20" } ] }, "docs": "Returns a list of asset records which depend on a given form. Required Permissions: Read-Only Assets, Read-Write Assets" } ] } ], "bundled": true }