Get facts about recommended contacts for a lead or opportunity

get

/crmRestApi/crmSalesIntelligenceApi/11.13.18.05/facts/contactRecommendation

This method is used to get the record level facts about the recommended contacts for 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 : ContactRecommendationFacts
Type: object
Title: ContactRecommendationFacts
The contactRecommendation API response.
Show Source
Nested Schema : items
Type: array
The contact recommendation facts array.
Show Source
Nested Schema : ContactRecommendationFactItems
Type: object
Title: ContactRecommendationFactItems
The facts about thecontact recommendation 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 : ContactRecommendationFact
Type: object
Title: ContactRecommendationFact
The fact data about the contact recommendation.
Show Source
Nested Schema : items
Type: array
The list of recommended contacts.
Show Source
Nested Schema : ContactRecommendationList
Type: object
Title: ContactRecommendationList
The list of recommended contacts.
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