Business 360 REST API Reference > Business 360 REST API > Read content meta
  

Read content meta

You can use the _showContentMeta parameter to retrieve the content meta of the record. The content meta provides the trust score, survivorship configuration and rule association information.
Use the _showContentMeta parameter with the following APIs:
To get the content meta, add the _showContentMeta query parameter at the end of the REST API URI.
For example, submit a GET request with the following URI:
GET <baseApiURL>/business-entity/public/api/v1/entity/<businessEntity>/<id>?_showContentMeta=true
The response body includes the content metadata.
The following table lists the parameters that appear in the _contentMeta section of the response body:
Name
Type
Description
trust
Object
An object with the fieldData array that contains details about the fields participating in the trust score calculation.
The fieldData array contains the following parameters:
  • - fieldRef. Fields that have different trust scores. The value "/" indicates that all fields in the record share the same trust score.
  • - lastUpdatedDate. Date when the field value was last updated.
  • - manualOverride. Indicates whether a field value was manually overridden.
  • - sourcePrimaryKey. Primary key of the source record.
  • - sourceSystem. Internal ID of the source system to which the record belongs.
  • - trustRule. Survivorship configuration that identified the best value for the field.
  • - trustScore. Latest trust score of the field value.
ruleAssociation
Object
An object that contains details of failed or in-progress rule associations.
The object includes the fail array that contains details about the failed or in-progress rule associations and the fields to which these rules were applied.
The fail array contains the following parameters:
  • - provider. For internal use only.
  • - rule. Array that contains details about failed or in-progress rule associations.
  • The array contains the following parameters:
    • - id. Internal ID of the failed or in-progress rule associations.
    • - fieldRef. Array that contains the fields to which the rule associations were applied.
    • - dynErrorDetail. Error messages from failed rule associations.