GET api/QRScanInfoes/GetQRScanInfo/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomQRScanInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserPhoneNumber | string |
None. |
|
| QRCodeRaw | string |
None. |
|
| LocationLat | string |
None. |
|
| LocationLong | string |
None. |
|
| Created | date |
None. |
|
| User_VID | globally unique identifier |
None. |
|
| SchoolID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"UserPhoneNumber": "sample string 2",
"QRCodeRaw": "sample string 3",
"LocationLat": "sample string 4",
"LocationLong": "sample string 5",
"Created": "2026-06-26T18:47:56.5904588+00:00",
"User_VID": "981d259a-8dda-4511-b5ea-08482fe0fabc",
"SchoolID": 1
}