3PAServiceDescriptionOData Features Supported

OData Features Supported

  • Filter – Ability to filter results by specifying a ‘where clause’.
  • Top - Ability to limit maximum number of records returned. Note that there will be limits to how large this value can be. (Note: keep records returned to 500 records)
  • Skip – Ability to return ‘pages’ of information by specifying top n rows while skipping the first m rows so you can view a ‘page’ of the data.
  • OrderBy – Ability to sort results.
  • Logical Operators (And, Or, Not, Equal, etc)