1. Parameters

Negating

In addition to operators, you can negate factors by preceding them with !.

For example, if we want to negate the FinalLifeCycleStatusToAsset condition, we use ! and parentheses:

GET http://<hostname>/api/entities/query?query=Definition.Name=='M.Asset' AND !(Parent('FinalLifeCycleStatusToAsset').id == 542)
If you have suggestions for improving this article, let us know!