GET api/QRScanInfoesV2/GetQRScanInfoes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of QRScanInfo
NameDescriptionTypeAdditional 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": "2a4b8ca9-ebca-4632-9382-15530dd3ff75",
    "UserPhoneNumber": "sample string 3",
    "QRCodeRaw": "sample string 4",
    "LocationLat": "sample string 5",
    "LocationLong": "sample string 6",
    "Created": "2024-12-29T11:48:58.2989572+00:00",
    "SchoolID": 1,
    "UserLogIn": {
      "$id": "2",
      "UserVID": "afb8f6d3-a53f-435b-ae50-073d71c8a789",
      "UserLoginId": "sample string 2",
      "Password": "sample string 3",
      "FirstName": "sample string 4",
      "LastName": "sample string 5",
      "Created": "2024-12-29T11:48:58.2989572+00:00",
      "Status": true,
      "ChildFirstName": "sample string 8",
      "ChildLastName": "sample string 9",
      "Updated": "2024-12-29T11:48:58.2989572+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": "da2abddc-f786-4ef4-8d2b-86da0a547f4c",
          "SecondaryNumber": "sample string 3",
          "CreatedDate": "2024-12-29T11:48:58.3145852+00:00",
          "UpdatedDate": "2024-12-29T11:48:58.3145852+00:00",
          "Status": true,
          "UserLogIn": {
            "$ref": "2"
          }
        },
        {
          "$ref": "3"
        }
      ]
    }
  },
  {
    "$ref": "1"
  }
]