Collections BETA

Filtering

Filtering provides the ability to limit the members of a collection based on explict field values.

Example

  GET /customers?companyName=Tow Mater's Trucking&state=NV

Sorting

Collections can be sorted by field name and direction.

Example

  GET /customers?sortBy=companyName&sortOrder=desc
Sections