Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. EJB Business Entity Service Calls
  4. REST Business Entity Service Calls
  5. REST APIs for Data Director
  6. SOAP Business Entity Service Calls
  7. Cross-reference Records and BVT Calculations Services
  8. Supporting Corporate Linkage Service
  9. External Calls to Cleanse, Analyze, and Transform Data
  10. Appendix A: Using REST APIs to Add Records
  11. Appendix B: Using REST APIs to Upload Files
  12. Appendix C: Using REST APIs to Manage Reports

Parameters

Parameters

Specify the source system you want to return in the response.
The following table describes the parameters in the request body:
Parameter
Type
Description
orsId
Path
Operational Reference Store ID of the database to retrieve the source system.
entityId
Path
ID of the business entity.
entityName
Path
Name of the business entity.
action
Query
The action you want API to perform. The following is the default value:
getSourceSystems
aggregate
Query
Optional. Aggregate data across multiple XREFs. Use the following values:
  • RECORD
  • NODE
  • ENTITY
children
Query
Optional. List of child node names. If specified, the response contains the child node names.
compact
Query
Optional. specify to return a compact result.
contentMetadata
Query
Optional. Metadata of the list of history events. Use the following values:
XREF
PENDING_XREF
DELETED_XREF
HISTORY
MATCH
BVT
TRUST
contributorsOnly
Query
Optional. Counts all the XREFs or those XREFs that contribute to the best version of the truth (BVT).
depth
Query
Optional. Number of child levels to return.
describe
Query
Optional. Adds the source system description.
fields
Query
Optional. Comma-separated list of business entity fields. If specified, the response only contains listed fields.
filter
Query
Optional. Filter expression.
firstRecord
Query
Optional. Specifies the first row in the result.
order
Query
Optional.
Comma-separated list of field names with an optional prefix of
+
or
-
. The prefix
+
indicates to sort the results in ascending order, and the prefix
-
indicates to sort the results in descending order. Default is
+
. When you specify more than one parameter, the result set is ordered by the parameter that is first in the list, followed by the next.
recordStates
Query
Optional. Record states returned in the list of history events. Provide a comma-separated list.
You can use the following values:
  • ACTIVE
  • PENDING
  • DELETED
recordstoReturn
Query
Optional. Specifies the number of rows to return.
recordsTotal
Query
Optional. If set to
true
, returns the number of records in the result. Default is
false

0 COMMENTS

We’d like to hear from you!