Filtering provides the ability to limit the members of a collection based on explict field values.
GET /customers?companyName=Tow Mater's Trucking&state=NV
Collections can be sorted by field name and direction.
GET /customers?sortBy=companyName&sortOrder=desc