I'm using the xero-node library and attempting to get Aged Receivables By Contact. I cannot find any documentation on doing so as it appears that there is only one accepted argument: ReportID.
xero.reports.get({
ReportID: "AgedReceivablesByContact",
ContactID: "contactid" // <- this would be great
})