# BIM API ## Company ### `GET api/v1/Company/GetCompanyInfoDetail` - get a info detail of company **Request** | Parameter | Description | Schema | | ------------ | ----------- | ------ | | companyId | | number | **Response** | Parameter | Description | Schema | | ------------ | ----------- | ------ | | companyId | | number | | companyAddress | | string | | companyLogoUrl | | string | | companyName | | string | #### Example Response ```json { "data": [ { "companyId": 0001, "companyAddress": "pageketName001", "companyLogoUrl": "pageketName001", "companyName": "company_1", } ] "status": 0, "message": "string" }