SBT QRCodes

The QRCode

The QRCode object is described below and only has the following method GET.

Methods

Get QRCode

GET https://api.w3lcome.com/v1/qrcode/:id

This endpoint allows you to get a qr code by its id

Path Parameters

Headers

{
    "type": "qrcode",
    "id": "4nFYwPqGegKC0ypKqcFG",
    "readAt": "2020-09-08T08:02:17-03:00",
    "readById": "5d13bad4ae9c50948f6edd67a16d6936",
    "readByName": "Alisson Enz",
    "qrCodeById": "98889e097fbe05bb33f9eb83387dcc69",
    "qrCodeByName": "Mateus Schmidt",
    "allowed": false,
    "line": "l01"
}

Get QRCodes

GET https://api.w3lcome.com/v1/qrcodes

This endpoint allows you to get a lost of read qr codes

Query Parameters

Headers

{
    "qrcodes": [
        {
            "type": "qrcode",
            "id": "4nFYwPqGegKC0ypKqcFG",
            "readAt": "2020-09-08T08:02:17-03:00",
            "readById": "5d13bad4ae9c50948f6edd67a16d6936",
            "readByName": "Alisson Enz",
            "qrCodeById": "98889e097fbe05bb33f9eb83387dcc69",
            "qrCodeByName": "Mateus Schmidt",
            "allowed": false,
            "line": "l01"
        },
        {
            ...
        }
    ],
    "size": 5
}

Queryable Fields

Table of Errors

Last updated