Get a document of a collection, with its content rendered as Markdown for a Page document
GET
/v1/collections/{collectionId}/documents/{documentId}
curl \
--request GET 'https://openapi.meltingspot.io/v1/collections/{collectionId}/documents/{documentId}'
Response examples (200)
{
"id": "string",
"title": "string",
"type": "Link",
"status": "Draft",
"description": "string",
"link": "string",
"content": "string"
}