ValuesetResponse
No description
type ValuesetResponse {
items: [Valueset!]!
itemsFound: Float!
offset: Float!
page: Float!
pages: Int!
start: Int!
end: Int!
}
Fields
ValuesetResponse.items
● [Valueset!]!
non-null object
Array of value sets matching the search criteria with complete configuration and metadata information
ValuesetResponse.itemsFound
● Float!
non-null scalar
Total number of value sets found matching the search criteria across all pages
ValuesetResponse.offset
● Float!
non-null scalar
Number of items per page used for pagination to control result set size
ValuesetResponse.page
● Float!
non-null scalar
Current page number in the pagination sequence for navigating through results
ValuesetResponse.pages
● Int!
non-null scalar
Total amount of pages
ValuesetResponse.start
● Int!
non-null scalar
Start position of the current page
ValuesetResponse.end
● Int!
non-null scalar
End position of the current page
Returned By
valuesets
query