|
|
_Seznam firem_
|
|
|
|
|
|
**URL:** /api/v1/companies
|
|
|
|
|
|
**Method:** GET
|
|
|
|
|
|
**Vrací JSON:**
|
|
|
```json
|
|
|
{
|
|
|
"data": [
|
|
|
{
|
|
|
"id": 1,
|
|
|
"title": "ŠÍLENÉ BĚŽECKÉ VÝZVY",
|
|
|
"web_url": "https:\/\/www.facebook.com\/groups\/622874602286006",
|
|
|
"portal_url": "http:\/\/portal.desettisickroku.local\/firma\/1\/silene-bezecke-vyzvy",
|
|
|
"image": "http:\/\/portal.desettisickroku.local\/storage\/company-images\/vhNSJbKyyC7sP5vrkC3cY0zR8XqwKUxo7bILVmdV.jpg",
|
|
|
"total_teams": 57,
|
|
|
"total_users": 569
|
|
|
},
|
|
|
{
|
|
|
"id": 2,
|
|
|
"title": "PRECHEZA a.s.",
|
|
|
"web_url": "https:\/\/www.precheza.cz\/cz\/",
|
|
|
"portal_url": "http:\/\/portal.desettisickroku.local\/firma\/2\/precheza-as",
|
|
|
"image": "http:\/\/portal.desettisickroku.local\/storage\/company-images\/iexzL2hhynHksLmf85IQsTxpPfRdi01IYw7kRSWw.png",
|
|
|
"total_teams": 0,
|
|
|
"total_users": 0
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
```
|
|
|
|
|
|
| Parametr | Typ | Povinný | Popis |
|
|
|
|----------|-----|---------|-------|
|
|
|
| id | int | A | ID |
|
|
|
| title | string | A | Název firmy |
|
|
|
| web_url | string | N | URL webu firmy |
|
|
|
| portal_url | string | A | URL profilu firmy 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 |