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
Query Parameters
  • 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 Top

Response

200 Response

This operation executes a saved SQL query by query name successfully.
Back to Top