cja_get_project_config: Get a project configuration in CJA
Description
Retrieves a project configuration JSON string.
Usage
cja_get_project_config(
id = NULL,
expansion = "definition",
locale = "en_US",
debug = FALSE
)
Value
A project configuration list
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
Details
expansion options can include any of the following:
"shares" "tags" "accessLevel" "modified" "externalReferences" "definition"
Examples
Run this codeif (FALSE) {
cja_get_project_config(id = '6047e0a3de6aaaaac7c3accb')
}
Run the code above in your browser using DataLab