Get job assignees using forms getRecords? api call

Get job assignees using forms getRecords? api call

Hi,

I would like to be able to get the list of assignees using a forms api call. I know it's possible to call timetracker/getjobdetails? to do this, but you have to iterate over each job and that can hit api limits. I would just like to be able to list all the assignees and resolve the links to jobs afterwards. I'm sure this is possible because in Zoho Analytics there is an 'Assignees' table which has all the right info - I just need to be able to get this programmatically. I guess there is a formlink name for assignees, but the obvious ones I've tried don't work.

So to summarise I'd like to call:
https://people.zoho.com/people/api/forms/<formLinkName>/getRecords?
where <formLinkName> is Assignees, or P_Assignees or something?
Then I can call forms\P_TimesheetJobsList (for Projects) and then forms\P_TimesheetJob (for Jobs) and then the above for the assignees...
Or maybe there is some other (undocumented?) api call that will just return the list of assignees?

Thanks
Rob