Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
29 replies
Subscribers
7 subscribers
Views
13081 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
HTTP Query Issue for Docusign
rishub
over 8 years ago
Hi All,
I am trying to use HTTP Query to get the status of document but I am getting following error:
[success:false,result:,error:[code:[category:0,namespace:1,detail:0],title:HTTP error connecting to
demo.docusign.net/.../accounts
401 Unauthorized,detail:No details available]]
I am using the following expression:
a!httpQuery(
url: "
demo.docusign.net/.../accounts",
method: "GET",
headers: a!httpHeader("name", a!scsField("httpvalue", "value", false)),
queryParameters: a!httpQueryParameter("IntegratorKey", a!scsField("integratorkey", "integrator", false)),
basicAuthenticationCredentials: a!httpAuthenticationBasic(a!scsField("Rishu_Username", "Username", false()),
a!scsField("Rishu_Password", "Password", false()),true())
)
Can anyone guide where I am getting it wrong?
Thanks
Rishu
OriginalPostID-243720
Discussion posts and replies are publicly visible
Parents
0
rishub
over 8 years ago
@Aloks176 I have tried that url in browser but in that case, it gives error that it did not find the integrator key or it is missing. Even I tried to use the integrator key at various places in URL but still, it gave same error. upto version info that is v2, link works fine but as soon as I add account to it, it starts giiving error
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
rishub
over 8 years ago
@Aloks176 I have tried that url in browser but in that case, it gives error that it did not find the integrator key or it is missing. Even I tried to use the integrator key at various places in URL but still, it gave same error. upto version info that is v2, link works fine but as soon as I add account to it, it starts giiving error
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data