Versions Compared

Key

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

...

Example

Query

Limit the search result to a specific object schema name.

Code Block
objectSchema = "ITSM Schema"

Limit the search result on object schema ids.

Code Block
objectSchemaId in (1, 2)

Limit the search result to a specific object type.

Code Block
objectType = "Employment Start Date"

Limit the search result on object type ids.

Code Block
objectTypeId in (1, 2)

Search all attributes on all objects for a relevant match.

Code Block
"anyAttribute = 123.123.123.123"

Limit the search to the object having any inbound references to it.

Code Block
"object having inboundReferences()"

Find an object by object Id.

Code Block
"objectId = 114"

Anchor

...

AQL_syntax

...

AQL_syntax
AQL syntax validation

The Assets app manages the AQL syntax validation and error messages.

...