====== Getting of all the task data ======
=== Description ===
Gets a full structure of task
=== Request code ===
OC_GETWHOLETASK
=== Request errors ===
^ Request code ^ Code meaning ^ Explanation ^
| QE_FOLDER_NOT_FOUND | Folder not found | Folder was not found |
| QE_TASK_NOT_FOUND | Task not found | Task was not found |
=== Request body ===
"Action":,
"Data":{
"Token":,
"Folder ID":,
"Task ID":
}
=== Response body ===
"Status":"Success",
"Data":{
"Timestamp":,
"Task":
{
"Task ID": ,
"Allow proxy": ,
"Allow static": ,
"Ignore GU": ,
"Range size": ,
"Mask": ,
"Unique period": ,
"Name":,
"Domain":,
"Ext source":,
"Before click":,
"After click":,
"Growth":,
"Days":,
"List ID":,
"List mode":,
"Profile":,
"Profile storage":,
"Geo targeting":[
{"Zone ID": , "Target": ,"Recd":},
,
...
],
"Day targeting":[
{"Min": , "Max": , "Hour": },
,
...
],
"Day stats":[
{"Recd": , "Incomplete":, "Overload":, "Hour": },
,
...
],
"Week targeting":[
{"Target": , "Day": },
,
...
],
"Time distribution":[
{"Percent": , "Priority": },
,
...
]
}
}
}