Retrieve Broadcast Chat Messages by ID

This operation returns all messages sent to a broadcast chat by ID using cursor-based pagination.

Authorization and Permissions

  • An OpenAm token is required.
  • The user must have content creation permission which can be added by a Talk administrator.
Path Params
string
required

The ID of a broadcast chat.

Query Params
string

The page-token is a string that represents the continuation token for a token-based pagination response and is used to retrieve a particular page of results. If not specified, the first page of results is returned.

integer

The count of a paginated response, which specifies the number of posts to return per page. If not specified, a default of 100 posts is returned. The count cannot exceed 100.

Headers
string
required

An OpenAm or auth0 token for the user.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

500

Internal Server Error

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json
application/problem+json