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": "0c4ac3e9-32ad-46cf-9566-92b0550e37e5",
"StartDate": "2026-03-06T04:35:07.9502499+00:00",
"EndDate": "2026-03-06T04:35:07.9502499+00:00"
}
text/html
Sample:
{"$id":"1","OrderID":"0c4ac3e9-32ad-46cf-9566-92b0550e37e5","StartDate":"2026-03-06T04:35:07.9502499+00:00","EndDate":"2026-03-06T04:35:07.9502499+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": "ee22230c-3009-4237-bd59-76c825afea0c",
"CompanyEmployeeID": "e3ad7611-dddd-40fd-ad85-e5ecd51ba777",
"StartDate": "2026-03-06T04:35:07.9502499+00:00"
},
{
"$ref": "1"
}
]
text/html
Sample:
[{"$id":"1","OrderID":"ee22230c-3009-4237-bd59-76c825afea0c","CompanyEmployeeID":"e3ad7611-dddd-40fd-ad85-e5ecd51ba777","StartDate":"2026-03-06T04:35:07.9502499+00:00"},{"$ref":"1"}]