Find a document using the document identifier

get/documents/{id}
SecuritybearerAuth
Request
path Parameters
id
required
integer <int64> (IdParam) >= 1

Document identifier

Example: 1
Responses
200

Found document

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

Response samples
application/json
{
  • "id": 1,
  • "parentDocumentId": 1,
  • "levelId": 1,
  • "level": "CUSTOMER",
  • "type": "FILE",
  • "name": "/helloworld.doc",
  • "owner": "Tommy Tynan",
  • "ownerUserId": 1,
  • "sizeInKb": 1,
  • "path": "/folder1/folder2/",
  • "uploadDateTime": "2019-08-24T14:15:22Z",
  • "tags": [
    • {
      • "name": "string"
      }
    ]
}