How does the "query" function work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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!
Solved! Go to Solution.
- Labels:
-
Connectivity
- Tags:
- query
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Snoopy_hu ,
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Snoopy_hu ,
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Arun_C ,
Ok, I tried it successfully through your method, thank you very much!
Thanks & Regards,
Snoopy_hu
