Skip to main content

Get Scanning stats for an event

GET 

/event/:guid/scanningstats

Retrieve scanning statistiscs for an Event.

Request

Path Parameters

    guid uuidrequired

    The guid of the Event.

Responses

The scanning statistics found.

Schema

  • Array [

  • tickets

    object[]

  • Array [

  • :ticket_guid

    object

    guid uuid

    The guid of the Ticket Type scanned.

    name string

    Name of the Ticket Type.

    sold_count integer

    The sold amount of this Ticket Type.

    scanned_count integer

    The amount scanned of this Ticket Type.

    date_info undefined[]
  • ]

  • products

    object[]

    Products scanned.

  • Array [

  • :product_guid

    object

    guid uuid

    The guid of the Product Type scanned.

    name string

    Name of the Product Type.

    sold_count integer

    The sold amount of this Product Type.

    scanned_count integer

    The amount scanned of this Product Type.

    date_info undefined[]
  • ]

  • scannertypes

    object

    :scanner_type_guid object[]

    scanners

    object

    :scanner_guid

    object

    guid uuid

    The guid of the Scanner.

    name string

    The name of the Scanner.

    scanner_type_id uuid

    The guid of the ScannerType.

    scanner_type_name string

    The name of the ScannerType.

    last_seen ISO 8601

    When the scanner was last seen online.

    battery_percentage integer

    Battery level.

    battery_status string

    Status of the battery, i.e. charging, discharing.

    scan_chart

    object

    :ticket_guid

    object[]

  • Array [

  • ticket_id string

    The guid of the Ticket Type.

    hour string

    When the Ticket Type was scanned.

    scan_count integer

    The amount of Ticket Types that were scanned.

  • ]

  • ]

Loading...