Statistik
Linkscan-analyse aggregeret efter dimension.
GET/api/v1/statisticsAggreger statistik
| Navn | Type | Påkrævet | Beskrivelse |
|---|---|---|---|
| type | string | Nej | overview, country_code, device_type, … |
| project_id | integer | Nej | — |
| datetime_start | string | Nej | — |
| datetime_end | string | Nej | — |
curl -X GET 'https://forqrcode.com/api/v1/statistics' \ -H 'Authorization: Bearer YOUR_API_KEY'
GET/api/v1/statistics/{link_id}Statistik for ét link
| Navn | Type | Påkrævet | Beskrivelse |
|---|---|---|---|
| link_id | integer | Ja | — |
curl -X GET 'https://forqrcode.com/api/v1/statistics/{link_id}' \
-H 'Authorization: Bearer YOUR_API_KEY'Parameternavne og JSON-eksempler vises på engelsk. Erstat YOUR_API_KEY med din kontonøgle.