Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.qminder.com/llms.txt

Use this file to discover all available pages before exploring further.

Notifies when a ticket is created. If locationId is provided, the subscription fires only when tickets are created in that specific location. If locationId is omitted, it fires for all locations the user has access to. Note: Device principals (iPad/TV) must always provide a locationId.
createdTickets(
  locationId: ID
): Ticket!

Arguments

createdTickets.locationId ● ID nullable scalar

If provided, restricts the subscription to tickets created in the specified location. If omitted, the subscription fires for all locations the user has access to.

Type

Ticket object