Document Access
Document Contents
Retrieves information about the contents of the requested Lucidchart or Lucidspark document.
Due to the evolving nature of Lucid documents, an unchanged document may produce varying results over time.
get/v1/documents/{id}/contents
Path parameters
idstring uuid required
ID of the document to have contents retrieved.
Response
OK with Document Content resource containing information about the requested document's content.
Example response
{
"id": "8e7b19ec-27ff-40e3-beb8-03f51b1661b2",
"title": "document title",
"product": "lucidchart",
"pages": [],
"accountId": 1234,
"data": {
"collections": []
}
}