Converting SOAP createPersonalUrlWidget to JSON api
I'm trying to convert some existing and working SOAP calls to their JSON api equivalents. In our SOAP call we are using the "createPersonalUrlWidget" and providing it the URL were Adobe will retrieve the PDF we want signed. In the response to the createPersonalUrlWidget SOAP call, it returns a URL we can use to redirect the user to sign the document. In my JSON calls I am having a difficult time figuring out how to obtain that redirect link.
In my JSON calls, I am first making a call to "/widgets" where I have provided a URLFileInfo with the url to our document. The call to /widgets is successful and I am returned a widgetID. I can't figure out where to go to get the link to the signing document.
I tried making a call to "/widgets/{widgetID}/views" expecting that there would be a SIGNING url, but there is none even when I supply a commonViewConfiguration and a personalizedSigningViewConfiguration. There are other types of URLs returned if I ask for ALL but these aren't what I'm looking for.
I'm also wondering if /widgets is even where I need to be starting this process and am wondering if I should just be create an "/agreements" instead.
Thank you for any help that points me in the right direction.
Dan
