Get facts about the engagement level

get

/crmRestApi/crmSalesIntelligenceApi/11.13.18.05/facts/engagementLevel

This method is used get the record level facts about the engagement level of a record.

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 : EngagementLevelFacts
Type: object
Title: EngagementLevelFacts
The engagementLevel API response.
Show Source
Nested Schema : items
Type: array
The engagement level fact items.
Show Source
Nested Schema : EngagementLevelFactItems
Type: object
Title: EngagementLevelFactItems
The facts about the engagement level 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 : EngagementLevelFact
Type: object
Title: EngagementLevelFact
The fact data about the engagement level.
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