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
)

Arguments

auth

Highbond authentication credentials, created from setup_highbond

project_id

Required if other parameter is blank. May obtain multiple rows.

planning_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.

Value

A tibble of planning files.

Details

possible fields: name, reference_id, description, position, created_at, updated_at, custom_attributes, project