missing package details when search package.
Wednesday, August 3, 2016 at 12:18amHi there,
I just start to use this function in our platform, and when I try to fetch all packages' info, I notice the response only contains 1 package details even the "count" value is 2.
Could you pls help to check? Thanks a lot in advance.
Code segment:
http.url = 'https://sandbox.e-signlive.ca/api/packages';
http.followRedirects = true;
http.httpMethod = 'get';
.....
var response = http.retrieveWithoutException();
var pluto = response.getBodyAsText();
ret = 'Code:' + response.getStatusCode();
ret += '
pkgID:' + JSON.parse(pluto) ['id']; return ret. Result: pls refer the attachment
pkgID:' + JSON.parse(pluto) ['id']; return ret. Result: pls refer the attachment
Reply to: missing package details when search package.
Wednesday, August 3, 2016 at 03:17amHey there, This question has already been answered in a previous post. Let me know if anything is unclear. https://community.onespan.com/forum/rest-api-packages-response-w-filters
Reply to: missing package details when search package.
Wednesday, August 3, 2016 at 06:12pmbody: " + pluto; return ret; }catch(e){ return e; } Result: Got response code 500. Pls refer the attachment.
Reply to: missing package details when search package.
Thursday, August 4, 2016 at 04:15am