How do I get the tabular fields on a record on a custom module using Deluge in Recruit?

How do I get the tabular fields on a record on a custom module using Deluge in Recruit?

Hello people, 

I am trying to get (amongst other things) some field values from records on a custom module , so my custom module has text and numeric fields, and it also has tabular fields. 

I created a few records and then I use the zoho.recruit. getrecordbyID to get my record, the response comes with all the text and numeric fields just fine, but the tabular fields I added (which also have values) don't come in the response. 

Am I doing it wrong or is there a function that is specific for tabular field values?