GET api/usuario/empresa/plantas/obter-por-andar?idAndar={idAndar}&idEmpresa={idEmpresa}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idAndar | integer |
Required |
|
idEmpresa | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultApiOfEmpresaAndarPlantaName | Description | Type | Additional information |
---|---|---|---|
data | EmpresaAndarPlanta |
None. |
|
sucesso | boolean |
None. |
|
timeout | integer |
None. |
|
error | string |
None. |
|
error_description | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "Id": 1, "Descricao": "sample string 2", "IdEmpresa": 3, "IdEmpresaAndar": 4, "Ativo": true, "DataCadastro": "2025-07-17T20:03:04.4543162-03:00", "DataUltimaAlteracao": "2025-07-17T20:03:04.4543162-03:00", "Excluida": true }, "sucesso": true, "timeout": 100000, "error": "sample string 2", "error_description": "sample string 3" }
text/html, application/x-www-form-urlencoded, multipart/form-data
Sample:
{"data":{"Id":1,"Descricao":"sample string 2","IdEmpresa":3,"IdEmpresaAndar":4,"Ativo":true,"DataCadastro":"2025-07-17T20:03:04.4543162-03:00","DataUltimaAlteracao":"2025-07-17T20:03:04.4543162-03:00","Excluida":true},"sucesso":true,"timeout":100000,"error":"sample string 2","error_description":"sample string 3"}