getExternalTools: Get a list of external tools used ina course

View source: R/getExternalTools.R

getExternalToolsR Documentation

Get a list of external tools used ina course

Description

Get a list of pages in course or group.

Usage

getExternalTools(
  ID,
  type = "course",
  search_term = NULL,
  selectable = NULL,
  include_parents = NULL,
  server = "test",
  ...
)

Arguments

ID

Account, course or group ID to list external tools in

type

Account, course or group

search_term

Filter results by partial title. Must be at least 3 characters.

selectable

If true, then only tools that are meant to be selectable are returned

include_parents

If true, then include tools installed in all accounts above the current context

server

Test, beta, production, or other name in R.environ OR full url of server

...

Optional page options to pass to processRequest


erikpal/bRush documentation built on May 9, 2023, 8:27 p.m.