zoho.crm.getrelatedrecords error "4401"

zoho.crm.getrelatedrecords error "4401"

Hi! how are you?
I have custommodule6 and there is a Related List to custommodule1
 
Im trying to get related records but it returns error.
{"4401":"Unable to populate data, please check if mandatory value is entered correctly."}

void Untitled_Function34 (int bk)
getRelatedRecods = zoho.crm.getrelatedrecords("custommodule6","custommodule1",bk.toString(),1,200);
info getRelatedRecods;

PVU