POST Client/ScheduleRequestDurationListGet
Get DurationList
Request Information
URI Parameters
None.
Body Parameters
pickUtcTime
ParaDateTime| Name | Description | Type | Additional information |
|---|---|---|---|
| datetime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"datetime": "2025-11-01T09:19:23.1426155Z"
}
application/xml, text/xml
Sample:
<ParaDateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <datetime>2025-11-01T09:19:23.1426155Z</datetime> </ParaDateTime>
Response Information
Resource Description
ListDateTime
Collection of integerResponse Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/xml, text/xml
Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <int>1</int> <int>2</int> </ArrayOfint>