GET api/QRScanInfoes/GetQRScanInfoes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of QRScanInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| User_VID | globally unique identifier |
None. |
|
| UserPhoneNumber | string |
None. |
|
| QRCodeRaw | string |
None. |
|
| LocationLat | string |
None. |
|
| LocationLong | string |
None. |
|
| Created | date |
None. |
|
| SchoolID | integer |
None. |
|
| UserLogIn | UserLogIn |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"User_VID": "c387bdb0-2627-4138-a31a-cc755ddbfd65",
"UserPhoneNumber": "sample string 3",
"QRCodeRaw": "sample string 4",
"LocationLat": "sample string 5",
"LocationLong": "sample string 6",
"Created": "2026-02-04T02:30:41.0218624+00:00",
"SchoolID": 1,
"UserLogIn": {
"$id": "2",
"UserVID": "e54c8b0b-3661-4ad8-8a91-1dadc6e457b7",
"UserLoginId": "sample string 2",
"Password": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Created": "2026-02-04T02:30:41.0218624+00:00",
"Status": true,
"ChildFirstName": "sample string 8",
"ChildLastName": "sample string 9",
"Updated": "2026-02-04T02:30:41.0218624+00:00",
"DeviceToken": "sample string 10",
"RoleId": 1,
"PreferredLanguage": "sample string 11",
"AccountType": "sample string 12",
"pr_id": "sample string 13",
"school_yearcode": "sample string 14",
"QRScanInfoes": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"SecondaryAccounts": [
{
"$id": "3",
"Id": 1,
"PrimaryUserVID": "9a4c7ece-0638-448f-aa14-23af27a99792",
"SecondaryNumber": "sample string 3",
"CreatedDate": "2026-02-04T02:30:41.0218624+00:00",
"UpdatedDate": "2026-02-04T02:30:41.0218624+00:00",
"Status": true,
"UserLogIn": {
"$ref": "2"
}
},
{
"$ref": "3"
}
]
}
},
{
"$ref": "1"
}
]