Bulk queries.
post
/custom-actions/bulkQueries/<resourceName>
Request
Query Parameters
-
useSavedQueryAsSubQuery: boolean
Indicates whether to use a saved query as a subquery. Accepts true or false. This parameter will not work if the saved query contains an ORDER BY clause.
Header Parameters
-
Prefer Transient Header: string
A header parameter that allows you to execute queries. Set the request header "Prefer" to "transient" to explicitly declare that the query should be executed.
Supported Media Types
- application/vnd.oracle.resource+json;type=query-def
Nested Schema : q
Type:
Show Source
object
-
q: string
Filter (a 'where'clause) to restrict the items returned in the collection. By default, no filtering is applied.
Response
Supported Media Types
- application/json
200 Response
Default response.
Root Schema : bulkQueryResponse
Type:
Show Source
object
-
pkCount: string
Number of primary keys.
-
pks: array
pks
List of primary keys.