GET api/Report/RaisedTicket?Username={Username}&Password={Password}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
Required |
|
| Password | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of tblTicket| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserId | integer |
None. |
|
| SupportType | string |
None. |
|
| Message | string |
None. |
|
| TranId | string |
None. |
|
| Status | string |
None. |
|
| AddDate | date |
None. |
|
| Response | string |
None. |
|
| ReplyDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"UserId": 2,
"SupportType": "sample string 3",
"Message": "sample string 4",
"TranId": "sample string 5",
"Status": "sample string 6",
"AddDate": "2025-12-23T14:23:10.0291041+05:30",
"Response": "sample string 8",
"ReplyDate": "2025-12-23T14:23:10.0291041+05:30"
},
{
"Id": 1,
"UserId": 2,
"SupportType": "sample string 3",
"Message": "sample string 4",
"TranId": "sample string 5",
"Status": "sample string 6",
"AddDate": "2025-12-23T14:23:10.0291041+05:30",
"Response": "sample string 8",
"ReplyDate": "2025-12-23T14:23:10.0291041+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOftblTicket xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aathifrupay.DataLayer">
<tblTicket>
<AddDate>2025-12-23T14:23:10.0291041+05:30</AddDate>
<Id>1</Id>
<Message>sample string 4</Message>
<ReplyDate>2025-12-23T14:23:10.0291041+05:30</ReplyDate>
<Response>sample string 8</Response>
<Status>sample string 6</Status>
<SupportType>sample string 3</SupportType>
<TranId>sample string 5</TranId>
<UserId>2</UserId>
</tblTicket>
<tblTicket>
<AddDate>2025-12-23T14:23:10.0291041+05:30</AddDate>
<Id>1</Id>
<Message>sample string 4</Message>
<ReplyDate>2025-12-23T14:23:10.0291041+05:30</ReplyDate>
<Response>sample string 8</Response>
<Status>sample string 6</Status>
<SupportType>sample string 3</SupportType>
<TranId>sample string 5</TranId>
<UserId>2</UserId>
</tblTicket>
</ArrayOftblTicket>