====== Getting all the folder data ====== === Description === Gets the full folder structure === Request code === OC_GETWHOLEFOLDER === request errors === ^ Request code ^ Code meaning ^ Explanation ^ | QE_FOLDER_NOT_FOUND | Folder not found | Folder is not found | === Request body === "Action":, "Data":{ "Token":, "Folder ID": } === Response body === "Status":"Success", "Data":{ "Timestamp":, "Folder":{ "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":, "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": }, , ... ] }, , ... ] } }