All REST Endpoints

Document Submission
Submit document
Method: post
Path: /bca/api/documentReceiver/v1/networks/{networkId}/flows/{flowId}/steps/{stepId}/variants/{variantId}
Submit document with default document type variant (Deprecated)
Method: post
Path: /bca/api/documentReceiver/v1/networks/{networkId}/flows/{flowId}/steps/{stepId}
Documents
Documents
Get metadata document for the latest document version
Method: get
Path: /oitt/api/v1/documents/{documentKey}/metadataDocument
Get metadata document for the specific document version
Method: get
Path: /oitt/api/v1/documents/{documentKey}/versions/{documentVersion}/metadataDocument
Get source document for the latest document version
Method: get
Path: /oitt/api/v1/documents/{documentKey}/sourceDocument
Get source document for the specific document version
Method: get
Path: /oitt/api/v1/documents/{documentKey}/versions/{documentVersion}/sourceDocument
Search all documents
Method: post
Path: /oitt/api/v1/documents/index/_search
Search references for the latest document version
Method: post
Path: /oitt/api/v1/documents/{documentKey}/references/index/_search
Search references for the specific document version
Method: post
Path: /oitt/api/v1/documents/{documentKey}/versions/{documentVersion}/references/index/_search