GET DateFormat/Get/{id}
Gets a specified Date Format.
Request Information
URI Parameters
Name | Type | Additional information | Description |
---|---|---|---|
id | integer |
Required |
The Date Format identifier. |
Body Parameters
None.
Response Information
Resource Description
Date FormatName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
DisplayAs | string |
None. |
|
DotNetFormat | string |
None. |
|
DotNetAltFormats | string |
None. |
|
JSFormat | string |
None. |
|
JSAltFormats | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "DisplayAs": "sample string 2", "DotNetFormat": "sample string 3", "DotNetAltFormats": "sample string 4", "JSFormat": "sample string 5", "JSAltFormats": "sample string 6" }