call

post/call.followup.list

Request body

selectstring[]
orderobject
mentionFormatstring

Example request

{
  "select": [
    "callId",
    "callType",
    "initiatorId",
    "startDate",
    "endDate",
    "durationSeconds",
    "uuid",
    "language",
    "version",
    "participants",
    "outcomes",
    "createdAt",
    "tracks",
    "transcription",
    "overview",
    "summary",
    "insights",
    "evaluation"
  ],
  "filter": [
    [
      "id",
      ">=",
      1
    ],
    [
      "id",
      1
    ],
    [
      "id",
      "in",
      [
        1,
        2,
        3
      ]
    ]
  ],
  "pagination": {
    "page": 2,
    "limit": 20
  },
  "mentionFormat": "string"
}

Response

Success response

resultobject

Changes

Changed in 2 of the 22 revisions of this API.2