Skip to main content

Get specific Scanner of ScannerType

GET 

/scanner/:scanner_type_guid/instance/:scanner_guid

Returns a specific Scanner of a specific ScannerType.

Request

Path Parameters

    scanner_type_guid uuidrequired

    The guid of the ScannerType.

    scanner_guid uuidrequired

    The guid of the Scanner.

Responses

Scanner found.

Schema

    guid uuid

    The guid of the Scanner.

    scanner_type_id uuid

    The guid of the ScannerType the Scanner belongs to.

    name string

    The name of the Scanner.

    visibility integer

    The bitmap for visibility options in the Scanner, e.g. hiding counters.

    scan_types integer

    The bitmap for which barcode types are scannable.

    app_version string

    The app version that the Scanner runs on.

    ccna_version string

    The CCNA version that the Scanner runs on.

    platform string

    Possible values: [ios, android, unknown]

    The type of platform the Scanner runs on.

    platform_version string

    The type of platform version that the Scanner runs on.

    expires_at ISO 8601

    The expiry date of this Scanner. Normally, this should be the same as for its ScannerType.

    created_at ISO 8601

    The time it was created.

    updated_at ISO 8601

    The time it was last updated.

Loading...