GraphQL API
Organization API
Organization / Types/ object

TenantSupportTicketConnection

A paginated list of TenantSupportTicket edges.

Fields

2 fields
hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.

endCursorString

The cursor to continue paginating forwards.

idID!

Unique primary key.

ticketNumberString!

Ticket number of the tenant support ticket.

subjectString!

Subject of the tenant support ticket.

Current status of the tenant support ticket.

OPENPENDINGAWAITING_REPLYRESOLVEDCLOSED
lastMessageAtDateTimeTz

When the most recent message was sent.

Inbox of the tenant support ticket.

createdAtDateTimeTz!

When the tenant support ticket was created.

updatedAtDateTimeTz!

When the tenant support ticket was last updated.

The links associated with this tenant support ticket.

The messages associated with this tenant support ticket.

cursorString!

A unique cursor that can be used for pagination.