Exports Comparison Result

Returns the result of comparing two modules

POST /analytics/compare/modules/export

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

eventLvl

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 comparision (0/1)

{
    content:
            application/json:
              schema:
                type: string
}

Last updated