OpenTicketsAssignedToMe
Returns open tickets assigned to the authenticated account.
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | The Id of the ticket, automatically assigned when the ticket is created. | |
| Subject | String | The value of the subject field for this ticket. When used in WHERE clause: The text in the ticket's subject | |
| RawSubject | String | The dynamic content placeholder, if present, or the subject value, if not. | |
| Description | String | The first comment on the ticket. When used in WHERE clause: The text in the ticket's description and comments | |
| Type | String | The type of this ticket. Possible values: problem, incident, question or task. | |
| Priority | String | The urgency with which the ticket should be addressed. Possible values: urgent, high, normal, low. | |
| Status | String | The state of the ticket. Possible values: new, open, pending, hold, solved, closed. | |
| Recipient | String | The original recipient e-mail address of the ticket. | |
| HasIncidents | Boolean | Indicates whether the ticket has been marked as a problem. | |
| DueAt | Datetime | The due date of the ticket, if the ticket is of type task. The date uses ISO 8601 format. | |
| RequesterId | Long |
Users.Id | The user who requested this ticket. |
| SubmitterId | Long |
Users.Id | The Id of the user who submitted the ticket. The submitter always becomes the author of the first comment on the ticket. |
| AssigneeId | Long |
Users.Id | The agent currently assigned to the ticket. |
| OrganizationId | String | The Id of the organization associated with the requester. | |
| GroupId | Long |
Groups.Id | The Id of the group to which the ticket is assigned. |
| CollaboratorIds | String | The Ids of users currently CC'd on the ticket. | |
| FollowerIds | String | The Ids of agents currently following the ticket. | |
| ForumTopicId | Long |
Topics.Id | The topic this ticket originated from, if any. |
| ProblemId | Integer |
Tickets.Id | For tickets of type incident, the ID of the problem the incident is linked to. |
| ExternalId | String | An Id used to link Zendesk Support tickets to local records. | |
| FollowupIds | String | Closed tickets only. The Ids of the follow-up tickets created from this ticket. | |
| TicketFormId | Long |
TicketForms.Id | Enterprise only. The Id of the ticket form to render for the ticket. |
| BrandId | Long |
Brands.Id | Enterprise only. The Id of the brand this ticket is associated with. |
| Tags | String | The array of tags applied to this ticket. | |
| ViaChannel | String | This tells you how the ticket or event was created. Examples: web, mobile, rule, system. | |
| ViaSource | String | The ticket's source information. | |
| SatisfactionRating | String | The satisfaction rating of the ticket, if it exists, or the state of satisfaction, 'offered' or 'unoffered'. | |
| SharingAgreementIds | String | The Ids of the sharing agreements used for this ticket. | |
| AllowChannelback | Boolean | Indicates whether channelback is enabled for the ticket. Only applicable for channels framework tickets. | |
| IsPublic | Boolean | Indicates whether any comments on the ticket are public. | |
| CreatedAt | Datetime | When this record was created. | |
| UpdatedAt | Datetime | When this record last got updated. | |
| Url | String | The API url of this ticket. | |
| Assignee | String | The assigned agent or other entity. You can specify 'none', 'me', user name (full name or partial), email address, user Id, or phone number. | |
| GroupName | String | The name of the group to which the ticket is assigned. | |
| Requester | String | The ticket requester. You can specify 'none', 'me', user name (full name or partial), email address, user Id, or phone number. | |
| Submitter | String | The ticket submitter. This may be different than the requester if the ticket was submitted by an agent on behalf of the requester. You can specify 'none', 'me', user name (full name or partial), email address, user Id, or phone number. | |
| Brand | String | Search for a specific Brand on a ticket. | |
| Commenter | String | People who have added comments to tickets. You can specify 'none', 'me', user name (full name or partial), email address, user Id, or phone number. | |
| Cc | String | People who have been CC'd on tickets. You can specify 'none', 'me', user name (full name or partial), email address, user Id, or phone number. | |
| AllowAttachments | Boolean | Indicates whether agents are permitted to add attachments to a comment. Defaults to true. | |
| CustomStatusId | Long | The Id of the custom ticket status assigned to the ticket. | |
| EmailCcIds | String | An array of objects that represent agent or end users email CCs to add or delete from the ticket. | |
| FromMessagingChannel | Boolean | Indicates whether the ticket's source type is a messaging channel. | |
| ResultType | String | The result type of the search result. |