Execute a saved SQL query by query name
get
/PASService/rest/services/v1/queries/{queryName}
Executes a specific query and returns the response.
Request
Path Parameters
-
queryName(required): string
Query Name
Query Parameters
-
q(required): string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY.
There's no request body for this operation.
Back to TopResponse
200 Response
This operation executes a saved SQL query by query name successfully.