Legacy Dev Forum Posts

 View Only

Sign Up

Can we get the Conversation details API schema?

  • 1.  Can we get the Conversation details API schema?

    Posted 06-05-2025 19:06

    Aniruddha | 2020-11-03 13:14:13 UTC | #1

    I want to create a Dummy file with all the attributes from the Conversation details API. And based on the data rows will be appended to it. Whichever attribute has the data will be loaded in a new row, other attributes will be NULL.

    Is there a way to get the Attributes that can be returned by the Conversation details API Programmatically?

    Thanks, Aniruddha


    anon11147534 | 2020-11-03 13:41:50 UTC | #2

    The best way to go about that would be parsing the values from the swagger file hosted here: https://api.mypurecloud.com/api/v2/docs/swagger A search in file the for /api/v2/analytics/conversations/details/query will bring you to the attributes returned by the conversation details API. The AnalyticsConversationWithoutAttributes object is probably the one you'll be looking for.


    system | 2020-12-03 13:41:52 UTC | #3

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


    This post was migrated from the old Developer Forum.

    ref: 9227