Ably integration (Developer Tools). Imported from open-connector.
https://main.realtime.ably.net/presence
| Param | Type | Required | Description |
|---|---|---|---|
| channels | array | required | One or more Ably channel names. |
| separator | string | optional | The separator used when channels is provided as a string. |
/channels/{channel}/presence/history
| Param | Type | Required | Description |
|---|---|---|---|
| channels | array | required | One or more Ably channel names. |
| separator | string | optional | The separator used when channels is provided as a string. |
| start | integer | optional | A timestamp in milliseconds since the Unix epoch. |
| end | integer | optional | A timestamp in milliseconds since the Unix epoch. |
| limit | integer | optional | The maximum number of records to return. |
| direction | string | optional | The Ably pagination direction. |
| channel | string | required | Path parameter: channel |
/channels/{channel_id}
| Param | Type | Required | Description |
|---|---|---|---|
| channel_id | string | required | The Ably channel ID or channel name. |
/push/channelSubscriptions
| Param | Type | Required | Description |
|---|---|---|---|
| channel | string | optional | The Ably channel ID or channel name. |
| client_id | string | optional | The Ably client ID to unsubscribe. |
| device_id | string | optional | The Ably device ID to unsubscribe. |
/channels/{channel_id}
| Param | Type | Required | Description |
|---|---|---|---|
| channel_id | string | required | The Ably channel ID or channel name. |
/channels/{channel_id}/messages
| Param | Type | Required | Description |
|---|---|---|---|
| channel_id | string | required | The Ably channel ID or channel name. |
| start | integer | optional | A timestamp in milliseconds since the Unix epoch. |
| end | integer | optional | A timestamp in milliseconds since the Unix epoch. |
| limit | integer | optional | The maximum number of records to return. |
| direction | string | optional | The Ably pagination direction. |
/channels/{channel_id}/presence/history
| Param | Type | Required | Description |
|---|---|---|---|
| channel_id | string | required | The Ably channel ID or channel name. |
| start | integer | optional | A timestamp in milliseconds since the Unix epoch. |
| end | integer | optional | A timestamp in milliseconds since the Unix epoch. |
| limit | integer | optional | The maximum number of records to return. |
| direction | string | optional | The Ably pagination direction. |
/time
/stats
| Param | Type | Required | Description |
|---|---|---|---|
| start | integer | optional | A timestamp in milliseconds since the Unix epoch. |
| end | integer | optional | A timestamp in milliseconds since the Unix epoch. |
| limit | integer | optional | The maximum number of records to return. |
| direction | string | optional | The Ably pagination direction. |
| unit | string | optional | The Ably statistics aggregation unit. |
/push/channelSubscriptions
| Param | Type | Required | Description |
|---|---|---|---|
| channel | string | optional | The Ably channel ID or channel name. |
| client_id | string | optional | Filter subscriptions by Ably client ID. |
| device_id | string | optional | Filter subscriptions by Ably device ID. |
| concat_filters | boolean | optional | Whether to match either client_id or device_id when both are set. |
| limit | integer | optional | The maximum number of records to return. |