Spaces
Get a list of Spaces
Lists all Spaces. The results will be sorted alphabetically by name.
get/spaces/all
Query parameters
partialNamestring
A partial or complete name to search on. This will perform a contains style match against the supplied name or name-fragment
Response
The requested list of Spaces
Example response
[
{
"SpaceManagersTeamMembers": [
"Users-1",
"..."
]
}
]Changes
No recorded changes to this endpoint across all 7 revisions of this API.