Skip to main content
GET
Retrieve all revision requests that have been created for a specific order. This endpoint provides a complete history of issues reported and changes requested for the order’s delivered content.

Authorizations

This endpoint requires API key authentication. Include your API key in the request header:
  • Header name: X-Api-Key
  • Header value: Your API key from the Ollang dashboard
  • Format: X-Api-Key: your-api-key-here
You can obtain your API key from your Ollang dashboard.

Path Parameters

string
required
The unique identifier of the order for which you want to retrieve all revision requests. This should be a valid order ID that you have access to.

Response

The endpoint returns an array of revision objects. Each revision object contains the following fields:
string
Unique identifier of the revision request.
string
Creation date and time of the revision request (ISO 8601 format).
string
The type of revision that was requested. Possible values: - missingSubtitle
  • Subtitle is missing at a specific time - wrongSubtitle - Subtitle content is incorrect - syncError - Subtitle timing is not synchronized with audio - formatError - Subtitle formatting issues - other - Other types of issues
string
Timestamp indicating where the issue occurs in the content (format: “HH:MM:SS”).
string
Detailed description of the revision request, if provided.