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 and survivorship configuration information. For example, you can get trust scores of all the fields in the record.
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 meta.
The following table lists the parameters that appear in the _contentMeta section of the response body:
Parameter
Type
Description
fieldRef
String
Fields that participated in the trust score calculation. The value "/" indicates that all the fields in the record share the same trust score.
lastUpdatedDate
String
Date when the referenced field was last updated.
manualOverride
String
Specifies whether the user can manually override the trust score.
SourcePrimaryKey
String
The primary key of the record.
sourceSystem
String
Internal ID of the source system to which the record belongs.
trustRule
String
Survivorship configuration that identified the best value for the field. The configuration can be rule or source ranking.
trustScore
Number
The current trust score of the field.
downgradeTrustScorePercent
Number
Percentage of trust score to downgrade when the validation fails. You can get the downgradeTrustScorePercent parameter when you use the Read Source Record API.