Initializing help system before first use

queryArrayOptions

Extends: webServiceBean
Namespace: http://fico.com/xpress/insight/rest/v1

The options to use when querying an array.

XML

Elements

name (type) min/max
occurs
description
startKey (anyType) 0/unbounded Start retrieving elements at this key Mutually exclusive to getStartAfterKey
startAfterKey (anyType) 0/unbounded Start retrieving elements immediately after this key Mutually exclusive to getStartKey
indicesOrder (string) 0/unbounded The order of precedence of the indices of this array to use when iterating the elements of the array

JSON

property type description
startKey array of startKey (anyType) Start retrieving elements at this key Mutually exclusive to getStartAfterKey
startAfterKey array of startAfterKey (anyType) Start retrieving elements immediately after this key Mutually exclusive to getStartKey
indicesOrder array of indicesOrder (string) The order of precedence of the indices of this array to use when iterating the elements of the array