{ "opencollection": "1.0.0", "info": { "name": "Marketo Engage Rest Approve Landing Page Content API", "version": "1.0" }, "items": [ { "info": { "name": "Landing Page Content", "type": "folder" }, "items": [ { "info": { "name": "Marketo Get Landing Page Content", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8080/rest/asset/v1/landingPage/:id/content.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "status", "value": "", "type": "query", "description": "Status filter for draft or approved versions" } ] }, "docs": "Retrieves the list of content sections in the target landing page. Required Permissions: Read-Only Assets, Read-Write Assets" }, { "info": { "name": "Marketo Add Landing Page Content Section", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8080/rest/asset/v1/landingPage/:id/content.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Adds a content section to the target landing page. Parameters must be sent as application/x-www-form-urlencoded (not JSON). Required Permissions: Read-Write Assets" }, { "info": { "name": "Marketo Update Landing Page Content Section", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8080/rest/asset/v1/landingPage/:id/content/:contentId.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of landing page" }, { "name": "contentId", "value": "", "type": "path", "description": "Id of landing page content section" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Updates a content section the landing page. Parameters must be sent as application/x-www-form-urlencoded (not JSON). Required Permissions: Read-Write Assets" }, { "info": { "name": "Marketo Delete Landing Page Content Section", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8080/rest/asset/v1/landingPage/:id/content/:contentId/delete.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of landing page" }, { "name": "contentId", "value": "", "type": "path", "description": "Id of landing page content section" } ] }, "docs": "Removes the target content section from the parent landing page. 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" } ] } ], "bundled": true }