问题
I am using Yodlee “getAllContentServices” API to get all content services. But service returns a huge amount of data (More Than 26 MBs) and returns more than 12k records, which is very difficult to handle in a single service call, Is it any other way exist to access this service page wise.
Thanks
回答1:
There are two options to do this -
- call getAllContentServices and pass "notrim=false" and then for each contentService ID you can call - getContentServiceInfo1 with desired reqSpecifier to get the information.
OR
- Use getContentServicesByContainerType2 and get the list of content services based on the container type.
来源:https://stackoverflow.com/questions/26271043/getallcontentservices-returns-huge-data