Forums
Hi 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
- Read more about missing package details when search package.
- 3 comments
- Log in or register to post comments
- 56 views