Skip to main content
GET
/
documents
/
{id}
retrieve document By 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

Path Parameters

id
string
required

Query Parameters

project
string
required

Response

id
string
Example:
name
string
Example:
description
string
Example:
file
string
Example:
size
integer
Example:
type
string
Example:
createdAt
string<date-time>
Example:
updatedAt
string<date-time>
Example:
projectId
string
Example:
_count
object