zendesk_get: zendesk_get

Description Usage Arguments Details Value Examples

Description

This is a a general purpose function for any valid Zendesk API endpoint

Usage

1
zendesk_get(zd_call, ...)

Arguments

zd_call

the api call (tickets, users, etc.)

...

any valid parameters for the associated call

Details

This function will return a data.frame of the results returned from the zendesk API for the endpoint passed to it. Any valid parameters can be passed to refine the request, for some endpoints there are required parameters.

Value

returns a data.frame of the results from the given call

Examples

1
2
3
4
5
6
## Not run: 

## This requires Zendesk authentication
tickets <- zendesk_get('tickets')

## End(Not run)

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