TeamsExportResponse
Complete response envelope for POST /export/teams. No pagination.
Fields
Required means the key is present; nullable means its value may be null. These are different. Examples are synthetic, complete for the documented fields, and not real customer data.
One TeamsExport per selected team.
Complete example
TeamsExportResponse · complete example
{
"teams": [
{
"name": "West Region",
"teamId": "team-42",
"externalTeamId": "ST-WEST",
"parentTeamId": null,
"parentTeamName": null,
"analyticsViewed": 12,
"appointmentsRecorded": 88,
"averageConversationDuration": 2980,
"averageConversationLength": 3120,
"clipCommentsGiven": 7,
"clipsCreated": 14,
"clipViewDuration": 86400,
"commentsGiven": 41,
"commentsRead": 33,
"commentsReceived": 52,
"conversationViewDuration": 172800,
"conversationsCommentedOn": 29,
"conversationsRecorded": 95,
"conversationsViewed": 140,
"longestCustomerMonologueAverage": 58,
"longestMonologueAverage": 102,
"patienceAverage": 0.71,
"recordingCompliance": 0.92,
"ridealongsReceived": 4,
"scorecardsGiven": 18,
"scorecardsReceived": 22,
"talkRatioAverage": 0.52,
"totalAppointments": 96,
"totalUsersWhoRecorded": 9,
"totalUsers": 11
}
]
}