GET api/SupportTickets

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SupportTicketList
NameDescriptionTypeAdditional information
IssueID

integer

None.

Appid

integer

None.

SiteName

string

None.

CategoryName

string

None.

Subject

string

None.

StatusName

string

None.

UserName

string

None.

IssueDate

date

None.

LastUpdated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IssueID": 1,
    "Appid": 2,
    "SiteName": "sample string 3",
    "CategoryName": "sample string 4",
    "Subject": "sample string 5",
    "StatusName": "sample string 6",
    "UserName": "sample string 7",
    "IssueDate": "2025-04-26T02:57:19.9054913-04:00",
    "LastUpdated": "2025-04-26T02:57:19.9054913-04:00"
  },
  {
    "IssueID": 1,
    "Appid": 2,
    "SiteName": "sample string 3",
    "CategoryName": "sample string 4",
    "Subject": "sample string 5",
    "StatusName": "sample string 6",
    "UserName": "sample string 7",
    "IssueDate": "2025-04-26T02:57:19.9054913-04:00",
    "LastUpdated": "2025-04-26T02:57:19.9054913-04:00"
  }
]

text/html

Sample:
[{"IssueID":1,"Appid":2,"SiteName":"sample string 3","CategoryName":"sample string 4","Subject":"sample string 5","StatusName":"sample string 6","UserName":"sample string 7","IssueDate":"2025-04-26T02:57:19.9054913-04:00","LastUpdated":"2025-04-26T02:57:19.9054913-04:00"},{"IssueID":1,"Appid":2,"SiteName":"sample string 3","CategoryName":"sample string 4","Subject":"sample string 5","StatusName":"sample string 6","UserName":"sample string 7","IssueDate":"2025-04-26T02:57:19.9054913-04:00","LastUpdated":"2025-04-26T02:57:19.9054913-04:00"}]

application/xml, text/xml

Sample:
<ArrayOfSupportTicketList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCAPI.Models">
  <SupportTicketList>
    <Appid>2</Appid>
    <CategoryName>sample string 4</CategoryName>
    <IssueDate>2025-04-26T02:57:19.9054913-04:00</IssueDate>
    <IssueID>1</IssueID>
    <LastUpdated>2025-04-26T02:57:19.9054913-04:00</LastUpdated>
    <SiteName>sample string 3</SiteName>
    <StatusName>sample string 6</StatusName>
    <Subject>sample string 5</Subject>
    <UserName>sample string 7</UserName>
  </SupportTicketList>
  <SupportTicketList>
    <Appid>2</Appid>
    <CategoryName>sample string 4</CategoryName>
    <IssueDate>2025-04-26T02:57:19.9054913-04:00</IssueDate>
    <IssueID>1</IssueID>
    <LastUpdated>2025-04-26T02:57:19.9054913-04:00</LastUpdated>
    <SiteName>sample string 3</SiteName>
    <StatusName>sample string 6</StatusName>
    <Subject>sample string 5</Subject>
    <UserName>sample string 7</UserName>
  </SupportTicketList>
</ArrayOfSupportTicketList>