View source: R/generated_client.R
| exports_get_files_csv | R Documentation | 
Get a CSV Export
exports_get_files_csv(id)
| id | integer required. | 
A list containing the following elements:
| id | integer, The ID of this Csv Export job. | 
| name | string, The name of this Csv Export job. | 
| source | list, A list containing the following elements: 
 | 
| destination | list, A list containing the following elements: 
 | 
| includeHeader | boolean, A boolean value indicating whether or not the header should be included. Defaults to true. | 
| compression | string, The compression of the output file. Valid arguments are "gzip" and "none". Defaults to "gzip". | 
| columnDelimiter | string, The column delimiter for the output file. Valid arguments are "comma", "tab", and "pipe". Defaults to "comma". | 
| hidden | boolean, A boolean value indicating whether or not this request should be hidden. Defaults to false. | 
| forceMultifile | boolean, Whether or not the csv should be split into multiple files. Default: false | 
| maxFileSize | integer, The max file size, in MB, created files will be. Only available when force_multifile is true. | 
| myPermissionLevel | string, Your permission level on the object. One of "read", "write", or "manage". | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.