Discussions
Create IQA with REST API
Would it be possible to create an Intelligent Query Architect record using the iMIS REST API?
Or perhaps the ability to import an IQA (after an export XML file from iMIS) via REST?
Yes, you can use the document endpoint to download the IQA query in XML format. Then, you can upload the XML file using the document endpoint.
I was trying to decode the IQA Document's BLOB data after retrieval, using C#. I used a variety of Unicode formats and I couldn't get the byte data to decode without special characters and a lot of noise in the output. While I can see the things I need in the mess of data and special characters if I use a Unicode format, is there a way to more effectively decode the BLOB data for an IQA Document so the result set is more readable?
Wanted to bump this one, I think having some controls available to the api to update IQA's is crucial. boentitydefinitions, paneldefinitions, etc are all just JSON that we can build upon very easliy. Having IQA's compiled lose us so much functionality in terms of building dynamic queries via the API
ο»Ώ