GET QR THEME

Query QR code themes by QR theme ID

QUERY

GET https://api.eyelevel.ai/v1/partner/theme/qr/:apiKey/:qrThemeId

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

qrThemeId

integer

QR Theme ID

{
    "qrTheme": {
        "qrThemeId":      INTEGER IDENTIFIER,
        "name":           "STRING",
        "background":     "STRING",
        "foreground":     "STRING",
        "hasBorder":      BOOLEAN,
        "imageUrl":       "STRING",
        "textIdentifier": "STRING",
        "updated":        DATETIME
    }
}

Response

{
    "qrTheme": {
        "qrThemeId":      INTEGER IDENTIFIER,
        "name":           "STRING",
        "background":     "STRING",
        "foreground":     "STRING",
        "hasBorder":      BOOLEAN,
        "imageUrl":       "STRING",
        "textIdentifier": "STRING",
        "updated":        DATETIME
    }
}

qrThemeId

The unique identifier for the QR code theme. You can use this id in other QR code theme API requests.

name

The human readable name for the QR code theme.

background

The background color of the QR code.

foreground

The foreground color of the QR code.

hasBorder

Setting this attribute true will add a margin around the edges of the QR code with the background color.

imageUrl

The URL for the hosted image. This image will be applied to the center of the QR code.

textIdentifier

A human readable string that is displayed below the QR code.

updated

The datetime the QR code theme was last updated in RFC3339 format.

Objects

pageQR THEME

Last updated