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-05T05:29:20.1565493Z",
"endUtcDate": "2025-11-05T05:29:20.1565493Z"
}
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-05T05:29:20.1565493Z</endUtcDate> <startUtcDate>2025-11-05T05:29:20.1565493Z</startUtcDate> </ParaScheduleTimeRange>
Response Information
Resource Description
ListDateTime
Collection of dateResponse Formats
application/json, text/json
Sample:
[ "2025-11-05T05:29:20.1565493Z", "2025-11-05T05:29:20.1565493Z" ]
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-05T05:29:20.1565493Z</dateTime> <dateTime>2025-11-05T05:29:20.1565493Z</dateTime> </ArrayOfdateTime>