Documents REST Endpoints
Documents
Documents
- Get metadata document for the latest document version
- Method: getPath:
/oitt/api/v1/documents/{documentKey}/metadataDocument - Get metadata document for the specific document version
- Method: getPath:
/oitt/api/v1/documents/{documentKey}/versions/{documentVersion}/metadataDocument - Get source document for the latest document version
- Method: getPath:
/oitt/api/v1/documents/{documentKey}/sourceDocument - Get source document for the specific document version
- Method: getPath:
/oitt/api/v1/documents/{documentKey}/versions/{documentVersion}/sourceDocument - Search all documents
- Method: postPath:
/oitt/api/v1/documents/index/_search - Search references for the latest document version
- Method: postPath:
/oitt/api/v1/documents/{documentKey}/references/index/_search - Search references for the specific document version
- Method: postPath:
/oitt/api/v1/documents/{documentKey}/versions/{documentVersion}/references/index/_search