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)
Can we improve this article ? Provide feedback