Description Usage Arguments Details Value Examples
companies
queries the Freshdesk API and returns a data frame of company data.
1 2 | companies(client, companies_path = "/api/v2/companies", max_records = Inf,
date_fields = company_date_fields)
|
client |
The Freshdesk API client object (see |
companies_path |
The path of the companies API. Defaults to |
max_records |
Specifies the maximum number of records to return. |
date_fields |
Fields returned by the Freshdesk API that are date fields. Defaults
to |
This function queries the Freshdesk API to view the details regarding multiple companies
A data frame of companies or NULL
if there are no companies.
1 2 3 4 5 6 7 | ## Not run:
fc <- freshdesk_client("your-domain", "your-api-key")
# view companies
cos <- companies(fc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.