GET api/Values
Request Information
URI Parameters
None.
Body Parameters
Collection of dateRequest Formats
application/json, text/json
Sample:
[ "2024-11-26T19:47:43.6670308+01:00", "2024-11-26T19:47:43.6670308+01:00" ]
text/xml
Sample:
<ArrayOfdateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <dateTime>2024-11-26T19:47:43.6670308+01:00</dateTime> <dateTime>2024-11-26T19:47:43.6670308+01:00</dateTime> </ArrayOfdateTime>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
dateResponse Formats
application/json, text/json
Sample:
"2024-11-26T19:47:43.7607849+01:00"
text/xml
Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2024-11-26T19:47:43.7607849+01:00</dateTime>