v68

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0189430445.4 KB
Search

Feed of documents and events

The personalized feed/home includes different types of contents including suggestions, recents, calendar events and many more.

post/rest/api/v1/feed

Query parameters

localestring

The client's preferred locale in rfc5646 format (e.g. en, ja, pt-BR). If omitted, the Accept-Language will be used. If not present or not supported, defaults to the closest match or en.

Request body

categoriesstring[]

Categories of content requested. An allowlist gives flexibility to request content separately or together.

timeoutMillisinteger

Timeout in milliseconds for the request. A 408 error will be returned if handling the request takes longer.

Example request

{
  "timeoutMillis": 5000
}

Response

OK

experimentIdsinteger[]

List of experiment ids for the corresponding request.

trackingTokenstring

An opaque token that represents this particular feed response.

serverTimestampinteger required

Server unix timestamp (in seconds since epoch UTC).

facetResultsobject

Map from category to the list of facets that can be used to filter the entry's content.

mentionsTimeWindowInHoursinteger

The time window (in hours) used for generating user mentions.