GET api/Rank/GetBandeira?IdEmpresa={IdEmpresa}&IdUsuario={IdUsuario}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdEmpresa | integer |
Required |
|
| IdUsuario | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BandeiraDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Nome | string |
None. |
|
| Id | integer |
None. |
|
| Ativo | boolean |
None. |
|
| DataInclusao | date |
None. |
|
| DataAtualizacao | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Nome": "sample string 1",
"Id": 2,
"Ativo": true,
"DataInclusao": "2026-05-11T12:52:16.0500037-03:00",
"DataAtualizacao": "2026-05-11T12:52:16.0500037-03:00"
}