Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

End point:

https://gps.freetrack.com.ua/api/

Опис

[id] parameter is missing - не перданий параметр [id]

[dateFrom] parameter is missing - не перданий параметр [dateFrom]

[dateTo] parameter is missing - не перданий параметр [dateTo]

Wrong date! The [dateTo] can't be less than or equal the [dateFrom] - дата початку проміжку не може бути пізніша за дату кінця

Список доступних методів

  • speed-limits - отримання пройденої дистанції девайсом

Приклади використання

*червоні параметри є обов'язковими

Параметр

Приклад

Опис

auth_token

{ ваш токен авторизації }

FreeTrack token або bearer token

api_type

reports

тип запиту

api_name

speed-limits

метод, який викликаємо

id

11750

id девайсу (через кому, якщо потрібно передати кілька)

dateFrom

1690837200

дата початку відліку

dateTo

1691614799

дата кінця відліку

Приклади відповіді

{
    "result": "ok",
    "response": {
        "devices": {
            "11750": {
                "deviceName": "Peugeot Expert *1 CAN",
                "items": [
                    {
                        "start": 1690961625,
                        "end": 1690961842,
                        "duration": 217,
                        "maxSpeed": 115,
                        "coordinates": "<a title='current coordinates' \n    href='https://www.google.com/maps?q=50.03161+24.3196433' \n    class='address_link' target='_blank'>50.03161 24.3196433</a>",
                        "coordinatesString": "50.03161 24.3196433",
                        "distance": 6.1,
                        "maxLegalSpeed": null,
                        "sensors": []
                    },
                    {
                        "start": 1690962663,
                        "end": 1690962981,
                        "duration": 318,
                        "maxSpeed": 130,
                        "coordinates": "<a title='current coordinates' \n    href='https://www.google.com/maps?q=50.17713+24.46241' \n    class='address_link' target='_blank'>50.17713 24.46241</a>",
                        "coordinatesString": "50.17713 24.46241",
                        "distance": 9.27,
                        "maxLegalSpeed": null,
                        "sensors": []
                    },
                 ]   
            }
        }
    }
}

  • No labels