public CategoryInfo[] getCategoryChildren() throws Exception {
String topCatNaturalKey = getCategoryParameter(request, 2);
String catNaturalKey = getCategoryParameter(request, 3);
CategoryInfo categoryInfos[] = api.getCategoryChildren(catNaturalKey, topCatNaturalKey);
return categoryInfos;
}