call
post/call.followup.list
Request body
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
Changes
Changed in 2 of the 22 revisions of this API.2
- ○
endpoint added
endpoint-added
- ○
- ○
endpoint added
endpoint-added
- ○