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 Type Permissions Delegated/Authenticated Account A valid Bearer token
HTTP Request
Use Beluga Box API base URL
GET /api/queuelog/acoustic/{queueId}
Request Headers
Header Value Authorization Bearer {token}Content-Type application/json
Query Parameters
Parameter Data Type Description queueId integer Required. 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": ""
}