Get facts about the activity effectiveness

get

/crmRestApi/crmSalesIntelligenceApi/11.13.18.05/facts/activityEffectiveness

This method is used to get the record level facts about the activity effectiveness of a record.

Request

Query Parameters
  • To identify: A CRM object record by ObjectType and ObjectId values. Example: ObjectType=lead;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 : ActivityEffectivenessFact
Type: object
Title: ActivityEffectivenessFact
The fact data about the activity effectiveness.
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