Get classifications and fact explanations

get

/crmRestApi/crmSalesIntelligenceApi/11.13.18.05/insights

This method is used to get the record classification and the explanation for that classification.

Request

Query Parameters
  • To identify: A CRM object record by ObjectType and ObjectId values. Example: ObjectType=account;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 : InsightsResponse
Type: object
Title: InsightsResponse
The insights API response.
Show Source
Nested Schema : items
Type: array
The insight items.
Show Source
Nested Schema : InsightItems
Type: object
Title: InsightItems
The record classification and fact explanation response item.
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