API remote AT ND command

I made a frame for remote AT ND command (using the very usefull DIGI API Maker) as follows:

7E 00 0F 17 01 00 00 00 00 00 00 FF FF FF FF 00 4E 44 59

which in words, means:
7E start delimiter.
00 0F lenght.
17 tells it is a remote request.
01 tells that I expect a response.
00 00 00 00 00 00 FF FF broadcast it please.
FF FF query all nodes reached.
00 query the remote node, do not commit anything in it.
4E 44 ATND
59 check sum.

Assuming my xbee are set (trhough xctu) to receive response from just 3 nodes (I think it is through the BH - Boradcast Hops parameter).

The response I would expect according to the datasheet is:
7E 00 11 97 01 00 13 A2 00 40 31 B9 04 86 23 4E 44 00 (…) XX

where (…) is the bytes from the AT ND response and XX is just the check sum.

Stated those terms above, my questions:

1 - What is the default content from API AT ND response (…)?

2 - Is there some way to get just the RSSI/DB from ND remote command passing some parameter in the AT CmdData? (or another way?)

My interest is on the RSSI from at least 3 neighbour nodes.

Would need to know which XBee module you are working with to provide you with any information. But I suspect if you look in the corresponding product manual, you will find a sample example of the ND command in both AT and API formats. As for the RSSI information, only the 802.15.4 XBee modules can provide that.