POST Client/ScheduleRequestTimeBlockListGet
Get ListDateTime
Request Information
URI Parameters
None.
Body Parameters
ParaScheduleTimeRange
ParaScheduleTimeRange| Name | Description | Type | Additional information |
|---|---|---|---|
| startUtcDate | date |
None. |
|
| endUtcDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"startUtcDate": "2025-11-01T09:18:32.7676431Z",
"endUtcDate": "2025-11-01T09:18:32.7676431Z"
}
application/xml, text/xml
Sample:
<ParaScheduleTimeRange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <endUtcDate>2025-11-01T09:18:32.7676431Z</endUtcDate> <startUtcDate>2025-11-01T09:18:32.7676431Z</startUtcDate> </ParaScheduleTimeRange>
Response Information
Resource Description
ListDateTime
Collection of dateResponse Formats
application/json, text/json
Sample:
[ "2025-11-01T09:18:32.7676431Z", "2025-11-01T09:18:32.7676431Z" ]
application/xml, text/xml
Sample:
<ArrayOfdateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <dateTime>2025-11-01T09:18:32.7676431Z</dateTime> <dateTime>2025-11-01T09:18:32.7676431Z</dateTime> </ArrayOfdateTime>