Returns result of Module Comparison

Returns the result of comparing two modules

POST /analytics/compare/modules

Returns the result of comparing two modules. Only users with the Standard Registry role are allowed to make the request.

Request Body

NameTypeDescription

moduleId1

String

ID of first module

moduleId2

String

ID of second module

eventsLvl

String

depth (level) of Event comparison (0/1)

propLvl

String

depth (level) of Properties comparison (0/1/2)

childrenLvl

String

depth (level) of child block comparison (0/1/2)

idLvl

String

depth (level) of uuid comparison (0/1)

{
    content:
            application/json:
              schema:
                type: object
                properties:
                  left:
                    type: object
                  right:
                    type: object
                  blocks:
                    $ref: '#/components/schemas/Table'
                 
}

Last updated