|  |  | _Informace požadované firmy_ | 
|  |  |  | 
|  |  | **URL:** /api/v1/company/{company_id} | 
|  |  |  | 
|  |  | **Method:** GET | 
|  |  |  | 
|  |  | **Headers:** | 
|  |  |  | 
|  |  | - Accept: application/json | 
|  |  | - Authorization: Auth User Bearer Token nebo API Bearer Token | 
|  |  |  | 
|  |  | **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 | 
|  |  | } | 
|  |  | } | 
|  |  | ``` | 
|  |  |  | 
|  |  | | Parametr | Typ | Povinný | Popis | | 
|  |  | |----------|-----|---------|-------| | 
|  |  | | id | int | A | ID | | 
|  |  | | title | string | A | Název | | 
|  |  | | web_url | string | N | Web firmy | | 
|  |  | | portal_url | string | A | URL profilu firmy na portálu | | 
|  |  | | image | string | N | URL obrázku | | 
|  |  | | total_teams | int | N | Počet týmů | | 
|  |  | | total_users | int | N | Počet uživatelů | | 
|  |  | \ No newline at end of file |