BusinessRuleResponse
Paginated response container for business rule search queries with metadata.
Provides structured access to business rule collections with pagination support, including total count information and navigation metadata for efficient data browsing and API consumption.
type BusinessRuleResponse {
items: [BusinessRule!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}
Fields
BusinessRuleResponse.items
● [BusinessRule!]!
non-null object
List of items of type BusinessRule
BusinessRuleResponse.itemsFound
● Int!
non-null scalar
Total number of items found
BusinessRuleResponse.offset
● Int!
non-null scalar
The amount of items to show per page
BusinessRuleResponse.page
● Int!
non-null scalar
The current page
BusinessRuleResponse.pages
● Int!
non-null scalar
Total amount of pages
BusinessRuleResponse.start
● Int!
non-null scalar
Start position of the current page
BusinessRuleResponse.end
● Int!
non-null scalar
End position of the current page
Returned By
businessRules
query