Documents REST Endpoints

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