Last active
November 1, 2017 14:01
-
-
Save marsicdev/d38abf26ff80c34c79bc0e83a0a4602e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"limit": 10, | |
"next": null, | |
"offset": 0, | |
"previous": null, | |
"total_count": 1 | |
}, | |
"drivers": [ | |
{ | |
"id": 989, | |
"is_active": true, | |
"status": "AVAILABLE", | |
"total_jobs": 36, | |
"created_at": "2015-08-13T16:28:12.825799", | |
"last_active_at": "2016-01-12T10:28:12.825799", | |
"cars": [ | |
{ | |
"type": "Volkswagen", | |
"category": "STANDARD" | |
}, | |
{ | |
"type": "BMW", | |
"category": "LUX" | |
} | |
], | |
"geolocation": { | |
"lat": "52.12724", | |
"lng": "11.60905" | |
}, | |
"rating": 4.55, | |
"min_ride_distance": "5km", | |
"working_days": [ | |
"MONDAY", | |
"WEDNESDAY", | |
"FRIDAY", | |
"SUNDAY" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment