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

# TicketStatus

No description

```graphql theme={null}
enum TicketStatus {
  SCHEDULED
  SCHEDULING_CANCELLED
  SCHEDULING_CANCELLED_BY_VISITOR
  SCHEDULING_NOSHOW
  NEW
  CANCELLED
  CANCELLED_BY_CLERK
  CALLED
  SERVED
  NOSHOW
}
```

### Values

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">TicketStatus</code>.<code class="gqlmd-mdx-entity-name">SCHEDULED</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">TicketStatus</code>.<code class="gqlmd-mdx-entity-name">SCHEDULING\_CANCELLED</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">TicketStatus</code>.<code class="gqlmd-mdx-entity-name">SCHEDULING\_CANCELLED\_BY\_VISITOR</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">TicketStatus</code>.<code class="gqlmd-mdx-entity-name">SCHEDULING\_NOSHOW</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">TicketStatus</code>.<code class="gqlmd-mdx-entity-name">NEW</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">TicketStatus</code>.<code class="gqlmd-mdx-entity-name">CANCELLED</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">TicketStatus</code>.<code class="gqlmd-mdx-entity-name">CANCELLED\_BY\_CLERK</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">TicketStatus</code>.<code class="gqlmd-mdx-entity-name">CALLED</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">TicketStatus</code>.<code class="gqlmd-mdx-entity-name">SERVED</code></span>](#)

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">TicketStatus</code>.<code class="gqlmd-mdx-entity-name">NOSHOW</code></span>](#)

### Member Of

[`Ticket`](/reference/graphql/objects/ticket)  <mark class="gqlmd-mdx-badge">object</mark><span class="gqlmd-mdx-bullet"> ● </span>[`ticketSearch`](/reference/graphql/queries/ticket-search)  <mark class="gqlmd-mdx-badge">query</mark>
