This article covers field support for filtering and sorting in the Resellers API.
The table below shows field support for filters and sorting in the Query Packages endpoint.
| Field | Supported Filters | Sortable | 
|---|---|---|
| id | $eq,$ne,$in,$exists | |
| createdDate | $eq,$ne,$gt,$lt,$gte,$lte | Sortable | 
| updatedDate | $eq,$ne,$gt,$lt,$gte,$lte | Sortable | 
| accountId | $eq,$ne,$in,$exists | |
| externalId | $eq,$ne,$in,$exists | |
| productInstances | $hasSome,$hasAll | |
| productInstances.instanceId | $hasSome,$hasAll | |
| productInstances.siteId | $hasSome,$hasAll | |
| productInstances.catalogProductId | $hasSome,$hasAll | |
| productInstances.status | $hasSome,$hasAll | |
| productInstances.instanceId | $hasSome,$hasAll | |
| productInstances.failure | $hasSome,$hasAll | |
| productInstances.failure.code | $hasSome,$hasAll | |
| productInstances.failure.message | $hasSome,$hasAll | |
| productInstances.billingInfo | $hasSome,$hasAll | |
| productInstances.billingInfo.type | $hasSome,$hasAll | |
| productInstances.billingInfo.cycleDuration | $hasSome,$hasAll | |
| productInstances.billingInfo.cycleDuration.unit | $hasSome,$hasAll | |
| productInstances.billingInfo.cycleDuration.count | $hasSome,$hasAll | |
| productInstances.createdDate | $hasSome,$hasAll | |
| productInstances.updatedDate | $hasSome,$hasAll | |
| productInstances.countryCode | $hasSome,$hasAll | 
To learn about working with Query endpoints in general, see API Query Language and Sorting and Paging.