GET
/
api
/
v1
/
documents
/
{id}
{
  "$uri": "/api/v1/documents/a1b2c3d4e5f67890",
  "created_at": "2023-11-07T05:31:56Z",
  "downloaders": [],
  "filename": "<string>",
  "size": 123,
  "uploader": {
    "$ref": "/api/v1/users/a1b2c3d4e5f67890"
  }
}

GET a single Document by its ID.

Path Parameters

id
string
required

Response

200 - application/json
Successful operation

The response is of type object.