Description Usage Arguments Details Value Examples
tickets
queries the Freshdesk API, saves a list of tickets to a file and
returns a data frame of ticke data.
1 2 3 4 |
client |
The Freshdesk API client object (see |
file |
The csv file path to which the tickets data will be saved. |
tickets_path |
The path of the tickets API. Defaults to |
remove_fields |
Fields returned by the Freshdesk API to remove from the data frame.
Defaults to removing the |
include_requester |
If |
include_stats |
If |
include_custom_fields |
If |
updated_since |
Specifies tickets to include in results based on last time they were
updated. If set to |
max_records |
Specifies the maximum number of records to return. If the number of records specified is less then 30, up to 30 records will be returned by default if they exist. |
This function queries the Freshdesk API to view and save the details regarding multiple tickets to a csv file.
A data frame of tickets.
1 2 3 4 5 6 7 | ## Not run:
fc <- freshdesk_client("your-domain", "your-api-key")
# view tickets
t <- tickets_csv(fc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.