AndySK
Greetings.
Please can someone point me in the right direction for a problem I have with collecting data from a webservice.
I'm consuming a REST API which returns data in multiple hierarchies, the layout for which I have emulated with my BOs and how they interlink. As part of this hierarchy, I have one business object called "WORKLOG" which has a one to many relationship with another BO called WORKLOGS. This BO contains the worklog entries relating to the parent BO record WORKLOG. This is all great, however the WORKLOGS table never gets any more than 20 records, even though the parent record 'startAt' is 0 and the 'total' is 35 for example, I only ever get 20 records back. I did note that there is also a field called 'maxResults' which is set to 20, but I have no say onve the value of this field as it is build on the fly. Bear in mind that all of this data is collected with one call the the webservice.
Something somewhere is defining a maximum of 20 records to be returned. Any ideas anyone please?
Thanks for your help in advance.
Kind regards
Andy