आँकड़े
आयाम के अनुसार लिंक स्कैन एनालिटिक्स।
GET/api/v1/statisticsआँकड़े एकत्रित करें
| नाम | प्रकार | आवश्यक | विवरण |
|---|---|---|---|
| type | string | नहीं | overview, country_code, device_type, … |
| project_id | integer | नहीं | — |
| datetime_start | string | नहीं | — |
| datetime_end | string | नहीं | — |
curl -X GET 'https://forqrcode.com/api/v1/statistics' \ -H 'Authorization: Bearer YOUR_API_KEY'
GET/api/v1/statistics/{link_id}एक लिंक के आँकड़े
| नाम | प्रकार | आवश्यक | विवरण |
|---|---|---|---|
| link_id | integer | हाँ | — |
curl -X GET 'https://forqrcode.com/api/v1/statistics/{link_id}' \
-H 'Authorization: Bearer YOUR_API_KEY'पैरामीटर नाम और JSON उदाहरण अंग्रेज़ी में हैं। YOUR_API_KEY को अपनी कुंजी से बदलें।