Retrieve all revision requests created for a specific order
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.
This endpoint requires API key authentication. Include your API key in the request header:
X-Api-Key
X-Api-Key: your-api-key-here
You can obtain your API key from your Ollang dashboard.
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.
The endpoint returns an array of revision objects. Each revision object contains the following fields:
Unique identifier of the revision request.
Creation date and time of the revision request (ISO 8601 format).
The type of revision that was requested. Possible values: - missingSubtitle
wrongSubtitle
- Subtitle content
is incorrect - syncError
- Subtitle timing is not synchronized with audio -
formatError
- Subtitle formatting issues - other
- Other types of issuesTimestamp indicating where the issue occurs in the content (format: “HH:MM:SS”).
Detailed description of the revision request, if provided.