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:
RequestResponse
GET http://<hostname>/api/entities/query?query=Definition.Name=='M.Asset' AND !(Parent('FinalLifeCycleStatusToAsset').id == 542)