Skip main navigation
The Brooklyn Museum

Collections: API: Response: Resultset





The RESULTSET element represents a query result. Returned in the context of calls to collection.search

Attributes

total (Required)
The total number of items that match the supplied criteria. Likely greater than the number returned.
start_index (Required)
The start_index used in the query.
results_limit (Required)
The results_limit param param applied to the query.
query (Required)
For convenience, a query-format string containing all search terms used (e.g., keyword=eames)
next_uri (Required)
For convenience, a fully qualified service URI for the next set of results, if any.
previous_uri (Required)
For convenience, a fully qualified service URI for the previous set of results, if any.

Sub Elements

ITEMS (Required)
Max 1 Occurence

Parent Elements

RESPONSE
Getting Started
Reference
Methods
Response Types