Retrieves a project configuration JSON string.

cja_get_project_config(
  id = NULL,
  expansion = "definition",
  locale = "en_US",
  debug = FALSE
)

Arguments

id

(Required) The Project id for which to retrieve information

expansion

Comma-delimited list of additional segment metadata fields to include on response. See Details for all options available

locale

Locale - Default: "en_US"

debug

Used to help troubleshoot api call issues. Shows the call and result in the console

Value

A project configuration list

Details

expansion options can include any of the following: "shares" "tags" "accessLevel" "modified" "externalReferences" "definition"

Examples

if (FALSE) {
cja_get_project_config(id = '6047e0a3de6aaaaac7c3accb')
}