Get feeds

This API allows you to retrieve all feeds

Query Params
string
required

Token for pagination.

  • For initial request, send empty string ""
  • For subsequent requests, use the nextPageToken returned as integer from previous response
string
required

The number of feeds to return per page

string
enum
Defaults to createdAt
Allowed:
string
enum
Defaults to all

The filter to apply to the feeds

string
enum
Defaults to home

The context of the feeds.

  • When set to "site", siteId parameter is required
  • When set to "content", both siteId and contentId parameters are required
Allowed:
string
enum

The type of feed to return

Allowed:
string

The ID of the site. Required when feedContext is "site" or "content"

string

The ID of the content. Required when feedContext is "content"

string

The IDs of the feeds to return (send comma-separated list of feed IDs without spaces)

string

The IDs of the feeds to exempt from the search (send comma-separated list of feed IDs without spaces)

boolean

Whether to search for mark duplicate feeds(questions)

Responses

Language
Credentials
OAuth2
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json