This function is used to return all tickets stored in your organization.
此函数用于返回存储在您的组织中的所有门票。
用法----------Usage----------
## Admin only
getAllTickets()
Details
详细信息----------Details----------
This function can only be used by Admins within your organization. Tickets are ordered chronologically by created date, from oldest to newest.
此功能只能由管理员在您的组织使用。门票创建日期进行排序按时间顺序,从旧到新。
值----------Value----------
returns a data.frame of all tickets ordered chronologically by created date, from oldest to newest.
订购的所有门票按时间顺序从旧到新创建日期,返回一个数据框。
(作者)----------Author(s)----------
Tanya Cashorali
参考文献----------References----------
实例----------Examples----------
## Not run: [#不运行:]
## This requires Zendesk authentication[#这需要Zendesk认证。]
tickets <- getAllTickets()