Forum Discussion

manohar's avatar
manohar
Contributor
3 years ago
Solved

Coupa API GET

hi there, I need to call Coupa API to do a GET but their API only lets me get 50 records at a time, but they have over 7000 records that I need to pull. how can I increament my url https:/...
  • alchemiz's avatar
    alchemiz
    3 years ago

    hasNext: eval(sl.ensureArray($.get(‘entity’,)).length > 0)
    nextUrl: lib.conf.getAppConf(‘coupa’).basepath.concat(“supplier_information?offset=”,(snap.out.totalCount + 1) * 50, “&exported=false”)