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

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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,

 

 

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>
   }
}; 
Announcements

Top Tags