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

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

QueryPropertyHistory Output to RAW JSON

vieirac1
9-Granite

QueryPropertyHistory Output to RAW JSON

Hello Team,

 

I want to get the output of a QueryPropertyHistory service via REST to a third party application, but I want to get it into the raw JSON format, to avoid parsing errors in the destination,

 

Please, any ideas on what I should do as a custom service to get QueryPropertyHistory output to a raw JSON format?

 

Tks,

Chris

1 REPLY 1

The Infotable that is returned by this service could be used to call ToJSON() method(available under code snippets -> Infotable) in a service. 

Top Tags