List a match chat room's messages
Returns the messages of a match's chat room, newest first, with cursor pagination. The API key owner must be a participant of the match (a member of one of the match's teams); a non-participant receives 404. Requires the chat.read scope.
Path parameters
Match ID. The caller must be a participant of this match.
Match ID. The caller must be a participant of this match.
Query parameters
Page size (1-100). Defaults to 50.
Page size (1-100). Defaults to 50.
Opaque continuation cursor from a prior page's nextCursor.
Opaque continuation cursor from a prior page's nextCursor.
Response
Program cursor-paginated result. nextCursor is null when hasMore is false.
Changes
Changed in 3 of the 22 revisions of this API.13
- ○
api tag
Match Chataddedapi-tag-added
- ○
api tag
Chatremovedapi-tag-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 377 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲