Search code examples
yodlee

getAllContentServices returns Huge Data


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


Solution

  • 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.