Documents
Retrieve a list of links
Documents
Retrieve a list of links
Retrieve document links for the authenticated workspace.
GET
/
documents
/
{id}
/
links
curl --request GET \
--url https://api.reqlick.com/documents/{id}/links \
--header 'Authorization: Bearer <token>'
[
{
"id": "1110580a82031111aaa01111",
"documentId": "1110580a82031111aaa01111",
"url": "<string>",
"key": "try-reqlick",
"expiresAt": "2023-11-07T05:31:56Z",
"password": "<string>",
"proxy": false,
"isFile": true,
"isQR": false,
"title": "Instant File Sharing Link with Reqlick",
"description": "Turn your files into shareable links and connect effortlessly",
"image": "/_static/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": "<string>",
"utm_medium": "<string>",
"utm_campaign": "<string>",
"utm_term": "<string>",
"utm_content": "<string>",
"ref": "<string>",
"ios": "<string>",
"android": "<string>",
"tagId": "<string>",
"createdSessionId": "<string>",
"views": [
{
"id": "1110580a82031111aaa01111",
"linkId": "1110580a82031111aaa01111",
"documentId": "1110580a82031111aaa01111",
"projectId": "1110580a82031111aaa01111",
"viewedAt": "2024-01-16T10:48:34.528Z",
"isBot": false,
"qrcodeId": "<string>"
}
],
"_count": {
"views": 1100
}
}
]
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Document ID
Query Parameters
Workspace URL
Response
200
application/json
Get document links information
The response is of type object[]
.
curl --request GET \
--url https://api.reqlick.com/documents/{id}/links \
--header 'Authorization: Bearer <token>'
[
{
"id": "1110580a82031111aaa01111",
"documentId": "1110580a82031111aaa01111",
"url": "<string>",
"key": "try-reqlick",
"expiresAt": "2023-11-07T05:31:56Z",
"password": "<string>",
"proxy": false,
"isFile": true,
"isQR": false,
"title": "Instant File Sharing Link with Reqlick",
"description": "Turn your files into shareable links and connect effortlessly",
"image": "/_static/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": "<string>",
"utm_medium": "<string>",
"utm_campaign": "<string>",
"utm_term": "<string>",
"utm_content": "<string>",
"ref": "<string>",
"ios": "<string>",
"android": "<string>",
"tagId": "<string>",
"createdSessionId": "<string>",
"views": [
{
"id": "1110580a82031111aaa01111",
"linkId": "1110580a82031111aaa01111",
"documentId": "1110580a82031111aaa01111",
"projectId": "1110580a82031111aaa01111",
"viewedAt": "2024-01-16T10:48:34.528Z",
"isBot": false,
"qrcodeId": "<string>"
}
],
"_count": {
"views": 1100
}
}
]