spaces
Get a list of all Spaces that are created by the authorized user.
An example of the request is as follows:
query spaces {
spaces {
id
name
accountGroup {
id
name
}
createdDate
modifiedDate
modifiedByAccountId
}
}
spaces: [Space]
Type
Space object catalog-service
Represents a space containing its identity, metadata, ownership details, shared iPacks, catalog artifacts, account group, theme, and related configuration information.
Was this topic helpful?