Hi,
I'm trying to use QueryNamedPropertyHistory service with query parameter but I can't.
I only want the values whose id is 1000, but the service returns all values.
This is my service and this result the result I get:
What are we doing wrong?
Thanks in advance,
Solved! Go to Solution.
Try following query..
var query = {
"filters":{
"type": "EQ",
"fieldName": "<field_name>",
"value": <value>
}
};
Try following query..
var query = {
"filters":{
"type": "EQ",
"fieldName": "<field_name>",
"value": <value>
}
};