Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. Enterprise Java Bean Business Entity Service Calls
  4. Representational State Transfer Business Entity Service Calls
  5. Simple Object Access Protocol Business Entity Service Calls
  6. Services for Cross-reference Records and BVT Calculations
  7. Supporting Corporate Linkage Service
  8. External Calls to Cleanse, Analyze, and Transform Data
  9. Using REST APIs to Add Records
  10. Using REST APIs to Upload Files

SearchQuery

SearchQuery

The SearchQuery REST API searches for records that are an exact match of the field values specified in a query. You can use the SearchQuery API to retrieve all the records for a specific business entity or to retrieve records based on specific field values. Unlike the Search Records API that searches for the specified values across all the searchable fields, the SearchQuery API searches for the specified values within specific fields.
You can filter the query results to display specific values in a root business entity record and in the child records. You can use the AND, IN, and RANGE operators in the query.
To include specific fields in the query results, specify the fields or a business entity view that includes the fields. You can sort the query results to view the records in ascending or descending order.
The API uses the GET method.

0 COMMENTS

We’d like to hear from you!