get_project_result_files.Rd
Downloads the primary details of one or multiple result files for a project.
get_project_result_files( auth, project_id = NULL, results_file_id = NULL, fields = NULL, pagesize = 50, waittime = 0.2 )
auth | Highbond authentication credentials, created from |
---|---|
project_id | Required if other parameter is blank. May obtain multiple rows. |
results_file_id | Required if other parameter is blank. Will get only one row. |
fields | OPTIONAL. A character vector each field requested within the project. NULL will default to all fields. |
pagesize | Defaults to 50. Maximum is 100. |
waittime | Time in seconds to wait between requests. |
A tibble of result files
possible fields: name, reference_id, description, position, created_at, updated_at, custom_attributes, project