GraphQL API
Organization API
Organization / Types/ object

SupportTicketEdge

An edge that contains a node of type SupportTicket and a cursor.

Fields

2 fields
idID!

Unique primary key.

ticketNumberString!

Ticket number of the support ticket.

subjectString!

Subject of the support ticket.

Current status of the support ticket.

OPENPENDINGAWAITING_REPLYRESOLVEDCLOSED

Priority of the support ticket.

LOWNORMALHIGH
idID!

Unique primary key.

nameString!

Name of the support participant organization.

idID!

Unique primary key.

firstnameString!

First name

lastnameString!

Last name

emailString!

Email address

localeString!

Locale of the user

timezoneString!

Timezone of the user

avatarAvatar

Avatar of the user.

The rights associated with this user.

full

The warehouses associated with this user.

snoozedUntilDateTimeTz

Snoozed until of the support ticket.

waitingSinceDateTimeTz

Waiting since of the support ticket.

lastMessageAtDateTimeTz

When the most recent message was sent.

idID!

Unique primary key.

nameString!

Name of the support inbox.

Channel of the support inbox.

EMAIL
inboundEmailAddressString!

Inbound email address of the support inbox.

forwardEmailAddressString

Forward email address of the support inbox.

isInternalOnlyBoolean!

Whether this support inbox is restricted to internal users.

createdAtDateTimeTz!

When the support inbox was created.

updatedAtDateTimeTz!

When the support inbox was last updated.

The tickets associated with this support inbox.

createdAtDateTimeTz!

When the support ticket was created.

updatedAtDateTimeTz!

When the support ticket was last updated.

pageInfoPageInfo!

Pagination information about the list of edges.

A list of SupportConversation edges.

pageInfoPageInfo!

Pagination information about the list of edges.

A list of SupportMessage edges.

pageInfoPageInfo!

Pagination information about the list of edges.

A list of SupportTicketLinkedResource edges.

cursorString!

A unique cursor that can be used for pagination.