メインコンテンツまでスキップ

Analysis Call

This endpoint retrieves acoustic information associated with a specific quality report queue record. The acoustic data is used for further analysis or debugging of audio-related issues in the quality report process.

Permissions

Permission TypePermissions
Delegated/Authenticated AccountA valid Bearer token

HTTP Request

Use Beluga Box API base URL

GET /api/queuelog/acoustic/{queueId}

Request Headers

HeaderValue
AuthorizationBearer {token}
Content-Typeapplication/json

Query Parameters

ParameterData TypeDescription
queueIdintegerRequired. The unique identifier of the queue log record.

Request Body

Don't supply a request body for this method.

Response

On a successful request, the API returns an HTTP 200 OK status with a JSON object formatted as a submission response.

HTTP/1.1 200 OK
Content-Type: application/json

{
"status": "success",
"reason": "",
"message": "",
"submissionObject": null,
"token": ""
}