POST Client/ScheduleRequestTimeBlockListGet
Get ListDateTime
Request Information
URI Parameters
None.
Body Parameters
ParaScheduleTimeRange
ParaScheduleTimeRangeName | Description | Type | Additional information |
---|---|---|---|
startUtcDate | date |
None. |
|
endUtcDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "startUtcDate": "2025-04-25T14:59:19.7380391Z", "endUtcDate": "2025-04-25T14:59:19.7380391Z" }
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-04-25T14:59:19.7380391Z</endUtcDate> <startUtcDate>2025-04-25T14:59:19.7380391Z</startUtcDate> </ParaScheduleTimeRange>
Response Information
Resource Description
ListDateTime
Collection of dateResponse Formats
application/json, text/json
Sample:
[ "2025-04-25T14:59:19.7380391Z", "2025-04-25T14:59:19.7380391Z" ]
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-04-25T14:59:19.7380391Z</dateTime> <dateTime>2025-04-25T14:59:19.7380391Z</dateTime> </ArrayOfdateTime>