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
  • Team Users Daily Distance

Team Users Daily Distance · Changes

Page history
Update Team Users Daily Distance authored Aug 28, 2023 by Jakub Valo's avatar Jakub Valo
Hide whitespace changes
Inline Side-by-side
Team-Users-Daily-Distance.md 0 → 100644
View page @ 858a3e75
_Seznam členů požadovaného týmu s jejich denním sumářem aktivit_
**URL:** /api/v1/team/{user_id}/users-daily-distance
**Method:** GET
**Headers:**
- Accept: application/json
- Authorization: Auth User Bearer Token nebo API Bearer Token
**Vrací JSON:**
```json
{
"data": [
{
"user_id": 25708,
"public_name": "John Doe",
"day_distance": {
"1": 0,
"2": 0,
"3": 0,
"4": 0,
"5": 0,
"6": 0,
"7": 0,
"8": 0,
"9": 0,
"10": 0,
"11": 0,
"12": 0,
"13": 0,
"14": 0,
"15": 0,
"16": 0,
"17": 0,
"18": 0,
"19": 0,
"20": 0,
"21": 0,
"22": 0,
"23": 0,
"24": 0,
"25": 0,
"26": 0,
"27": 0,
"28": 0,
"29": 0,
"30": 0,
"31": 0
}
},
{
"user_id": 6787,
"public_name": "Jane Doe",
"day_distance": {
"1": 0,
"2": 0,
"3": 0,
"4": 0,
"5": 0,
"6": 0,
"7": 0,
"8": 0,
"9": 0,
"10": 0,
"11": 0,
"12": 0,
"13": 0,
"14": 0,
"15": 0,
"16": 0,
"17": 0,
"18": 0,
"19": 0,
"20": 0,
"21": 0,
"22": 0,
"23": 0,
"24": 0,
"25": 0,
"26": 0,
"27": 0,
"28": 0,
"29": 0,
"30": 0,
"31": 0
}
}
]
}
```
| Parametr | Typ | Povinný | Popis |
|----------|-----|---------|-------|
| user_id | int | A | ID člena týmu |
| public_name | string | A | Jméno uživatele |
| day_distance | array | A | Číslo dne => Vzdálenost v km (int) |
\ No newline at end of file
Clone repository

Home

All Pages