{
"token": "string",
"permissionOrganizationIds": [
0
],
"id": 0,
"organizationId": 0,
"communityId": 0
}
curl --location --request POST 'https://test.jiuyun.pro/api/iot/v1/call/callInfoDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"permissionOrganizationIds": [
0
],
"id": 0,
"organizationId": 0,
"communityId": 0
}'
{
"errCode": 0,
"errMsg": "string",
"data": {
"id": 0,
"createTime": "2019-08-24T14:15:22Z",
"staffName": "string",
"caller": "string",
"callee": "string",
"direction": 0,
"callTime": 0,
"acceptStatue": 0,
"recordingPath": "string"
}
}