Review Call


This review contains the caller’s feedback on the quality of the call’s audio. Users can choose to submit this review voluntarily, or the app may prompt them to provide it.

Resource

POST /communications/<ID>/review

Where ID is either the CallLog object ID or the Xelion call id.

If the call id is provided then Xelion selects the first call log that is owned by the user.

Parameters

None

Response

None

Context

Authorization

User

Errors

Example

Request
POST https://xelion.nl/api/v1/master/communications/123/review
Payload
{
    "userReportedBadAudio": false,
    "userReportedOnewayAudio": false,
    "userReportedUnstableConnection": true,
    "userAudioQualityRating": 4,
    "userAudioQualityReview": "auto switched to mobile data"
}
Response

None