====== Getting all data of the account ======
=== Description ===
Gets full account structure
=== Request code ===
OC_GETALL
=== Request errors ===
No
=== Request body ===
"Action":,
"Data":{
"Token":
}
=== Response body ===
"Status":"Success",
"Data":{
"Timestamp":,
"System constants":,
"Geo zones":[
{"Zone ID":,"Name":},
{"Zone ID":,"Name":},
...
{"Zone ID":,"Name":}
],
"Folders":[
{
"Folder ID":
"Name":,
"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":,
"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": },
,
...
]
},
,
...
]
},
,
...
],
"IP lists":[
{
"List ID":,
"Ranges":[
{"Range ID":, "Start":,"End":},
,
...
]
},
...
],
"Referrals":[
{
"Login":,
"Inactivity":,
"Deductions":,
},
{
"Login":,
"Inactivity":,
"Deductions":,
},
...
{
"Login":,
"Inactivity":,
"Deductions":,
}
]
}