GET api/Values

Request Information

URI Parameters

None.

Body Parameters

Collection of date

Request 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

date

Response 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>