... | ... | @@ -10,6 +10,125 @@ _Údaje o přihlášeném uživateli_ |
|
|
- Authorization: Auth User Bearer token
|
|
|
|
|
|
**Vrací JSON:**
|
|
|
```json
|
|
|
{
|
|
|
"data": {
|
|
|
"id": "dev_1",
|
|
|
"email": "jakub@virtualis.cz",
|
|
|
"first_name": "Jakub",
|
|
|
"last_name": "Valo",
|
|
|
"nickname": "Jakub",
|
|
|
"public_name": "Jakub",
|
|
|
"current_event_participation_confirmed": true,
|
|
|
"ranking_participation": true,
|
|
|
"profile_photo_url": "http:\/\/portal.desettisickroku.local\/storage\/profile-photos\/e2lmPlTMMr4uoDFWhTAHRXdoZzQ7QbUTsfBXPxA8.jpg",
|
|
|
"points": "23.16",
|
|
|
"distance": 44552,
|
|
|
"steps": 48582,
|
|
|
"challenge_coefficient": {
|
|
|
"id": 3
|
|
|
},
|
|
|
"city": {
|
|
|
"id": 502545
|
|
|
},
|
|
|
"district": {
|
|
|
"id": 296
|
|
|
},
|
|
|
"sex": "male",
|
|
|
"phone": "731481206",
|
|
|
"height": 188,
|
|
|
"weight": 85,
|
|
|
"year_of_birth": 1986,
|
|
|
"specific_category": null,
|
|
|
"motto": "Hello, World!",
|
|
|
"calendar_images_visibility": true,
|
|
|
"is_premium": true,
|
|
|
"external_app_token": "FB8H",
|
|
|
"teams": [
|
|
|
{
|
|
|
"id": 391
|
|
|
},
|
|
|
{
|
|
|
"id": 1572
|
|
|
}
|
|
|
],
|
|
|
"challenge_data": {
|
|
|
"daily_avg": "1,71 km",
|
|
|
"difference_message": "Plánoval jsem 5,00 km, což je 3,29 km pod plán.",
|
|
|
"completed_days": 2,
|
|
|
"completed_days_message": "Pro splnění potřebuji alespoň 27 dní.",
|
|
|
"completed_percentage": 8,
|
|
|
"completed_success": false
|
|
|
},
|
|
|
"favorites": {
|
|
|
"teams": [
|
|
|
{
|
|
|
"id": 1057,
|
|
|
"position": 1
|
|
|
},
|
|
|
{
|
|
|
"id": 1524,
|
|
|
"position": 3
|
|
|
},
|
|
|
{
|
|
|
"id": 1498,
|
|
|
"position": 2
|
|
|
}
|
|
|
],
|
|
|
"users": [
|
|
|
{
|
|
|
"id": 7766,
|
|
|
"position": 2
|
|
|
}
|
|
|
],
|
|
|
"districts": [
|
|
|
{
|
|
|
"id": 61,
|
|
|
"position": 2
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
"external_events": null,
|
|
|
"badge_icons": [
|
|
|
{
|
|
|
"key": "recordman",
|
|
|
"title": "Rekordman",
|
|
|
"image": "http:\/\/portal.desettisickroku.local\/storage\/badges\/api\/recordman-2.png",
|
|
|
"image_filename": "recordman-2.png",
|
|
|
"active": true
|
|
|
},
|
|
|
{
|
|
|
"key": "stepper",
|
|
|
"title": "Krokař",
|
|
|
"image": "http:\/\/portal.desettisickroku.local\/storage\/badges\/api\/stepper-0.png",
|
|
|
"image_filename": "stepper-0.png",
|
|
|
"active": false
|
|
|
},
|
|
|
{
|
|
|
"key": "regularity",
|
|
|
"title": "Pravidelnost",
|
|
|
"image": "http:\/\/portal.desettisickroku.local\/storage\/badges\/api\/regularity-0.png",
|
|
|
"image_filename": "regularity-0.png",
|
|
|
"active": false
|
|
|
},
|
|
|
{
|
|
|
"key": "multiactivity",
|
|
|
"title": "Multiaktivita",
|
|
|
"image": "http:\/\/portal.desettisickroku.local\/storage\/badges\/api\/multiactivity-0.png",
|
|
|
"image_filename": "multiactivity-0.png",
|
|
|
"active": false
|
|
|
},
|
|
|
{
|
|
|
"key": "challenger",
|
|
|
"title": "Osobní výzva",
|
|
|
"image": "http:\/\/portal.desettisickroku.local\/storage\/badges\/api\/challenger-3-0.png",
|
|
|
"image_filename": "challenger-3-0.png",
|
|
|
"active": false
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
}
|
|
|
```
|
|
|
|
|
|
| Parametr | Typ | Povinný | Popis |
|
|
|
|----------|-----|---------|-------|
|
... | ... | |