Manage Collections

A collection resource represents a list of items, such as accounts, assets, data table records, or transactions. You can filter, sort, paginate, and expand your collection resources to make large result sets easier to use and consume. For instance, you might only want to select a subset of information from a transaction, instead of the entire data set.

You can manage data returned from a collection or hierarchical object using the following parameters.

Topic Description
Query Collections Use the q parameter to query and filter a collection resource.
Sorting Collections Use sorting is another to make it easier to work with data-heavy resources.
Collection Pagination Pagination is used for large collections to limit the number of records that are displayed on a page.
Expand Hierarchical Objects Use Expand query functionality to expand hierarchical objects, such as assets, attributes, etc.