returnFields supported by Search conversations

Regarding Search conversations
I have provided the returnFields as conversationId and participantData but it is returning all fields.

{
  "query": [
    {
      "type": "DATE_RANGE",
      "fields": [
        "startTime"
      ],
      "startValue": "2024-09-10T12:00:00.000Z",
      "endValue": "2024-09-16T14:00:00.000Z"
    }
  ],
  "returnFields": [
    "conversationId",
    "participantData"
  ]
}

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