Get link summary between dates
Return the requested link’s statistics between two dates.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the workspace.
"ab782971-4d79-47ab-8685-77cf5a34b2bb"
Query Parameters
ID of the link.
"ab782971-4d79-47ab-8685-77cf5a34b2bb"
The name of the continent from which the request originated.
"AS"
The code of the country from which the request originated.
"AE"
The name of the city from which the request originated.
"Dubai"
The browser family of the client which sent the request.
"Firefox"
The type of the device which sent the request.
"Android 10"
The operating system name of the device.
"Android"
Domain name of the web page that made the request.
"example.com"
The action that triggered saving the record.
click
, scan
"click"
The date that will be used to query results from.
The date that will be used to query results until.
Response
Browser families used to visit the destination URL.
[
{ "count": 123, "name": "Firefox" },
{ "count": 123, "name": "Chrome" },
{ "count": 123, "name": "Mobile Chrome" }
]
Cities from where the link was clicked or scanned.
[{ "count": 123, "name": "Dubai" }]
Continents from where the link was clicked or scanned.
[{ "count": 123, "name": "AS" }]
Countries from where the link was clicked or scanned.
[{ "count": 123, "name": "AE" }]
Device types used to visit the destination URL.
[
{ "count": 123, "name": "desktop" },
{ "count": 123, "name": "mobile" },
{ "count": 123, "name": "tablet" }
]
Operating systems used to visit the destination URL.
[
{ "count": 123, "name": "Linux" },
{ "count": 123, "name": "macOS" },
{ "count": 123, "name": "Windows" }
]
Daily summary of clicks and scans.
[
{
"clicks": 123,
"date": "2024-01-31T01:30:00",
"scans": 123
}
]
Referrers from where the user navigated to the URL.
[
{
"count": 123,
"name": "https://example.com"
},
{
"count": 123,
"name": "https://opcotech.com"
}
]