In our company, we are using the cloud confluence for documentation. I am see lot of confluence spaces created but unused for long time. So, I need to remove unwanted spaces. I tried doing it manually but it is taking me lot of time to find the details.
So, can anyone help me, how I can get the below details in a table format.
Hi @Jawahar
You can fetch list using REST API. Try this end point to get the list first.
wiki/rest/api/space?expand=homepage,operations
Check what information it gives you.
Ravi
Thanks for your response.
After executing, it gives me below details.
id
key
name
homepage/id
homepage/type
homepage/status
homepage/title
homepage/extensions/position
homepage/_expandable/container
homepage/_expandable/metadata
homepage/_expandable/restrictions
homepage/_expandable/history
homepage/_expandable/body
homepage/_expandable/version
homepage/_expandable/descendants
homepage/_expandable/space
homepage/_expandable/childTypes
homepage/_expandable/operations
homepage/_expandable/schedulePublishDate
homepage/_expandable/children
homepage/_expandable/ancestors
homepage/_links/self
homepage/_links/tinyui
homepage/_links/editui
homepage/_links/webui
type
operations/0/operation
operations/0/targetType
operations/1/operation
operations/1/targetType
operations/2/operation
operations/2/targetType
operations/3/operation
operations/3/targetType
operations/4/operation
operations/4/targetType
operations/5/operation
operations/5/targetType
operations/6/operation
operations/6/targetType
operations/7/operation
operations/7/targetType
operations/8/operation
operations/8/targetType
status
_expandable/settings
_expandable/metadata
_expandable/lookAndFeel
_expandable/identifiers
_expandable/permissions
_expandable/icon
_expandable/description
_expandable/theme
_expandable/history
_links/webui
_links/self
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.