cURL
curl --request GET \ --url https://api.raul.ugps.io/api/v1/gps_history/get/{gps_detail_id} \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "gps_detail_id": "<string>", "updated_at": "2023-11-07T05:31:56Z", "gps_name": {}, "gps_status": {}, "inventory_name": {}, "assigned_name": {} } ]
Operacion: Obtener historial de un GPS.
Bearer token authentication
ID del GPS (UUID)
Historial del GPS obtenido exitosamente
ID del historial
ID del GPS
Fecha de actualización
Nombre del GPS
Estado del GPS
Nombre del inventario
Nombre del asignado