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 Info v1 DEPRECATED

Team Info v1 DEPRECATED · Changes

Page history
Update Team Info v1 DEPRECATED authored Mar 08, 2024 by Jakub Valo's avatar Jakub Valo
Hide whitespace changes
Inline Side-by-side
Team-Info-v1-DEPRECATED.md 0 → 100644
View page @ 9b936c6a
_Informace požadovaného týmu_
**URL:** /api/v1/team/{team_id}
**Method:** GET
**Headers:**
- Accept: application/json
- Authorization: Auth User Bearer Token nebo API Bearer Token
**Vrací JSON:**
```json
{
"data": {
"id": 1,
"owner_id": 186,
"title": "HEY Dámská jízda ",
"category_id": 1,
"image": "\/storage\/team-images\/js1JT0KI7YlsX2Y2sHNWCK5fn3iOjxVm4WJMOmhj.jpg",
"district_id": 164,
"company_id": null,
"school_id": null,
"description": null,
"points": "2295.3",
"distance": 2639950,
"users": [
25708,
6787,
186,
25703,
7345,
25764,
17915,
6649,
25598,
6648
]
}
}
```
| Parametr | Typ | Povinný | Popis |
|----------|-----|---------|-------|
| id | int | A | ID týmu |
| owner_id | int | A | ID kapitána |
| title | string | A | Název týmu |
| category_id | int | A | Kategorie |
| image | string | N | Obrázek |
| district_id | int | A | ID města |
| company_id | int | N | ID firmy |
| school_id | int | N | ID školy |
| description | string | N | Popis |
| points | string | N | Počet bodů |
| distance | int | N | Vzdálenost v metrech |
| users | array | A | ID členů týmu |
\ No newline at end of file
Clone repository

Home

All Pages