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

Query Parameters

Query Parameters

You can append the query parameters to the request URL to filter the results.
The following table lists the query parameters:
Parameter
Description
suppressLinks
Indicates whether the parent-child links are visible in the API response. Set the parameter to true to suppress all parent-child links in the response. Default is false.
For example, the
Person/1242?depth=10&suppressLinks=true
query will display the record details up to 10 child levels, with no parent-child links visible in the response.
order
Used to list the lookup values in ascending or descending order. Use the character
+
as prefix to specify ascending order and the character
-
as prefix to specify descending order. By default, when you do not specify the prefix, the result set is ordered in ascending order.
For example, the
LUNamePrefix?action=list&order=-namePrefixDisp
query lists the prefixes for name, which are sorted by the display names of the prefixes in descending order.

0 COMMENTS

We’d like to hear from you!