POST api/event/EventAgendaList
Request Information
URI Parameters
None.
Body Parameters
EventAgendaListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| AgendaDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "94151ab2-7090-4c29-9680-a969bdffc10f",
"AgendaDate": "2026-05-31T23:13:06.2382581+08:00"
}
application/xml, text/xml
Sample:
<EventAgendaListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <AgendaDate>2026-05-31T23:13:06.2382581+08:00</AgendaDate> <EventId>94151ab2-7090-4c29-9680-a969bdffc10f</EventId> </EventAgendaListRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfListOfEventAgendaResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Collection of EventAgendaResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.