{ "opencollection": "1.0.0", "info": { "name": "Marketo Engage Rest Approve Segments API", "version": "1.0" }, "items": [ { "info": { "name": "Segments", "type": "folder" }, "items": [ { "info": { "name": "Marketo Get Segmentations", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8080/rest/asset/v1/segmentation.json", "params": [ { "name": "status", "value": "", "type": "query", "description": "Status filter for draft or approved versions" } ] }, "docs": "Retrieves a list of accessible segmentations for the target instance. Required Permissions: Read-Only Assets, Read-Write Assets" }, { "info": { "name": "Marketo Get Segments For Segmentation", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8080/rest/asset/v1/segmentation/:id/segments.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "status", "value": "", "type": "query", "description": "Status filter for draft or approved versions" }, { "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": "Retrieves a list of segments inside the target segmentation. 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 }