Perform advanced search

post

/hcmRestApi/resources/11.13.18.05/dataLoadDataSets/action/findByAdvancedSearchQuery

Finds all data sets using the specified advanced search query criteria.

Request

Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
Request Body - application/vnd.oracle.adf.action+json ()
Root Schema : schema
Type: object
Show Source
  • Indicates whether the query for data sets is auto completed. Valid values are Y and N. The default value is Y.
  • displayFields
    Display fields for the data set search response. The display fields can include fields such as data set name, import success count, load success count, and so on.
  • filters
    Facet filters for the data set search. These filters can include attributes such as the data set name, archival status and created by.
  • Maximum number of data set records returned based on the search criteria. If the value exceeds the maximum, then the maximum value will be used.
  • Starting position of the resource collection. If the offset exceeds the resource count then no resources are returned. Default value is 0.
  • Filter criteria in the advanced search query consisting of one or more expressions applied to the resource collection.
  • searchFields
    Search field for the data set keyword query such as the Oracle WebCenter content identifier.
  • sort
    Sort criteria for the data set search results.
Nested Schema : displayFields
Type: array
Display fields for the data set search response. The display fields can include fields such as data set name, import success count, load success count, and so on.
Show Source
Nested Schema : filters
Type: array
Facet filters for the data set search. These filters can include attributes such as the data set name, archival status and created by.
Show Source
Nested Schema : searchFields
Type: array
Search field for the data set keyword query such as the Oracle WebCenter content identifier.
Show Source
Nested Schema : sort
Type: array
Sort criteria for the data set search results.
Show Source
Nested Schema : items
Type: object
Additional Properties Allowed
Show Source
Nested Schema : additionalProperties
Type: array
Show Source
Nested Schema : items
Type: object
Additional Properties Allowed
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : result
Type: object
Additional Properties Allowed
Show Source
Results of the advanced search query.
Nested Schema : additionalProperties
Type: array
Show Source
Nested Schema : items
Type: object
Additional Properties Allowed
Show Source
Back to Top