publicCatalogListingCategories
Public query to fetch all categories and tags from the public catalog without authentication. This query does not take any input parameter,and it returns all the categories and associated tags from the public catalog.
An example of the request is as follows:
query {
publicCatalogListingCategories {
numberOfResults
spaceArtifactListingCategoriesData {
id
code
name
description
artifactListingTags {
id
name
artifactListingCategoryId
categoryCode
categoryName
referenceTag {
id
name
description
logoImageUrl
logoAltText
}
logoImageUrl
logoAltText
featured
displayOrder
createdDate
createdByAccountId
modifiedByAccountId
modifiedDate
active
description
}
createdDate
createdByAccountId
modifiedDate
modifiedByAccountId
active
}
}
}
publicCatalogListingCategories: SpaceArtifactListingCategoriesQueryResponse
Type
SpaceArtifactListingCategoriesQueryResponse object catalog-service
Represents a paginated response containing the total count, current page size, and a list of artifact listing categories.
Was this topic helpful?