Can I use the /api/xml/formsandviews/ function to list views in applications that are shared to the user?
Basically I create an application and share it with a user.
I create a ticket using the user's credentials and try to use the following to list the views in the application.
It returns error 2892: "Specified application name is not valid. Provide a correct one."
This works fine if I use a ticket generated from the creator of the application - however I want to list only the views that I have shared to the user. Is this possible?