GET api/Ticket/GetCategories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Results| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | integer |
None. |
|
| Label | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Value": 1,
"Label": "sample string 2"
},
{
"Value": 1,
"Label": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfResults xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAL.API.Repository.Models">
<Results>
<Label>sample string 2</Label>
<Value>1</Value>
</Results>
<Results>
<Label>sample string 2</Label>
<Value>1</Value>
</Results>
</ArrayOfResults>