GET v1/user/dateFormat/list
Retrieve list of Date Formats
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DateFormatModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DateFormatID |
Unique identifier of the date format |
integer |
None. |
| DateFormat |
Description of the date format |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"dateFormatID": 1,
"dateFormat": "sample string 2"
}