get_project_types {galvanizer} | R Documentation |
Retrieve Highbond Projects - Project Types
Description
Downloads the primary details of one or all project types.
Usage
get_project_types(
auth,
project_type_id = NULL,
fields = NULL,
pagesize = 50,
waittime = 0.2
)
Arguments
auth |
Highbond authentication credentials, created from |
project_type_id |
|
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. |
Details
Possible fields include: name, description, workflow, project_terms, certification_terms, control_terms, finding_terms, control_test_terms, finding_action_terms, narrative_terms, objective_terms, planning_terms, results_terms, risk_terms, test_plan_terms, walkthrough_terms
Value
A tibble of project types
[Package galvanizer version 0.5.3 Index]