GET api/Time_Format
Retrieves the time formats available in the system.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"name": "sample string 1",
"id": 1
},
{
"name": "sample string 1",
"id": 1
},
{
"name": "sample string 1",
"id": 1
}
]
application/xml, text/xml
Sample:
<ArrayOftime_format xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ticket.Api.Org">
<time_format>
<id xmlns="http://schemas.datacontract.org/2004/07/Ticket.Api">1</id>
<name>sample string 1</name>
</time_format>
<time_format>
<id xmlns="http://schemas.datacontract.org/2004/07/Ticket.Api">1</id>
<name>sample string 1</name>
</time_format>
<time_format>
<id xmlns="http://schemas.datacontract.org/2004/07/Ticket.Api">1</id>
<name>sample string 1</name>
</time_format>
</ArrayOftime_format>
