Fixing REST API

This commit is contained in:
luca.frosini 2023-11-10 13:50:33 +01:00
parent 0878cdd7bd
commit e8a98dd54a
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public class ContextManager extends BaseRest {
ServerRequestInfo serverRequestInfo = initRequestInfo(BaseRequestInfo.DEFAULT_OFFSET, BaseRequestInfo.UNBOUNDED_LIMIT);
serverRequestInfo.setAllMeta(true);
serverRequestInfo.checkBooleanQueryParameter(ContextPath.INCLUDE_META_QUERY_PARAMETER);
serverRequestInfo.checkLimitOffset();
ContextManagement contextManagement = new ContextManagement();
return contextManagement.all(false);