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