DocumentsApi

All URIs are relative to https://connectors.namirialtsp.com

Method HTTP request Description
documentsDocumentIdGet GET /documents/{documentId} Download the document from eSAW
documentsUploadPost POST /documents/upload Upload a document in eSAW

documentsDocumentIdGet

File documentsDocumentIdGet(documentId)

Download the document from eSAW

Parameters

Name Type Description Notes
documentId String Document identifier [default to null]

Return type

File

Authorization

OAuth2

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/pdf

documentsUploadPost

UploadDocumentResponse documentsUploadPost(fileName)

Upload a document in eSAW

Parameters

Name Type Description Notes
fileName File The file content in binary format [optional] [default to null]

Return type

UploadDocumentResponse

Authorization

OAuth2

HTTP request headers

  • Content-Type: multipart/form-data
  • Accept: application/json