View source: R/cja_get_project_config.R
cja_get_project_config | R Documentation |
Retrieves a project configuration JSON string.
cja_get_project_config(
id = NULL,
expansion = "definition",
locale = "en_US",
debug = FALSE
)
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 |
expansion options can include any of the following: "shares" "tags" "accessLevel" "modified" "externalReferences" "definition"
A project configuration list
## Not run:
cja_get_project_config(id = '6047e0a3de6aaaaac7c3accb')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.