Removal of "attributes" field in AnalyticsConversation [Analytics]

Category: API

Impacted APIs:

  • GET /api/v2/analytics/conversations/{conversationId}/details
  • GET /api/v2/analytics/conversations/details

Summary: Remove "attributes" field from AnalyticsParticipant of AnalyticsConversation of the affected APIs

Context: The field "attributes" isn't being returned from analytics-api for the APIs mentioned above, we will remove it from the response

Impact: None.

Date of Change: On or after 11/21/2019

Merge Date: On or after 01/21/2020

I have some .NET desktop applications that uses de SDK v66, and I'm using the attributes for a lot of things.
Will be my applications affected for this changes? I mean, I would like to confirm if the SDK makes API invocations or have a different way of work.

On this case (case in which SDK invokes the API), what solution can I use for not been affected by this change?, or where could I find the attributes field instead of the analytics API?

Thank you

The SDK mirrors the API's definition and makes requests to the API; when an API is altered, the SDK will reflect the change. You should always use the latest version of the SDK because of this.

The resources listed above don't currently populate the attributes data, which is why the property is being removed from the contract. Continue using whichever other resources you're using today to access attributes.

Understood.

Thank you!

This topic was automatically closed 62 days after the last reply. New replies are no longer allowed.