getAllContentServices returns Huge Data

不打扰是莪最后的温柔 提交于 2019-12-08 10:19:31

问题


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 -

  1. call getAllContentServices and pass "notrim=false" and then for each contentService ID you can call - getContentServiceInfo1 with desired reqSpecifier to get the information.

OR

  1. Use getContentServicesByContainerType2 and get the list of content services based on the container type.


来源:https://stackoverflow.com/questions/26271043/getallcontentservices-returns-huge-data

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!