v1.4.1
Changes:
- Added:
createRequest
function for create request with additional parameters. - GUID brackets will be removed from the filter if they exist, for instance:
accountid eq {00000000-0000-0000-0000-000000000001}
will be replaced withaccountid eq 00000000-0000-0000-0000-000000000001
. It does not apply if the right side of the condition is a string, for example:sometextfield eq "{00000000-0000-0000-0000-000000000001}"
will remain the same.