Gets the list of all query statements available in the instance of the open session.
GET <slURL>/queries
Response type: application/xml
Response body: a series of <query> elements with the following attributes:
A <query> has an <id> child element that represents the corresponding query statement identifier.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <queries xmlns="http://www.sap.com/rws/sl/universe"> <query dataSourceType="unx" dataSourceId="5845"> <id>5602099021259262832</id> </query> <query dataSourceType="unx" dataSourceId="5845"> <id>7059150136676433395</id> </query> </queries>