get_project_narratives {galvanizer}R Documentation

Retrieve Highbond Project - Narratives

Description

"A narrative is a description of a business process or area under review. Narratives are also known as policies, process narratives, process descriptions, or control guides."

Usage

get_project_narratives(
  auth,
  objective_id = NULL,
  narrative_id = NULL,
  fields = NULL,
  pagesize = 50,
  waittime = 0.2
)

Arguments

auth

Highbond authentication credentials, created from setup_highbond

objective_id

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

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

Details

possible fields: title, description, created_at, updated_at, objective

Value

A tibble of narratives


[Package galvanizer version 0.5.3 Index]