Entity Scores
GET {{api-domain}}/crm/v3/Leads/4876876000002582483/Entity_Scores__s?fields=Positive_Score,Negative_Score,Touch_Point_Score,Touch_Point_Positive_Score,Touch_Point_Negative_Score,Score
To get the Campaigns associated with a Lead.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string |
RESPONSES
status: OK
{"data":[{"Positive_Score":18,"Touch_Point_Score":null,"Score":18,"Negative_Score":null,"Touch_Point_Negative_Score":null,"id":"4876876000002768054","Touch_Point_Positive_Score":null},{"Positive_Score":15,"Touch_Point_Score":null,"Score":10,"Negative_Score":-5,"Touch_Point_Negative_Score":null,"id":"4876876000002768021","Touch_Point_Positive_Score":null}],"info":{"per_page":200,"next_page_token":null,"count":2,"page":1,"previous_page_token":null,"page_token_expiry":null,"more_records":false}}