SearchResourcesResponse
object * Additional properties are NOT allowed.
totalRecordsinteger(int32)
The number of records matched by the query. If the query fails this will be 0.
Example:999
nextRecordPositioninteger(int32)
The next position within the result set following the final returned record. If there are no remaining records, this field will be set to 0.
Example:10
hasMoreRecordsboolean
Indicator - if dataset has more records or not for pagination.
Example:10
resultsarray[object]
* Additional properties are NOT allowed.
Show Child Parameters
Example
TooManyRequestsError
objectError contents including the specific error
* Additional properties are NOT allowed.
statusCodeinteger(int32)
The status code of the error.
Example:429
errorstringrequired
The type of the error.
>= 1 characters
Example:Too Many Requests
messagestringrequired
The message of the error.
>= 1 characters
Example:API calls quota exceeded
Example
UnauthorizedError
objectError contents including the specific error
* Additional properties are NOT allowed.
statusCodeinteger(int32)
The status code of the error.
Example:401
errorstringrequired
The type of the error.
>= 1 characters
Example:Unauthorized
messagestringrequired
The message of the error.
>= 1 characters
Example:Invalid API Key
Example