Retrieve a list of documents
Retrieve all documents for the authenticated workspace.
curl --request GET \
--url https://api.reqlick.com/documents \
--header 'Authorization: Bearer <token>'
[
{
"id": "1110580a82031111aaa01111",
"name": "example.pptx",
"description": "This is an example",
"file": "Example PPTX",
"size": 38705381,
"type": ".pptx",
"createdAt": "2024-07-16T10:48:18.541Z",
"updatedAt": "2024-07-16T10:48:18.541Z",
"projectId": "1110580a82031111aaa01111",
"_count": {
"links": 100,
"views": 700
},
"createdBy": {
"name": "Example",
"image": "https://example.com/image.png",
"id": "1110580a82031111aaa01111"
},
"views": [
{
"id": "1110580a82031111aaa01111"
}
],
"links": [
{
"id": "1110580a82031111aaa01111",
"documentId": "1110580a82031111aaa01111",
"url": "<string>",
"key": "sport",
"expiresAt": "2023-11-07T05:31:56Z",
"password": "<string>",
"proxy": true,
"isFile": true,
"isQR": true,
"title": "Instant File Sharing Link with Reqlick",
"description": "Turn your files into shareable links and connect effortlessly",
"image": "/thumbnail.png",
"allowedEmails": [
"<string>"
],
"createdAt": "2024-07-16T10:48:19.492Z",
"updatedAt": "2024-07-16T10:48:19.492Z",
"projectId": "1110580a82031111aaa01111",
"isPublic": true,
"isActive": true,
"isArchived": false,
"isRecord": false,
"domain": "rqk.sh",
"utm_source": null,
"utm_medium": null,
"utm_campaign": null,
"utm_term": null,
"utm_content": null,
"ref": null,
"ios": null,
"android": null,
"tagId": null,
"createdSessionId": null
}
]
}
]
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Workspace url
Response
Document ID
"1110580a82031111aaa01111"
Document name
"example.pptx"
Document description
"This is an example"
File name
"Example PPTX"
File size in bytes
38705381
File type
".pptx"
Creation date
"2024-07-16T10:48:18.541Z"
Last update date
"2024-07-16T10:48:18.541Z"
Project ID
"1110580a82031111aaa01111"
Link ID
"1110580a82031111aaa01111"
Document ID associated with the link
"1110580a82031111aaa01111"
URL of the link
Key of the link
"sport"
Expiration date of the link
Password for the link
Indicates if the link is a proxy
Indicates if the link is a file
Indicates if the link is a QR code
Title of the link
"Instant File Sharing Link with Reqlick"
Description of the link
"Turn your files into shareable links and connect effortlessly"
URL of the link's image
"/thumbnail.png"
List of allowed email addresses
Creation date of the link
"2024-07-16T10:48:19.492Z"
Last update date of the link
"2024-07-16T10:48:19.492Z"
Project ID associated with the link
"1110580a82031111aaa01111"
Indicates if the link is public
true
Indicates if the link is active
true
Indicates if the link is archived
false
Indicates if the link is a record
false
Domain of the link
"rqk.sh"
UTM source
null
UTM medium
null
UTM campaign
null
UTM term
null
UTM content
null
Reference
null
iOS link
null
Android link
null
Tag ID
null
Created session ID
null
curl --request GET \
--url https://api.reqlick.com/documents \
--header 'Authorization: Bearer <token>'
[
{
"id": "1110580a82031111aaa01111",
"name": "example.pptx",
"description": "This is an example",
"file": "Example PPTX",
"size": 38705381,
"type": ".pptx",
"createdAt": "2024-07-16T10:48:18.541Z",
"updatedAt": "2024-07-16T10:48:18.541Z",
"projectId": "1110580a82031111aaa01111",
"_count": {
"links": 100,
"views": 700
},
"createdBy": {
"name": "Example",
"image": "https://example.com/image.png",
"id": "1110580a82031111aaa01111"
},
"views": [
{
"id": "1110580a82031111aaa01111"
}
],
"links": [
{
"id": "1110580a82031111aaa01111",
"documentId": "1110580a82031111aaa01111",
"url": "<string>",
"key": "sport",
"expiresAt": "2023-11-07T05:31:56Z",
"password": "<string>",
"proxy": true,
"isFile": true,
"isQR": true,
"title": "Instant File Sharing Link with Reqlick",
"description": "Turn your files into shareable links and connect effortlessly",
"image": "/thumbnail.png",
"allowedEmails": [
"<string>"
],
"createdAt": "2024-07-16T10:48:19.492Z",
"updatedAt": "2024-07-16T10:48:19.492Z",
"projectId": "1110580a82031111aaa01111",
"isPublic": true,
"isActive": true,
"isArchived": false,
"isRecord": false,
"domain": "rqk.sh",
"utm_source": null,
"utm_medium": null,
"utm_campaign": null,
"utm_term": null,
"utm_content": null,
"ref": null,
"ios": null,
"android": null,
"tagId": null,
"createdSessionId": null
}
]
}
]