GET api/EventosAgenda
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EventoAgenda| Name | Description | Type | Additional information |
|---|---|---|---|
| AgendaID | string |
None. |
|
| Descricao | string |
None. |
|
| TipoEvento | string |
None. |
|
| Cor | string |
None. |
|
| DataIni | date |
None. |
|
| DataFim | date |
None. |
|
| PermiteEventos | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AgendaID": "sample string 1",
"Descricao": "sample string 2",
"TipoEvento": "sample string 3",
"Cor": "sample string 4",
"DataIni": "2025-12-06T06:39:04.5935185+00:00",
"DataFim": "2025-12-06T06:39:04.5935185+00:00",
"PermiteEventos": true
},
{
"AgendaID": "sample string 1",
"Descricao": "sample string 2",
"TipoEvento": "sample string 3",
"Cor": "sample string 4",
"DataIni": "2025-12-06T06:39:04.5935185+00:00",
"DataFim": "2025-12-06T06:39:04.5935185+00:00",
"PermiteEventos": true
}
]