Skip to content

CheckinReport​

Check-in / scan reporting (overview and details)


Scan overview by event and ticket type​

GET
/api/v2/report/check-in/scan-overview

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Query Parameters

events

Filter by ticket types. Expected comma-separated event ID(s).

Type
string
ticket_types

Filter by ticket types. Expected comma-separated ticket type ID(s).

Type
string

Responses​

Flat list of scan overview rows (one per event and ticket type), including eventName

application/json
JSON
"string"

Playground​

Authorization
Variables
Key
Value

Samples​


Scan details by administrator and scan type​

GET
/api/v2/report/check-in/scan-details

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Query Parameters

check_in_from

Filter by scan date more than or equal to this date.

Type
string
check_in_to

Filter by scan date less than or equal to this date.

Type
string
events

Filter by ticket types. Expected comma-separated event ID(s).

Type
string
ticket_types

Filter by ticket types. Expected comma-separated ticket type ID(s).

Type
string
scanned_by

Filter by administrator ID who scanned tickets.

Type
string

Responses​

Per-administrator rows with flat scanDetails (scan kind, ticket type id/name, unique tickets, total scans)

application/json
JSON
"string"

Playground​

Authorization
Variables
Key
Value

Samples​


Powered by VitePress OpenAPI