GET api/Date_Format/{id}
Retrieves the date format with the specified Id.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| id | The Id of the date format to retrieve  | 
                
                             Define this parameter in the request URI.  | 
            
Response Information
Response body formats
application/json, text/json
            Sample:
        
{
  "name": "sample string 1",
  "id": 1
}
        application/xml, text/xml
            Sample:
<date_format xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ticket.Api.Org"> <id xmlns="http://schemas.datacontract.org/2004/07/Ticket.Api">1</id> <name>sample string 1</name> </date_format>
