استرجاع تاريخ آخر جلسة

GET /api/v1/stations/last_seance_event_time

تُعيد تاريخ آخر جلسة اتصال لوحدة قياس.

معاملات الطلب

id integer مطلوب

معرّف وحدة القياس.

حقول الاستجابة

السمةالوصف
station_nameاسم وحدة القياس
last_seance_event_timeتاريخ ووقت آخر جلسة اتصال لوحدة القياس (UTC)

الطلب

bash
curl -i \
  --header "access-token: *********************" \
  --header "token-type: Bearer" \
  --header "client: **********************" \
  --header "uid: api-user@example.com" \
  --header "Content-Type: application/json" \
  --request GET \
  "https://api.vadsro.eu/api/v1/stations/last_seance_event_time?id=2018"

الاستجابة

json
{
  "data": {
    "station_name": "station 3 type j",
    "last_seance_event_time": 1674713405
  }
}
آخر تحديث في

هل كانت هذه الصفحة مفيدة؟