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 platform {#number-of-results}

Total number of records in the specified space.

SpaceArtifactListingQueryResponse.currentPageSize ● Int! non-null scalar miscellaneous {#current-page-size}

Number of elements on the current page.

SpaceArtifactListingQueryResponse.spaceArtifactsData ● [SpaceArtifactListing!] list object catalog-service {#space-artifacts-data}

Each element is of type SpaceArtifactListing.

Returned By

spaceArtifactListings query

On this Page