Skip to main content

Get Scanners of ScannerType

GET 

/scanner/:guid/instance

Returns all Scanners of a specific ScannerType.

Request

Path Parameters

    guid uuidrequired

    The guid of the ScannerType.

Responses

Scanners of the ScannerType found.

Schema

  • Array [

  • 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...