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
  • Schools List

Schools List · Changes

Page history
Create Schools List authored Aug 23, 2023 by Jakub Valo's avatar Jakub Valo
Hide whitespace changes
Inline Side-by-side
Schools-List.md 0 → 100644
View page @ b5a049f8
_Seznam škol_
**URL:** /api/schools
**Method:** GET
**Vrací JSON:**
```json
[
{
"id": 1,
"title": "Škola 1",
"web_url": "https://www.virtualis.cz/",
"portal_url": "http://portal.desettisickroku.local/skola/1/skola-1",
"image": "http://portal.desettisickroku.local/storage/school-images/aHm3j3KT66pyVVdgHeL4pOF3xXmD1iRHlL7B8oJc.png",
"total_teams": 2,
"total_users": 12
},
{
"id": 3,
"title": "Škola 2",
"web_url": null,
"portal_url": "http://portal.desettisickroku.local/skola/3/skola-2",
"image": null,
"total_teams": 3,
"total_users": 25
}
]
```
| Parametr | Typ | Povinný | Popis |
|----------|-----|---------|-------|
| id | int | A | ID |
| title | string | A | Název školy |
| web_url | string | N | URL webu školy |
| portal_url | string | A | URL profilu školy na portálu |
| image | string | N | Obrázek |
| total_teams | int | N | Celkem týmů |
| total_users | int | N | Celkem uživatelů |
\ No newline at end of file
Clone repository
  • Auth User Activities
  • Auth User Activity Create
  • Auth User Calendar Image Edit
  • Auth User Calendar Images
  • Auth User Categories
  • Auth User Daily Activities
  • Auth User Events Distance
  • Auth User External App Token
  • Auth User Favorites Edit
  • Auth User Info v1 DEPRECATED
  • Auth User Info v2
  • Auth User Token Create
  • Auth User Token Delete
  • Auth User Token Validate
  • Blog Articles Feed
View All Pages