Gets the content of a document of a loan.Copy Pageget https://example.com/api/loans/{loanId}/borrowers/{borrowerId}/documents/{documentId}GET: /api/loans/{guid}/borrowers/{guid}/documents/{guid}Path ParamsloanIduuidrequiredThe identifier of the loan.borrowerIduuidrequiredThe identifier of the borrower.documentIduuidrequiredThe unique identifier of the loan document.Responses 200OK 404The entity has not been found.Updated about 1 month ago