v1

latestOpenAPI 3.1.02026-07-244727109.8 KB

Collect articles from streamId

get/contents?

Query parameters

streamIDstring required

The id of the stream you want to access. Make sure that you are URI encoding the streamId

countstring

The number of articles/entries to return. Pick a number between 1 and 100 (optional, default is 20)

newerThanstring

Long timestamp in ms representing the time of your previous call (in Unix/Epoch). Cannot be older than 31 days ago. (optional)

olderThanstring

Long timestamp in ms representing the time of your previous call (in Unix/Epoch). (optional)

continuationstring

An id is used to page through the articles. The continuation id will be returned as part of each call response. This is useful if you want to fetch more articles than the count = 100 limit (optional)

includeAiActionsboolean

if true, AI Actions from articles will be returned.

similarboolean

if true, numRelatedEntries will be returned

Response

200

object required