For the complete documentation index, see llms.txt. This page is also available as Markdown.

Compare Documents

Compare documents.

POST analytics/compare/documents

Compare documents. Only users with the Standard Registry role are allowed to make the request.

Request Body

Name
Type
Description

documentId1*

String

Document Identifier 1

documentId2*

String

Document Identifier 2

content:
            application/json:
              schema:
                $ref: '#/components/schemas/CompareDocumentsDTO'

Last updated