getTicket: getTicket

Description Usage Arguments Details Value Author(s) References Examples

Description

This function is used to return ticket information for a given ticket ID

Usage

1
getTicket(ticket.id)

Arguments

ticket.id

A Zendesk ticket ID (e.g. 888)

Details

This function will return a data.frame of ticket information for a given ticket.id. The fields key will be returned within the data.frame as a list.

Value

returns a data.frame of ticket information for the given ticket.id

Author(s)

Tanya Cashorali

References

http://developer.zendesk.com/documentation/rest_api/tickets.html

Examples

1
2
3
4
5
6
## Not run: 

## This requires Zendesk authentication
ticket <- getTicket(ticket.id)

## End(Not run)

tcash21/zendeskR documentation built on May 31, 2019, 7:28 a.m.