Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

uSmart Resource Query Language

Introduction

The **U**SMART Smart **R**esource **Q**uery **L**anguage (URQL) allows you to search for specific records within an application programming interface (API) resource. We've based URQL loosely on

...

When writing time based queries you may have to ensure you follow these rules:

  • using "T" at the end of the date element,

  • using the full time format i.e. down to 000Z

  • not using the term "=" before the date as was done here in the original "=2019-01-01 00:00:00.000+0000"

...

The in operator works like eq however takes a value array denoted by the curly braces enclosing a comma seperated separated list. It will return all results where any of the values is contained within the property specified.

...

...