I am basically trying to retrieve all the views configured inside an InfoPath XML form.
For example:
I have created 2 views in an InfoPath form. One is basically the Default View and One is a Read Only view.
What I want to achieve here is to use REST API to retrieve the XML form from the Forms library and the views in the retrieved form.
Not sure if this is possible but if someone can point me to the right direction?