String childrenOnly = params.getFirst("childrenonly");
if (pobj != null) {
if (POST.equals(ctx.getMethod())) {
if (id2 != null) {
String linkid = pobj.link(id2);
if (linkid == null) {
return RestUtils.getStatusResponse(Response.Status.BAD_REQUEST,
"Failed to create link.");
} else {
return Response.ok(linkid).build();