List Of Documents which doesn't have metadata files
Wednesday, March 3, 2021 at 11:05amHi Team,
I have attached list of files which I have downloaded through APIs, but it seems that some of the files doesn't have any metadata files.
Now I have only the name of the documents, I don't have package id, and I need few information that is only available in metadata.
Can you please help me out, If there is any API that can provide me the metadata file names based on the document name?
Thanks
Rohit
Reply to: List Of Documents which doesn't have metadata files
Wednesday, March 3, 2021 at 12:51pmHi Rohit,
I'm afraid there's no direct API to filter packages by document name, but it definitely can be achieved by a custom logic, see the sample code in attachment.
Duo
Reply to: Hi Rohit, I'm afraid…
Wednesday, March 3, 2021 at 01:24pmThanks Duo for quick response. I just wanted to double check with you that the code you shared, to use that code, I need to add OneSpan Sign Java SDKs and add the maven dependencies in the server, correct?
Thanks
Rohit
Reply to: Thanks Duo for quick…
Wednesday, March 3, 2021 at 01:27pmHi Rohit,
The only dependency is the Java SDK, so if it's just an one-time operation, I think you can simply run it in your local if you have the API Key.
Duo