|
|
_Veřejné údaje o požadovaném uživateli_
|
|
|
|
|
|
**URL:** /api/v1/user/{user_id}
|
|
|
|
|
|
**Method:** GET
|
|
|
|
|
|
**Headers:**
|
|
|
|
|
|
- Accept: application/json
|
|
|
- Authorization: Auth User Bearer Token nebo API Bearer Token
|
|
|
|
|
|
**Vrací JSON:**
|
|
|
```json
|
|
|
{
|
|
|
"data": {
|
|
|
"id": "dev_1",
|
|
|
"public_name": "Jakub",
|
|
|
"current_event_participation_confirmed": true,
|
|
|
"ranking_participation": true,
|
|
|
"profile_photo_url": "http:\/\/portal.desettisickroku.local\/storage\/api\/user-profile-photo-placeholder.png",
|
|
|
"points": "4.69",
|
|
|
"distance": 7993,
|
|
|
"steps": 8928,
|
|
|
"challenge_coefficient_id": 1,
|
|
|
"city_id": 500496,
|
|
|
"district_id": 164,
|
|
|
"sex": "male",
|
|
|
"specific_category_id": 2,
|
|
|
"motto": "Hello, World!",
|
|
|
"is_premium": true,
|
|
|
"teams": [
|
|
|
1407,
|
|
|
1408
|
|
|
],
|
|
|
"challenge_data": {
|
|
|
"daily_avg": "0,00 km",
|
|
|
"difference_message": "Plánoval jsem 1,00 km, což je 1,00 km pod plán.",
|
|
|
"completed_days": 0,
|
|
|
"completed_days_message": "Pro splnění potřebuji alespoň 27 dní.",
|
|
|
"completed_percentage": 0,
|
|
|
"completed_success": false
|
|
|
},
|
|
|
"external_events": [
|
|
|
2
|
|
|
],
|
|
|
"badge_icons": [
|
|
|
{
|
|
|
"key": "recordman",
|
|
|
"title": "Rekordman",
|
|
|
"image": "https:\/\/develop.desettisickroku.cz\/storage\/badges\/recordman-0.svg",
|
|
|
"image_filename": "recordman-0.svg",
|
|
|
"active": false
|
|
|
},
|
|
|
{
|
|
|
"key": "stepper",
|
|
|
"title": "Krokař",
|
|
|
"image": "https:\/\/develop.desettisickroku.cz\/storage\/badges\/stepper-0.svg",
|
|
|
"image_filename": "stepper-0.svg",
|
|
|
"active": false
|
|
|
},
|
|
|
{
|
|
|
"key": "regularity",
|
|
|
"title": "Pravidelnost",
|
|
|
"image": "https:\/\/develop.desettisickroku.cz\/storage\/badges\/regularity-0.svg",
|
|
|
"image_filename": "regularity-0.svg",
|
|
|
"active": false
|
|
|
},
|
|
|
{
|
|
|
"key": "multiactivity",
|
|
|
"title": "Multiaktivita",
|
|
|
"image": "https:\/\/develop.desettisickroku.cz\/storage\/badges\/multiactivity-0.svg",
|
|
|
"image_filename": "multiactivity-0.svg",
|
|
|
"active": false
|
|
|
},
|
|
|
{
|
|
|
"key": "challenger",
|
|
|
"title": "Osobní výzva",
|
|
|
"image": "https:\/\/develop.desettisickroku.cz\/storage\/badges\/challenger-1-0.svg",
|
|
|
"image_filename": "challenger-1-0.svg",
|
|
|
"active": false
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
}
|
|
|
```
|
|
|
|
|
|
Popis parametrů je shodný s [Auth User Info](Auth-User-Info) |
|
|
\ No newline at end of file |