You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| forClientId | The `clientId` to retrieve the annotation summary for. Defaults to the `clientId` of the authenticated client. | string |
1055
+
1056
+
##### Options
1057
+
1058
+
| Option | Value |
1059
+
|--------|-------|
1060
+
| Accept |`application/json` (the default), `application/x-msgpack`|
1061
+
| Auth required | yes ([basic](#basic-authentication) or [token](#token-authentication)) |
1062
+
1063
+
##### Returns
1064
+
1065
+
A successful request returns an object containing the annotation summary for the specified message, filtered to only include the summary entries relevant to the requested `clientId`.
1066
+
1067
+
The summary is an object whose keys are [annotation types](/docs/messages/annotations#annotation-types), and the values are aggregated summaries for that annotation type.
1068
+
1035
1069
### Retrieve instantaneous presence status for a channel <a id="presence" />
1036
1070
1037
1071
#### GET main.realtime.ably.net/channels/\{channelId\}/presence
0 commit comments