Thanks Charlie.
I also thought of same thing. But the problem is the amount of data to
retrieve.
If i pull 1000 records at a time, i guess it will take a long time for
the code to pull all the data.
I am thinking of other alternatives. Please let me know if you can
think of anything else
-Naveen
On Apr 18, 9:30 pm, Charlie Moad <
cm...@imamuseum.org> wrote:
> The Term::getByInstitution function has an optional "offset" parameter.
> By default it is "0" and will give you the first 100 results. Setting
> "offset" to 100 gives you result 101 to 200. You can continue to increase
> this to get all the results. You can also set the "limit" parameter to 1000
> to get 1000 results at a time. We recommend that you do not pull more than
> 1000 records in a single call to the api.
>
> - Charlie
>