cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

QueryNamedPropertyHistory with query parameter

aetxeberria
10-Marble

QueryNamedPropertyHistory with query parameter

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:

 

aetxeberria_0-1677843039912.png

 

What are we doing wrong?

Thanks in advance,

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Try following query..

var query = {
   "filters":{
      "type": "EQ",
      "fieldName": "<field_name>",
      "value": <value>
   }
}; 

View solution in original post

1 REPLY 1

Try following query..

var query = {
   "filters":{
      "type": "EQ",
      "fieldName": "<field_name>",
      "value": <value>
   }
}; 
Top Tags