|
|
_Kategorie požadovaného uživatele_
|
|
|
|
|
|
**URL:** /api/v1/user/{user_id}/categories
|
|
|
|
|
|
**Method:** GET
|
|
|
|
|
|
**Headers:**
|
|
|
|
|
|
- Accept: application/json
|
|
|
- Authorization: Auth User Bearer Token nebo API Bearer Token
|
|
|
|
|
|
**Vrací 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
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
```
|
|
|
|
|
|
Popis parametrů je shodný s [Auth User Categories](Auth-User-Categories) |
|
|
\ No newline at end of file |