ບັນຊີບັນທຶກ
GET https://9qrcode.com/api/logs/
curl --request GET \
--url 'https://9qrcode.com/api/logs/' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://9qrcode.com/api/logs/' \
--header 'Authorization: Bearer {api_key}' \
ຂໍ້ຄວາມປະກອບ | ລາຍລະອຽດ | ລາຍລະອຽດ |
---|---|---|
page | ບໍ່ຈຳກັດ ຕົວໜຶ່ງ | ຫມາຍເລກໜ້າທີ່ທ່ານຕ້ອງການຈາກ. ການຕັ້ງຄ່າເປັນ 1 ມາດຕະ. |
results_per_page | ບໍ່ຈຳກັດ ຕົວໜຶ່ງ | ຈຳນວນຜົນສົ່ງຂ້າມໃສ່ຫນ້າຫນຶ່ງ. ຄ່າທີ່ອະນຸຍາດນຳໃຊ້ນັກ: 10 , 25 , 50 , 100 , 250 , 500 , 1000 . ຄ່າເລີ່ມຕົ້ນແລ້ວແມ່ນ 25 |
{
"data": [
{
"type": "login.success",
"ip": "127.0.0.1",
"device_type": "mobile",
"continent_code": "EU",
"country_code": "IT",
"city_name": "Rome",
"datetime": "2025-04-04 12:27:17"
},
],
"meta": {
"page": 1,
"results_per_page": 25,
"total": 1,
"total_pages": 1
},
"links": {
"first": "https://9qrcode.com/api/logs?&page=1",
"last": "https://9qrcode.com/api/logs?&page=1",
"next": null,
"prev": null,
"self": "https://9qrcode.com/api/logs?&page=1"
}
}