space
Get a Space by its alias.
The Space query accepts the following input: Space Id.
An example of the request is as follows:
query space {
space(id:"2da77d1f-bbd4-4066-xxxx-e15fc") {
id
name
description
createdDate
modifiedDate
modifiedByAccountId
sharedIpacks {
id
description
name
installationType
}
url
theme {
logoUrl
logoAltTxt
}
accountGroup {
id
name
}
}
}
space(
id: ID!
): Space
Arguments
space.id ● ID! non-null scalar miscellaneous
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?