ProcessesApi

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

Method HTTP request Description
processesCreateDraftPost POST /processes/create/draft Define the process by creating a draft envelope in eSAW
processesProcessIdGet GET /processes/{processId} Get the process detail

processesCreateDraftPost

CreateProcessResponse processesCreateDraftPost(createProcessDraftRequest)

Define the process by creating a draft envelope in eSAW

Parameters

Name Type Description Notes
createProcessDraftRequest CreateProcessDraftRequest A JSON object containing draft envelope information [optional]

Return type

CreateProcessResponse

Authorization

OAuth2

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

processesProcessIdGet

GetProcessResponse processesProcessIdGet(processId)

Get the process detail

Parameters

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

Return type

GetProcessResponse

Authorization

OAuth2

HTTP request headers

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