Skip to main content

RestApiKeyResponse

No description

type RestApiKeyResponse {
items: [RestApiKey!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

RestApiKeyResponse.items ● [RestApiKey!]! non-null object

List of items of type RestApiKey

RestApiKeyResponse.itemsFound ● Int! non-null scalar

Total number of items found

RestApiKeyResponse.offset ● Int! non-null scalar

The amount of items to show per page

RestApiKeyResponse.page ● Int! non-null scalar

The current page

RestApiKeyResponse.pages ● Int! non-null scalar

Total amount of pages

RestApiKeyResponse.start ● Int! non-null scalar

Start position of the current page

RestApiKeyResponse.end ● Int! non-null scalar

End position of the current page

Returned By

restApiKeys query