Is there a way to view a Session Id in Fusion Custom API call? The DevTool is not showing it
Solved! Go to Solution.
Views
Replies
Total Likes
No. Frankly I am not clear why it's hidden.
The session is created by the connection with which you access Workfront. Not sure why you need the session, but you could roll your own:
No. Frankly I am not clear why it's hidden.
The session is created by the connection with which you access Workfront. Not sure why you need the session, but you could roll your own:
Thank you, Sven! I was able to get SessionID with Custom API call to "session"
First, I was trying to run the subscriptions request as
GET https://<HOSTNAME>/attask/eventsubscription/api/v1/subscriptions
using Custom API Call too and was passing the sessionID to the header there, but I was getting an error "[422] null objCode"
It appeared that it was adding my request to the default URL, so I got:
Then I tried it with HTTP request and got what was needed
Thank you very much for your help!
Views
Likes
Replies