Domain Information
Return conversion status for additional domain
This function returns the status of the convert addon domain to account process for specified conversion jobs. For data about the conversion status of all jobs, use the WHM API 1 convert_addon_fetch_conversion_details function.
Important:
When you disable the Web Server role, the system disables this function.
get/convert_addon_get_conversion_status
Query parameters
job_idinteger required
The conversion's job identification number.
Note:
To list entries for multiple conversion jobs, increment the parameter name. For example: job_id-0, job_id-1, and job_id-2.
Response
HTTP Request was successful.
Example response
{
"data": {
"1": {
"job_end_time": 1462383658,
"job_id": "1",
"job_status": "DONE",
"source_acct": "user1"
}
},
"metadata": {
"command": "convert_addon_get_conversion_status",
"reason": "OK",
"result": 1,
"version": 1
}
}