Accessing nested InfoTables data via API
Hello everyone,
I've an issue that I was hoping someone could help me with.
I'm developing an app where I need to get logged data from things via the REST API. Right now I'm trying to get information from a property that is inside a nested Infotable. I've a datashape called SimpleDataShape, associated with a ThingTemplate, that in turn has another infotable using a datashape with two string properties. Is there a service that will allow me to get one of the string properties inside the nested infotable directly? I'm using QueryInfoTablePropertyHistory on a Thing for SimpleDataShape but that means i'll get the entire infotable as a response and i'd need to parse the nested ones manually.
Thank you for the help in advance
Francisco

