Retrieve up to 100 spaces by specifying their space-ids.
List of space-ids for the spaces to return.
required | Array of objects [ 1 .. 100 ] items |
List of spaces
The response for a failed request.
{- "items": [
- {
- "space": "string"
}
]
}
{- "items": [
- {
- "space": "string",
- "description": "string",
- "name": "string",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000,
- "isGlobal": true
}
]
}