call

post/call.followup.get

Request body

callIdinteger required
selectstring[]
mentionFormatstring

Example request

{
  "callId": 1,
  "select": [
    "callId",
    "callType",
    "initiatorId",
    "startDate",
    "endDate",
    "durationSeconds",
    "uuid",
    "language",
    "version",
    "participants",
    "outcomes",
    "createdAt",
    "tracks",
    "transcription",
    "overview",
    "summary",
    "insights",
    "evaluation"
  ],
  "mentionFormat": "string"
}

Response

Success response

resultobject

Changes

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