Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • portal.desettisickroku.cz portal.desettisickroku.cz
  • Project information
    • Project information
    • Activity
    • Members
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • api-docs
  • portal.desettisickroku.czportal.desettisickroku.cz
  • Wiki
  • Auth User Info v2

Auth User Info v2 · Changes

Page history
Update Auth User Info v2 authored Feb 26, 2024 by Jakub Valo's avatar Jakub Valo
Hide whitespace changes
Inline Side-by-side
Auth-User-Info-v2.md
View page @ 887bcdca
......@@ -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 |
|----------|-----|---------|-------|
......
Clone repository

Home

All Pages