documents

Return an array of all documents (wiki posts) within a Heartbeat community. Results are paginated using cursor-based pagination.

get/documents

Query parameters

startingAfterstring uuid

Cursor for pagination - return results after this document ID

limitinteger

Number of results to return (1-100)

Response

Successful response

idstring uuid

Unique identifier for the document

namestring

The title/name of the document

linkstring uri

A URL pointing to this document in the Heartbeat community

Changes