GET api/Campanha/GetCampanhas?IdEmpresa={IdEmpresa}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdEmpresa | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CampanhaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Nome | string |
None. |
|
| Ranking | boolean |
None. |
|
| Id | integer |
None. |
|
| Ativo | boolean |
None. |
|
| DataInclusao | date |
None. |
|
| DataAtualizacao | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Nome": "sample string 1",
"Ranking": true,
"Id": 3,
"Ativo": true,
"DataInclusao": "2026-05-11T12:54:02.4907944-03:00",
"DataAtualizacao": "2026-05-11T12:54:02.4907944-03:00"
},
{
"Nome": "sample string 1",
"Ranking": true,
"Id": 3,
"Ativo": true,
"DataInclusao": "2026-05-11T12:54:02.4907944-03:00",
"DataAtualizacao": "2026-05-11T12:54:02.4907944-03:00"
}
]