spaceArtifactListingCategories
Fetch the tags by category codes. The spaceArtifactListingCategories query accepts SpaceArtifactListingCategoryInput as input.
An example of the request is as follows:
query{
spaceArtifactListingCategories(
input:{
pageIndex: 1,
pageSize: 1
categoryCode:["CAT_JOB_FUNCTION","CAT_APP"]
}){
numberOfResults
currentPageSize
spaceArtifactListingCategoriesData {
id
code
name
artifactListingTags {
id
name
categoryId
referenceTag{
id
name
}
logoImageUrl
logoAltText
featured
displayOrder
createdDate
createdByAccountId
modifiedByAccountId
modifiedDate
active
}
createdDate
createdByAccountId
modifiedDate
modifiedByAccountId
active
}
}
}
spaceArtifactListingCategories(
input: SpaceArtifactListingCategoryInput
): SpaceArtifactListingCategoriesQueryResponse
Arguments
spaceArtifactListingCategories.input ● SpaceArtifactListingCategoryInput input catalog-service
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?