How to retrieve particular child table data using get_entry_list method in SuiteCRM

How to retrieve particular child table data using get_entry_list method in SuiteCRM

for example,SuiteCRM how to retrieve all account related contacts

I have used below code .

getentries = client.get_entry_list(sessionId, moduleName, WhereClause, OrderBy, offset_pos, selectedFields, linknametofields, fetch_count, deletedResult, false);

To retrieve account related child table, what i have to do.

Kindly provide me solution…

Thanks!

Please give some more context, is this API v4, v8, PHP, Javascript?

Of course we can try deducing this from your function name, but it’s helpful to save us this kind of work…

Also, exactly what problem do you get? Is it an error? Which one?

Thanks