Appearance
findQRCodeByAccessCode ​
Returns a QR Code's details given a valid (and active) QR Access Code (normally typed in by a user)
Request ​
http
GET /rest/user/qraccesscodeHeaders ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-authtoken | Yes | Auth token returned from loginUser |
Parameters ​
accessCode - A QR Access Code e.g. MYWALL2017. NOTE: these are globally unique and case insensitive
Response ​
200 OK ​
JSON Reponse:
NOTE: geo-fencing fields lat/long/radius may not be implemented in SAM for QR v1 but are included here for completeness.
json
{
"cId": 3,
"cName": "My Interact Finance",
"qrCodeUUID": "677449b5-83df-41ab-8400-9c3a4d391833",
"myLogo": "https://s3.amazonaws.com/DEV.com.nextinteract.brochures/3/images/3-myinteractlogo.1438919404582.JPG",
"qrCodeGeoLatitude": -33.861468,
"qrCodeGeoLongitude": 151.20918,
"qrCodeGeoRadiusMetres": 200,
"isUserConnected": true
}Errors ​
| Exception | Description |
|---|---|
WSCompanyServiceUnavailableException | See Error Definitions |
WSInvalidParameterException | See Error Definitions |
WSInvalidAuthTokenException | See Error Definitions |
WSQRCodeNotFoundException | See Error Definitions |
WSQRCodeInactiveOrDeletedException | See Error Definitions |
WSQRCodeNotActiveYetException | See Error Definitions |
WSQRCodeExpiredException | See Error Definitions |
WSCompanyServiceException | See Error Definitions |
WSCacheServiceException | See Error Definitions |