Skip to main content
11-Garnet
April 9, 2024
Solved

How does the "query" function work?

  • April 9, 2024
  • 1 reply
  • 1016 views

Hello,everyone!

How do I write a query the QueryNumberPropertyHistory service?

I want to query values greater than 10.

thank you!

企业微信截图_17126503755551.png

Best answer by Arun_C

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: 

Arun_C_1-1712659326720.png

 

Expected Result:

Arun_C_0-1712659105211.png

Thanks & Regards,

Arun C

 

1 reply

Arun_C16-PearlAnswer
16-Pearl
April 9, 2024

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: 

Arun_C_1-1712659326720.png

 

Expected Result:

Arun_C_0-1712659105211.png

Thanks & Regards,

Arun C

 

Snoopy_hu11-GarnetAuthor
11-Garnet
April 10, 2024

Hi @Arun_C ,

Ok, I tried it successfully through your method, thank you very much!

Thanks & Regards,

Snoopy_hu