Solved
How does the "query" function work?
Hello,everyone!
How do I write a query the QueryNumberPropertyHistory service?
I want to query values greater than 10.
thank you!
Hello,everyone!
How do I write a query the QueryNumberPropertyHistory service?
I want to query values greater than 10.
thank you!

Hi
Kindly find the below snapshot of Query input of service - QueryNumberPropertyHistory.
Also find the attached link for Query Parameter for Query Services & Using JSON Filters in Query Services.
{
"filters":{
"type": "GT",
"fieldName": "value",
"value": 10
}
}Complete Result:

Expected Result:

Thanks & Regards,
Arun C
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.