====== Getting of the tasks ======
=== Description ===
Getting a task for account
=== Request code ===
OC_SIGNUP
=== Request errors ===
No
=== Request body ===
"Action":,
"Data":{
"Token":,
"Folder ID":
}
=== Response body ===
"Status":"Success",
"Data": {
"Tasks": [{
"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":
},{
"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":
}
...
{
"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":
}]
}