Waiting for engine...
Skip to main content

SpaceArtifactListingCategoriesQueryResponse

Represents a paginated response containing the total count, current page size, and a list of artifact listing categories.

type SpaceArtifactListingCategoriesQueryResponse {
numberOfResults: Long
currentPageSize: Int
spaceArtifactListingCategoriesData: [ArtifactListingCategory]
}

Fields

SpaceArtifactListingCategoriesQueryResponse.numberOfResults ● Long scalar partner-portal

Total number of records.

SpaceArtifactListingCategoriesQueryResponse.currentPageSize ● Int scalar miscellaneous

Number of records on the current page.

SpaceArtifactListingCategoriesQueryResponse.spaceArtifactListingCategoriesData ● [ArtifactListingCategory] list object catalog-service

Each element is of type Artifact listing category.

Returned By

publicCatalogListingCategories query ●  spaceArtifactListingCategories query

On this Page