This is what I am getting as responses from Activity API: {"requestId":"14d1b#168bc0a6468","result": [{ "id":10387726, "marketoGUID":"10387726", "leadId":xxxx, "activityDate":"2019-02-04T08:42:52Z", "activityTypeId":110, "campaignId":1244, "primaryAttributeValueId":3, "primaryAttributeValue":"MS Teams Webhook - Customer Inquries", "attributes":[ {"name":"Error Type","value":200}, {"name":"Response","value":"1"}, {"name":"Campaign","value":"Contact Forms.01-Filled-out Form"}] } ... What I got is AttributeValueId and AttributeValue that is string. I want to access to the details based this ID, but have no idea what API I should call. thanks, Daizen
... View more