the following functions describe how to get the list of access points/Visits/... in a business account.
MyAccessPoints_Select(QueryName : String,
Optional : String,
FieldsNames : String,
Conditions : String,
OrderBy : String,
Limit : Integer,
String(Group By),
String(Having By));
MyAccessPoints_Visits_Select(QueryName : String,
Optional : String,
FieldsNames : String,
Conditions : String,
OrderBy : String,
Limit : Integer,
String(Group By),
String(Having By));
MyAccessPoints_Billings_Select(QueryName : String,
Optional : String,
FieldsNames : String,
Conditions : String,
OrderBy : String,
Limit : Integer,
String(Group By),
String(Having By));
MyAppletAddMedias_Select(QueryName : String,
Optional : String,
FieldsNames : String,
Conditions : String,
OrderBy : String,
Limit : Integer,
String(Group By),
String(Having By));
MyAppsVersion_Select(QueryName : String,
Optional : String,
FieldsNames : String,
Conditions : String,
OrderBy : String,
Limit : Integer,
String(Group By),
String(Having By));