Waiting for engine...
Skip to main content

SpaceArtifactListingQueryResponse

Represents a paginated response containing the total result count, current page size, and a list of space artifact listings.

type SpaceArtifactListingQueryResponse {
numberOfResults: Long!
currentPageSize: Int!
spaceArtifactsData: [SpaceArtifactListing!]
}

Fields

SpaceArtifactListingQueryResponse.numberOfResults ● Long! non-null scalar partner-portal

Total number of records in the specified space.

SpaceArtifactListingQueryResponse.currentPageSize ● Int! non-null scalar miscellaneous

Number of elements on the current page.

SpaceArtifactListingQueryResponse.spaceArtifactsData ● [SpaceArtifactListing!] list object catalog-service

Each element is of type SpaceArtifactListing.

Returned By

spaceArtifactListings query

On this Page