Skip to main content

Get a specific ScannerType

GET 

/scanner/:guid

Retrieve a specific ScannerType.

Request

Path Parameters

    guid uuidrequired

    The guid of the ScannerType.

Responses

ScannerType found.

Schema

    guid uuidrequired

    The guid of the ScannerType.

    company_id uuid

    The guid of the Company this ScannerType is associated with.

    event_id uuid

    The guid of the Event this ScannerType is associated with.

    name stringrequired

    Possible values: <= 255 characters

    The name of the ScannerType.

    description string

    Possible values: <= 65535 characters

    The human readable description of the ScannerType.

    username stringrequired

    Possible values: >= 6 characters and <= 255 characters

    The username to login into the Scanners.

    password stringrequired

    Possible values: >= 4 characters and <= 255 characters

    The password to login into the Scanners.

    visibility integer

    Possible values: <= 255

    Default value: 115

    The bitmap for visibility options in the Scanners of the ScannerType, e.g. hiding counters.

    scan_types integerrequired

    Default value: 68719476735

    The bitmap for which barcode types are scannable.

    expires_at ISO 8601required

    The expire date of the ScannerType, i.e. when all the Scanners of the ScannerType should expire.

    QR string

    The QR code contents for quick login.

    created_at ISO 8601

    The time it was created.

    updated_at ISO 8601

    The time it was last updated.

    deleted_at ISO 8601

    The time it was deleted.

Loading...