Hi @haritha6 ,
Please update your code with the below line, It will give results only for Level -1 Pages.
Iterator<Page> rootPageIterator = rootPage.listChildren(new PageFilter(false, false), false);
Here, PageFilter have two parameter as PageFilter(boolean includeInvalid, boolean includeHidden) and...