GET api/searchQRCode/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TM_WhatsApp| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MsgId | integer |
None. |
|
| RequestId | string |
None. |
|
| CountryCode | string |
None. |
|
| Mobile | string |
None. |
|
| QRCode | string |
None. |
|
| Type | string |
None. |
|
| Text | string |
None. |
|
| Response | string |
None. |
|
| CreatedAt | date |
None. |
|
| UpdatedAt | date |
None. |
|
| wasLinkSentToCustomer | integer |
None. |
|
| LinkSentOn | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"MsgId": 1,
"RequestId": "sample string 2",
"CountryCode": "sample string 3",
"Mobile": "sample string 4",
"QRCode": "sample string 5",
"Type": "sample string 6",
"Text": "sample string 7",
"Response": "sample string 8",
"CreatedAt": "2026-01-09T20:33:53.652521+05:30",
"UpdatedAt": "2026-01-09T20:33:53.652521+05:30",
"wasLinkSentToCustomer": 1,
"LinkSentOn": "2026-01-09T20:33:53.652521+05:30"
}
text/html
Sample:
{"Id":1,"MsgId":1,"RequestId":"sample string 2","CountryCode":"sample string 3","Mobile":"sample string 4","QRCode":"sample string 5","Type":"sample string 6","Text":"sample string 7","Response":"sample string 8","CreatedAt":"2026-01-09T20:33:53.652521+05:30","UpdatedAt":"2026-01-09T20:33:53.652521+05:30","wasLinkSentToCustomer":1,"LinkSentOn":"2026-01-09T20:33:53.652521+05:30"}
application/xml, text/xml
Sample:
<TM_WhatsApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QRAPI.Models"> <CountryCode>sample string 3</CountryCode> <CreatedAt>2026-01-09T20:33:53.652521+05:30</CreatedAt> <Id>1</Id> <LinkSentOn>2026-01-09T20:33:53.652521+05:30</LinkSentOn> <Mobile>sample string 4</Mobile> <MsgId>1</MsgId> <QRCode>sample string 5</QRCode> <RequestId>sample string 2</RequestId> <Response>sample string 8</Response> <Text>sample string 7</Text> <Type>sample string 6</Type> <UpdatedAt>2026-01-09T20:33:53.652521+05:30</UpdatedAt> <wasLinkSentToCustomer>1</wasLinkSentToCustomer> </TM_WhatsApp>