Retrieve All Posts or by Type

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

Authorization and Permissions

  • An OpenAm token is required to make a post.
  • The user must have content creation permission, which is granted by a Talk administrator.
Query Params
string
enum

The type of post to retrieve. Valid values include user-post, announcement, event, poll, survey, calendar, and ideabox. If no value is specified, all posts are returned.

Allowed:
number

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.

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.

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