Adapter - QR Encoder Decoder
This page describes version 2.0.9 of the adapter.
Overview
This adapter is used to encode data into a QR Code image or to decode data from a QR Code image.
Commands
Encodes a string (encode)
Encodes the provided input string into a QR code image which is returned as a base64-encoded string
Request Properties
| Name | Display | Description | Is Required | Type | 
|---|---|---|---|---|
| input | Input to encode | Input to encode (plain text) | True | string | 
| size | QRCode image height and width | Specifies the QRCode image width and height (in px) | False | string | 
Response Properties
| Name | Description | Type | 
|---|---|---|
| output | Encoded output (as a base64 image) | string | 
Decodes a string (decode)
Decodes a string from a QR code image which is provided as a base64-encoded string
Request Properties
| Name | Display | Description | Is Required | Type | 
|---|---|---|---|---|
| input | Input to decode (as a base64 image) | Input to decode (as a base64 image) | True | string | 
Response Properties
| Name | Description | Type | 
|---|---|---|
| output | Decoded output (plain text) | string | 
Release History
| Version | Type | Description | Tracking # | Date | 
|---|---|---|---|---|
| 2.0.1 | Initial | First release in the Adapter Type store. | ||
| 2.0.7 | Maintenance | Updated third-party components and improved maintainability. | NAP-11518 | |
| 2.0.8 | Maintenance | Updated third-party components and improved maintainability. | NAP-23945 | 2022-11-30 | 
| 2.0.9 | Maintenance | Updated third-party components and improved maintainability. | NAP-27635 | 2024-07-31 |