Retrieving the metadata/position of the signature field from a document
Friday, January 4, 2019 at 03:12amHi,
Is there a REST API that I can call and retrieve information about the position of the signature field(s) and metadata of a document? I would like to send a document Id/or package Id and get all the details of it. Like the same JSON that we would have sent to create the document if we were using the create document REST API.
we have a use case that we need to design the document in the oneSpan session and then keep the file and its related metadata in-house, then sending the file again back to OneSpan to collect signatures at a later time with the metadata, so we can package the files differently.
Thanks!
Reply to: Retrieving the metadata/position of the signature field from a document
Friday, January 4, 2019 at 03:44amHTTP Request GET /api/packages/{packageId} HTTP Headers Accept: application/json; esl-api-version=11.21 Authorization: Basic api_key2.Retrieve Specific Document JSONHTTP Request GET /api/packages/{packageId}/documents/{documentId} HTTP Headers Accept: application/json; esl-api-version=11.21 Authorization: Basic api_keyNote, you need to carry "esl-api-version" in your request header in order to show the extended form fields like radio/list fields. It's recorded in Release Note 10.6.1. And per your description, it sounds like the "Layout" Feature, guide here. Which allows you to save the metadata of one document at OneSpan Sign side and to apply on successive documents in further. Hope this could help! DuoReply to: Retrieving the metadata/position of the signature field from a document
Friday, January 4, 2019 at 03:58am