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 Categories

Auth User Categories · Changes

Page history
Update Auth User Categories authored Aug 28, 2023 by Jakub Valo's avatar Jakub Valo
Hide whitespace changes
Inline Side-by-side
Auth-User-Categories.md 0 → 100644
View page @ 08d9f0b4
_Kategorie přihlášeného uživatele_
**URL:** /api/v1/auth-user/categories
**Method:** GET
**Headers:**
- Accept: application/json
- Authorization: Auth User Bearer token
**Vrátí JSON:**
```json
{
"data": [
{
"title": "Celkově",
"slug": "",
"position": 8911,
"total_users": 11110
},
{
"title": "Muži",
"slug": "muzi",
"position": 2595,
"total_users": 3208
},
{
"title": "Dospělí 18-40",
"slug": "dospeli-18-az-40",
"position": 3484,
"total_users": 4315
},
{
"title": "BMI pod 25",
"slug": "bmi-pod-25",
"position": 4237,
"total_users": 5287
}
]
}
```
| Parametr | Typ | Povinný | Popis |
|----------|-----|---------|-------|
| title | string | A | Název |
| slug | string | A | URL slug |
| position | int | A | Pořadí |
| total_users | int | A | Celkem uživatelů |
Pokud `position` a `total_users` vrací `0`, uživatel nemá zatím žádné body a není tak zařazen do žebříčku.
\ No newline at end of file
Clone repository

Home

All Pages