GET DateFormat/Get
Gets a list of Date Formats.
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Date FormatName | Type | Additional information | Description |
---|---|---|---|
TotalResults | integer |
None. |
|
ReturnedResults | integer |
None. |
|
Results | Collection of Date Format |
None. |
Response Formats
application/json, text/json
Sample:
{ "TotalResults": 1, "ReturnedResults": 2, "Results": [ { "ID": 1, "DisplayAs": "sample string 2", "DotNetFormat": "sample string 3", "DotNetAltFormats": "sample string 4", "JSFormat": "sample string 5", "JSAltFormats": "sample string 6" }, { "ID": 1, "DisplayAs": "sample string 2", "DotNetFormat": "sample string 3", "DotNetAltFormats": "sample string 4", "JSFormat": "sample string 5", "JSAltFormats": "sample string 6" } ] }