Get facts generated by the contact validation insight template

get

/crmRestApi/crmSalesIntelligenceApi/11.13.18.05/facts/contactValidation

This method is used to get the record level facts generated using the contact validation insight template for the a lead or opportunity.

Request

Query Parameters
  • To identify: A CRM object record by ObjectType and ObjectId values. Example: ObjectType=opportunity;ObjectId=999999999

There's no request body for this operation.

Security
Back to Top

Response

Supported Media Types

200 Response

OK
Headers
Body ()
Root Schema : ActivityEffectivenessFacts
Type: object
Title: ActivityEffectivenessFacts
The activityEffectiveness API response.
Show Source
Nested Schema : items
Type: array
The activity effectiveness facts array.
Show Source
Nested Schema : ActivityEffectivenessFactItems
Type: object
Title: ActivityEffectivenessFactItems
The facts about the activity effectiveness of a record generated using the object and record level metrics.
Show Source
Nested Schema : RecordFacts
Type: array
The record level facts generated by comparing record query result against object metrics.
Show Source
Nested Schema : ContactValidationFact
Type: object
Title: ContactValidationFact
The fact data about the contact validation.
Show Source

400 Response

Bad Request

401 Response

Unauthorized

404 Response

Not Found

405 Response

Method Not Allowed

500 Response

Internal Server Error
Back to Top