{ "opencollection": "1.0.0", "info": { "name": "Marketo Engage Rest Approve Dynamic API", "version": "1.0" }, "items": [ { "info": { "name": "Dynamic", "type": "folder" }, "items": [ { "info": { "name": "Marketo Get Email Dynamic Content", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8080/rest/asset/v1/email/:id/dynamicContent/:contentId.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of email" }, { "name": "contentId", "value": "", "type": "path", "description": "Id of email dynamic content section" }, { "name": "status", "value": "", "type": "query", "description": "Status filter for draft or approved versions" } ] }, "docs": "Retrieves the dyanmic content record for the given section. Required Permissions: Read-Only Assets, Read-Write Assets" }, { "info": { "name": "Marketo Update Email Dynamic Content Section", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8080/rest/asset/v1/email/:id/dynamicContent/:contentId.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of email" }, { "name": "contentId", "value": "", "type": "path", "description": "Id of email dynamic content section" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Updates dynamic content in the given section. Required Permissions: Read-Write Assets" }, { "info": { "name": "Marketo Get Landing Page Dynamic Content", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8080/rest/asset/v1/landingPage/:id/dynamicContent/:contentId.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of landing page" }, { "name": "contentId", "value": "", "type": "path", "description": "Id of landing page dynamic content section" } ] }, "docs": "Retrieves the dynamic content from the target section. Required Permissions: Read-Only Assets, Read-Write Assets" }, { "info": { "name": "Marketo Update Landing Page Dynamic Content Section", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8080/rest/asset/v1/landingPage/:id/dynamicContent/:contentId.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the landing page" }, { "name": "contentId", "value": "", "type": "path", "description": "Id of the landing page dynamic content" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Updates the content of the target dynamic content section. Required Permissions: Read-Write Assets" }, { "info": { "name": "Marketo Get Dynamic Content", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8080/rest/asset/v1/snippet/:id/dynamicContent.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "status", "value": "", "type": "query", "description": "Status filter for draft or approved versions" } ] }, "docs": "Gets the list of dynamic content sections for the snippet. Required Permissions: Read-Only Assets, Read-Write Assets" }, { "info": { "name": "Marketo Update Snippet Dynamic Content", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8080/rest/asset/v1/snippet/:id/dynamicContent/:segmentId.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "segmentId", "value": "", "type": "path", "description": "segmentId" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Updates the target dynamic content section. Required Permissions: Read-Write Assets" } ] } ], "bundled": true }