Skip to contents

Get data frame of assets in workspace

Usage

assets(
  workspace_uuid,
  type = NULL,
  page = NULL,
  size = NULL,
  use_proxy = FALSE
)

Arguments

workspace_uuid

UUID of workspace

type

Asset type to filter results by. Either "document", "folder" or "link". Default returns all asset types.

page

Page number of responses to return (0..N). Default is 0.

size

Number of results to be returned per page. Default is 20.

use_proxy

Logical to indicate whether to use proxy.

Value

A tibble

Details

More details on this endpoint are available in the API documentation.

See also