View source: R/cja_get_projects.R
cja_get_projects | R Documentation |
Retrieves a paginated list of projects, also known as Workspace Projects
.
cja_get_projects(
includeType = "all",
expansion = "definition",
locale = "en_US",
filterByIds = NULL,
pagination = "true",
ownerId = NULL,
limit = 10,
page = 0,
debug = FALSE
)
includeType |
Include additional filters not owned by user. Default is "all". Options include: "all" (default) "shared" |
expansion |
Comma-delimited list of additional segment metadata fields to include on response. See Details for all options available |
locale |
Locale - Default: "en_US" |
filterByIds |
Filter list to only include filters in the specified list (comma-delimited list of IDs). This has filtered Ids from tags, approved, favorites and user specified Ids list. |
pagination |
Return paginated results |
ownerId |
Filter list to only include filters owned by the specified imsUserId |
limit |
Number of results per page |
page |
Page number (base 0 - first page is "0") |
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"
includeType options can include any of the following: "all", "shared"
A data frame of projects and corresponding metadata
## Not run:
cja_get_projects()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.