GET api/Values

Request Information

URI Parameters

None.

Body Parameters

Collection of date

Request Formats

application/json, text/json

Sample:
[
  "2025-04-04T00:31:26.1671178+02:00",
  "2025-04-04T00:31:26.1671178+02:00"
]

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-04T00:31:26.1671178+02:00</dateTime>
  <dateTime>2025-04-04T00:31:26.1671178+02:00</dateTime>
</ArrayOfdateTime>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

date

Response Formats

application/json, text/json

Sample:
"2025-04-04T00:31:26.5198556+02:00"

text/xml

Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2025-04-04T00:31:26.5198556+02:00</dateTime>