Bulk queries.

post

/custom-actions/bulkQueries/<resourceName>

Request

Query Parameters
  • 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
  • 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
Request Body - application/vnd.oracle.resource+json;type=query-def ()
Root Schema : schema
Type: object
Show Source
Nested Schema : q
Type: object
Show Source
  • Filter (a 'where'clause) to restrict the items returned in the collection. By default, no filtering is applied.
Back to Top

Response

Supported Media Types

200 Response

Default response.
Body ()
Root Schema : bulkQueryResponse
Type: object
Show Source
Nested Schema : pks
Type: array
List of primary keys.
Show Source
Back to Top