Get the Information of a Document
Path
GET /documents/{documentId}
Request Parameters
documentId
required
string
Refers to document
Responses
Request Example
null
Response Example
{
"name": "Test-file.txt",
"size": 100,
"type": ".txt"
}