Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics

Sender sdr = new Sender();
AccountService accountService = new AccountService();
sdr = accountService.GetSender("##########");

We are getting an intermittent service connection error when generating tokens,  do you have any ideas what would cause this issue?

All pkg's are marked as deleted, all are for same person (owner/sender).

We don't understand why lists seem exclusive of each other???

I used {{TheHost}}/api/account/senders?from=1&to=100 API to retrieve Sender Object in JSON. The "top" level of this object contains two (I believe) related fields

Replies Created

Reply to: Trying to use GET /api/sysinfo call

0 votes

Hi Duo, I was trying GET  https://sandbox.esignlive.com?api/sysinfo as I assumed there had to be a parameter with GET, The API Key value was ok.

It turned out that https://sandbox.esignlive.com/api/sysinfo seemed to be what was needed, per results below:

{
    "schema": "16.38.14.43474",
    "version": "16.38.9",
    "timestamp": "2020-07-07 23:58+0000",
    "git_hash": "6e21bbcfe69c1bad4a9bcc9a9c07f8b887bfa390"
}

Above is correct expected response y/n?   Does not seem to include app version ( e.g. 11.35 or 11.36 ) correct y/n?


0 votes

Per suggestion from Duo, I installed tool I was using (POSTMAN) on a different PC and it worked on that PC.  I went back to original PC, uninstalled/re-installed tool, removed all  traces of original work, and it worked on original PC as well. 

My learning (re POSTMAN) is if you keep getting error that is not able to be duplicated by others, or in other environments, it may be time to re-install tool and be sure! to clear out any old/pre-existing work that may have survived the re-install process.


Reply to:

0 votes

 

Hi Duo, I updated parms per below:

GET https://apps.e-signlive.ca/api/packages?from=1&to=100&query=COMPLETED&lastUpdatedStartDate=2020-01-01&lastUpdatedEndDate=2020-07-28

If I create Token via /apitoken/clientApp/accessToken with "type":"SENDER" + "email":"<my email>" and use generated Token as Authorization for /api/packages call I do get returned data, but seems only my data

 

If I create Token via /apitoken/clientApp/accessToken with "type":"OWNER" I don't get data, just {    "results": [],    "count"0 }

*note: I am not actual OWNER of target account, which could be issue but I still want to pull out list of ALL packages, not just my own. 

 


Subscriptions

Topics Replies Freshness Views Users

Sender sdr = new Sender();
AccountService accountService = new AccountService();
sdr = accountService.GetSender("##########");

5 3 years 2 months ago 49
Profile picture for user Duo_Liang
5 1 year 10 months ago 133
Profile picture for user Duo_Liang

We are getting an intermittent service connection error when generating tokens,  do you have any ideas what would cause this issue?

3 3 years 5 months ago 62
Profile picture for user Duo_Liang

All pkg's are marked as deleted, all are for same person (owner/sender).

We don't understand why lists seem exclusive of each other???

5 3 years 6 months ago 33
Profile picture for user Duo_Liang

I used {{TheHost}}/api/account/senders?from=1&to=100 API to retrieve Sender Object in JSON. The "top" level of this object contains two (I believe) related fields

5 3 years 6 months ago 136
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.