Skip to contents

Get list of ideas.

Usage

pp_get_ideas(
  tags = NULL,
  product = NULL,
  persona = NULL,
  status = NULL,
  state = c("all", "active", "active public", "archived", "unsorted"),
  page = 1,
  size = 100,
  .limit = 100,
  ...
)

Arguments

tags

One or more tag names to filter the ideas by. These act as an OR not AND

product

Name of a product to filter the ideas by.

persona

Name of a persona to filter the ideas by.

status

Name of a workflow status to filter the ideas by.

state

Filters the returned ideas based on their state. Active Public is same as portal in the UI. If not included then the endpoint returns all active and active_public the same as the UI. "all" returns all unsorted and active ideas.

page

Page of results to return

size

The number of results per page

.limit

The maximum number of elements to return.

...

Other arguments passed to .pp()]

See also

Other Ideas: pp_get_idea_feedback()