GET api/QRScanInfoesV2/GetQRScanInfoByUserVid?userVid={userVid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userVid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomQRScanInfoName | 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", "Id": 1, "UserPhoneNumber": "sample string 2", "QRCodeRaw": "sample string 3", "LocationLat": "sample string 4", "LocationLong": "sample string 5", "Created": "2025-09-04T03:44:10.4535498+00:00", "User_VID": "7c222620-8946-4aab-a94d-4d58d95a3c0b", "SchoolID": 1 }, { "$ref": "1" } ]