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
  • User Activities

User Activities · Changes

Page history
Create User Activities authored Feb 28, 2024 by Jakub Valo's avatar Jakub Valo
Hide whitespace changes
Inline Side-by-side
User-Activities.md 0 → 100644
View page @ d4f0ee6c
_Aktivity požadovaného uživatele_
**URL:** /api/v1/user/{id}/activities
**Method:** GET
**Headers:**
- Accept: application/json
- Authorization: Auth User Bearer token
**Vrací JSON:**
```json
{
"data": [
{
"id": 1,
"date": "2024-10-04",
"source": {
"id": 1,
"title": "Manuální"
},
"type": {
"id": 1,
"title": "Chůze"
},
"length_type": {
"id": 1,
"title": "Jednorázová aktivita"
},
"distance": 200,
"steps": 253,
"points": "0.10",
"distance_modification": null,
"distance_original": null,
"steps_original": null,
"note": ""
},
{
"id": 2,
"date": "2024-10-10",
"source": {
"id": 4,
"title": "Napojení na služby"
},
"type": {
"id": 1,
"title": "Chůze"
},
"length_type": {
"id": 2,
"title": "Celodenní aktivita"
},
"distance": 32405,
"steps": 33199,
"points": "15.39",
"distance_modification": {
"id": 1,
"title": "Odečíst ostatní",
"label": "Odečíst ostatní aktivity daného dne"
},
"distance_original": 32405,
"steps_original": 33199,
"note": ""
},
{
"id": 3,
"date": "2024-10-20",
"source": {
"id": 4,
"title": "Napojení na služby"
},
"type": {
"id": 1,
"title": "Chůze"
},
"length_type": {
"id": 2,
"title": "Celodenní aktivita"
},
"distance": 11947,
"steps": 15130,
"points": "5.67",
"distance_modification": null,
"distance_original": null,
"steps_original": null,
"note": ""
}
]
}
```
Popis parametrů je shodný s [Auth User Activities](Auth-User-Activities)
\ No newline at end of file
Clone repository

Home

All Pages