Added Pagination, page size set to 100K

This commit is contained in:
Matthieu Leproux
2022-01-05 10:39:16 +01:00
committed by plegall
parent a06bc75959
commit 6eacc5ea6f
3 changed files with 154 additions and 19 deletions
+4 -1
View File
@@ -83,7 +83,10 @@ function ws_addDefaultMethods( $arr )
$service->addMethod(
'pwg.activity.getList',
'ws_getActivityList',
null,
array(
'page' => array('default'=>null,
'type'=>WS_TYPE_INT|WS_TYPE_POSITIVE),
),
'Returns general informations.',
$ws_functions_root . 'pwg.php',
array('admin_only'=>true)