How to get sign location in REST API?
Monday, May 24, 2021 at 10:53amI didn't find the request that will return anchor coordinates. Is there any possibility to do it?
And there is one more important unclear point. In .NET there is possibility to build package but not send for signature. It helps to get anchor coordinates by TextAnchorBuilder.AtPosition(TextAnchorPosition) and then send to signers. But in REST API we can only "build" and send in same time. So can I set coordinates for anchor in new document that is sent by REST API?
Reply to: How to get sign location in REST API?
Tuesday, May 25, 2021 at 07:09amHi pavlo.mamin,
First of all, the SDK code will eventually be converted to API calls, therefore there's always an equivalent REST API.
On top of that, to help me understand your scenario better, why you want to get the signature location extracted by text anchor and apply it to a new document, instead of using text anchors to all documents? Could you elaborate your use case a bit so that I can help you figure out if there's a better way to handle the scenario, and further I can help you convert the SDK code to REST calls.
Duo