|  |  |  | _Seznam firem_ | 
|  |  |  |  | 
|  |  |  | **URL:** /api/companies | 
|  |  |  |  | 
|  |  |  | **Method:** GET | 
|  |  |  |  | 
|  |  |  | **Vrací JSON:** | 
|  |  |  | ```json | 
|  |  |  | [ | 
|  |  |  | { | 
|  |  |  | "id": 1, | 
|  |  |  | "title": "Magicware", | 
|  |  |  | "web_url": null, | 
|  |  |  | "portal_url": "http://portal.desettisickroku.local/firma/1/magicware", | 
|  |  |  | "image": null, | 
|  |  |  | "total_teams": 1, | 
|  |  |  | "total_users": 2 | 
|  |  |  | }, | 
|  |  |  | { | 
|  |  |  | "id": 11, | 
|  |  |  | "title": "mmcité, a.s.", | 
|  |  |  | "web_url": "https://www.mmcite.com/", | 
|  |  |  | "portal_url": "http://portal.desettisickroku.local/firma/11/mmcite-as", | 
|  |  |  | "image": "http://portal.desettisickroku.local/storage/company-images/64M5ehwzUPUSfwcMwqg8Ub3kOCKFreaVbAqcgUTs.png", | 
|  |  |  | "total_teams": 3, | 
|  |  |  | "total_users": 28 | 
|  |  |  | } | 
|  |  |  | ] | 
|  |  |  | ``` | 
|  |  |  |  | 
|  |  |  | | 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 |