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)
spaceKey | The space key to find content under. |
---|---|
type | Filter the list of spaces returned by type ( |
status | Filter the list of spaces returned by status ( |
label | Filter the list of spaces returned by label. |
favourite | Filter the list of spaces returned by favourites. |
expand | A comma separated list of properties to expand. To refer the nested
contents, use periods. (e.g. |
start | The start point of the collection to return. |
limit | The limit of the number of items to return, this may be restricted by fixed system limits. |
The API response as a list.
if (FALSE) { # Get the information of a space named "space1" confl_get_space("space1") }