Tip2fix calls
GET
/scope/call/all/tip2fix
curl \
--request GET 'https://sandbox.serchservice.com/api/v1/scope/call/all/tip2fix'
Response examples (200)
{
"status": "100 CONTINUE",
"code": 42,
"message": "string",
"data": [
{
"channel": "string",
"label": "string",
"duration": "string",
"outgoing": true,
"type": "VOICE",
"status": "CALLING",
"caller": {
"id": "string",
"firstName": "string",
"lastName": "string",
"name": "string",
"emailAddress": "string",
"avatar": "string",
"role": "USER",
"category": "string",
"rating": 42.0,
"image": "string",
"status": "SUSPENDED",
"createdAt": "2025-05-04T09:42:00Z",
"updatedAt": "2025-05-04T09:42:00Z"
},
"called": {
"id": "string",
"firstName": "string",
"lastName": "string",
"name": "string",
"emailAddress": "string",
"avatar": "string",
"role": "USER",
"category": "string",
"rating": 42.0,
"image": "string",
"status": "SUSPENDED",
"createdAt": "2025-05-04T09:42:00Z",
"updatedAt": "2025-05-04T09:42:00Z"
}
}
]
}