04 March 2021
almost 4 years ago by Encoding.com Product Team #2
Specify QC Report Format
Added option that allows selecting of the QC report format (XML or JSON) in GetStatus response.
<?xml version="1.0"?>
<query>
<userid><<id>></userid> <!-- required-->
<userkey><<key>></userkey> <!-- required-->
<action>GetStatus</action>
<mediaid>[MediaID]</mediaid> <!-- required -->
<qc_report_format>[xml|json]</qc_report_format>
</query>
{
"query": {
"userid": "<<id>>", // required
"userkey": "<<key>>", // required
"action": "GetQCStatus",
"mediaid": "[MediaID]", // required
"qc_report_format": "[xml|json]"
}
}
Parameter | Description | Allowed Values | Default Value |
---|---|---|---|
qc_report_format | QC Report Format | xml, json | none |
For qc_report_format
By default, we will display QC report in format that was specified for notifications.