GET
/
documents
/
{id}
curl --request GET \
  --url https://api.reqlick.com/documents/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "1110580a82031111aaa03333",
  "name": "example.pptx",
  "description": "This is an example",
  "file": "Example PPTX",
  "size": 38705381,
  "type": ".pptx",
  "createdAt": "2024-01-15:00:00.541Z",
  "updatedAt": "2024-01-16T10:00:00.541Z",
  "projectId": "1110580a82031111aaa03333",
  "_count": {
    "links": 100,
    "views": 700
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Document ID

Query Parameters

project
string
required

Workspace url

Response

200
application/json

Get document information

The response is of type object.