Web API to get document by document ID

Certified Associate Developer

Hi,

I need to create a web api which would take document ID as input and should give the document.  I tried using document download function in the web api and the response I am getting is as follows:

[@attributes=[@anyAttribute=[_documentDownloadLink:ioBHxsE-N_JZt_4edZOQWnRVKO7BA2EyyDE3f8W5ryXvpMCFErFIBm5KMo], @nil=], document=[Document:117890], label=loan, actions=, version=-1]

How can I get the document from here?  

I also created the web api to download the document where the response is the url like "">mysite.com/.../56831"

But I do not want to get the link to download the document.  

Is there any other way to get the document through web api?  

Thanks in advance,

Brinda Sateesh.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    Hi Stefan,

    I tried your method.  It is working fine for image files and PDF documents and saving them to the folder, but when I tried the same for word file (DOCX), it is giving the following error:

    The requested URL cannot be found

    error-result-guidance

    The external system did not find the requested URL or is refusing to allow access HTTP/1.1 404 404

    Any suggestions please?

Children