Oracle Fusion Cloud - Search records using advanced query action (batch)

The Search records using advanced query batch action searches for records using flexible query options.

Input

Input fieldDescription
ObjectSelect the object type to search for.
QueryDefine the WHERE clause, similar to SQL. For example, InvoiceAmount>=10 and InvoiceAmount<=30 and Supplier!='NY'. Refer to the Oracle documentation for more information.
FieldsSpecify which fields to return in the output to reduce response size. If you provide both Fields and Expand, only Fields applies.
FinderUse a predefined finder query associated with the object. For example: PrimaryKey;InvoiceId=3. Refer to the Oracle documentation for more information.
LimitSpecify the maximum number of records to return. The minimum is 1, and the maximum is 500. Defaults to 100.
OffsetSpecify the starting position for results. Defaults to 0.
ExpandSelect the child and grandchild objects to include in the output.
Order bySort results by specified fields. Use comma-separated format: field1:asc,field2:desc. Specify asc for ascending or desc for descending order. Defaults to ascending. For example: amount:asc,date:desc

Output

The output contains a list of records matching your search criteria. The specific fields vary based on the selected object. The response also includes the following pagination and metadata fields:

Output fieldDescription
CountNumber of records returned in this response.
Total resultsTotal number of matching records.
Has moreWhether additional results are available.
LimitMaximum records per page used in the request.
OffsetStarting position used in the request.
LinksNavigation links for pagination.
Hyperlink reference (Links)URL for the navigation link.
Relation (Links)Type of link relationship.
Name (Links)Display name for the link.
Kind (Links)Link category or type.

Last updated: