{ "opencollection": "1.0.0", "info": { "name": "Control API v1 apps History API", "version": "1.0.32" }, "items": [ { "info": { "name": "History", "type": "folder" }, "items": [ { "info": { "name": "Get message history for a channel", "type": "http" }, "http": { "method": "GET", "url": "https://control.ably.net/v1/channels/:channel_id/messages", "headers": [ { "name": "X-Ably-Version", "value": "" } ], "params": [ { "name": "format", "value": "", "type": "query", "description": "The response format you would like" }, { "name": "channel_id", "value": "", "type": "path", "description": "The [Channel's ID](https://www.ably.io/documentation/rest/channels)." }, { "name": "start", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "direction", "value": "", "type": "query" } ] }, "docs": "Get message history for a channel" }, { "info": { "name": "Get presence history of a channel", "type": "http" }, "http": { "method": "GET", "url": "https://control.ably.net/v1/channels/:channel_id/presence/history", "headers": [ { "name": "X-Ably-Version", "value": "" } ], "params": [ { "name": "format", "value": "", "type": "query", "description": "The response format you would like" }, { "name": "channel_id", "value": "", "type": "path", "description": "The [Channel's ID](https://www.ably.io/documentation/rest/channels)." }, { "name": "start", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "direction", "value": "", "type": "query" } ] }, "docs": "Get presence on a channel" } ] } ], "bundled": true }