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