GET api/Users/{id}/dates
Gets a list of the dates the requested user has already selected.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Id of user |
Define this parameter in the request URI. |
Response Information
List of selected dates.
Response body formats
application/json, text/json
Sample:
[ "2025-04-04T00:37:11.2096808+02:00", "2025-04-04T00:37:11.2096808+02:00", "2025-04-04T00:37:11.2096808+02:00" ]
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-04T00:37:11.2096808+02:00</dateTime> <dateTime>2025-04-04T00:37:11.2096808+02:00</dateTime> <dateTime>2025-04-04T00:37:11.2096808+02:00</dateTime> </ArrayOfdateTime>