GET /channels/{channel_id}/presence/history

ably.io:platform

Summary: Get presence history of a channel
Operation ID: getPresenceHistoryOfChannel
Auth: unknown
Description

Get presence on a channel

Parameters (7)

X-Ably-Version (string, header, optional)

The version of the API you wish to use.

channel_id (string, path, required)

The [Channel's ID](https://www.ably.io/documentation/rest/channels).

direction (string, query, optional, default: backwards)

Constraints: {'enum': ['forwards', 'backwards']}

end (string, query, optional, default: now)
format (string, query, optional)

The response format you would like

Constraints: {'enum': ['json', 'jsonp', 'msgpack', 'html']}

limit (integer, query, optional, default: 100)
start (string, query, optional)

No probe data for this endpoint yet.