Skip to content

Paginated News Item Response

Paginated News Item Response

typestringrequired

The type of object

Value:"list"
Example:"list"

Cursor-based pagination is a technique used in the Intercom API to navigate through large amounts of data. A "cursor" or pointer is used to keep track of the current position in the result set, allowing the API to return the data in small chunks or "pages" as needed.

total_countintegerrequired

A count of the total number of News Items.

Example:1
dataArray of objects(News Item)required

An array of News Items

{ "type": "list", "pages": { "type": "pages", "page": 1, "next": {}, "per_page": 2, "total_pages": 13 }, "total_count": 1, "data": [ {} ] }