powered by
REST Wrapper for the SpaceService
confl_list_spaces( spaceKey = NULL, type = c("global", "personal"), status = c("current", "archived"), label = NULL, favourite = NULL, expand = NULL, start = NULL, limit = 25 )confl_get_space(spaceKey, expand = NULL)
confl_get_space(spaceKey, expand = NULL)
The space key to find content under.
Filter the list of spaces returned by type (global, personal).
global
personal
Filter the list of spaces returned by status (current, archived).
current
archived
Filter the list of spaces returned by label.
Filter the list of spaces returned by favourites.
A comma separated list of properties to expand. To refer the nested contents, use periods. (e.g. body.storage,history).
body.storage,history
The start point of the collection to return.
The limit of the number of items to return, this may be restricted by fixed system limits.
The API response as a list.
# NOT RUN { # Get the information of a space named "space1" confl_get_space("space1") # } # NOT RUN { # }
Run the code above in your browser using DataLab