get_project_entity_categories {galvanizer}R Documentation

Retrieve Highbond Projects - Entity Categories

Description

Get all the entity categories

Usage

get_project_entity_categories(
  auth,
  entity_category_id = NULL,
  fields = NULL,
  pagesize = 50,
  waittime = 0.2
)

Arguments

auth

Highbond authentication credentials, created from setup_highbond

entity_category_id

NULL will default to all entity categories

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

Fields allowed: title, description, position, entities_count, created_at, updated_at, entities

Value

A tibble of entities


[Package galvanizer version 0.5.3 Index]