Retrieve All Events

This operation returns all events in the system or a subset of events according to the specified filter criteria. The response may be paginated using index and count.

Authorization and Permissions

  • An OpenAm token is required to retrieve events.
  • The user must have content retrieval permission, which is granted by a Talk administrator.
Query Params
number

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

number

The index of a paginated response, which specifies the page number of the response. If not specified, a default of 0 is used.

Headers
string
required

An OpenAm token for the user.

string

A UUID value to track the request, used for debugging and tracing.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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