POST api/onlineagenda/getAgendaEntries
Request Information
URI Parameters
None.
Body Parameters
OnlineAgendaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderID": "e6bb6991-062c-4d4a-bd5d-3905e90f1ee2",
"StartDate": "2026-06-12T17:53:22.0296725+00:00",
"EndDate": "2026-06-12T17:53:22.0296725+00:00"
}
text/html
Sample:
{"$id":"1","OrderID":"e6bb6991-062c-4d4a-bd5d-3905e90f1ee2","StartDate":"2026-06-12T17:53:22.0296725+00:00","EndDate":"2026-06-12T17:53:22.0296725+00:00"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of OnlineAgendaResult| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID | globally unique identifier |
None. |
|
| CompanyEmployeeID | globally unique identifier |
None. |
|
| StartDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"OrderID": "902a86f7-a31c-4470-bf1d-ed68eef579fb",
"CompanyEmployeeID": "b045c521-5204-4417-ac2b-3509b89ee31e",
"StartDate": "2026-06-12T17:53:22.0415069+00:00"
},
{
"$ref": "1"
}
]
text/html
Sample:
[{"$id":"1","OrderID":"902a86f7-a31c-4470-bf1d-ed68eef579fb","CompanyEmployeeID":"b045c521-5204-4417-ac2b-3509b89ee31e","StartDate":"2026-06-12T17:53:22.0415069+00:00"},{"$ref":"1"}]