documents

Get a document by ID, including its content

get/documents/{documentID}

Path parameters

documentIDstring uuid required

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

contentstring

The markdown content of the document

Changes