# Exports Comparison Result

## Returns the result of comparing two modules

<mark style="color:green;">`POST`</mark> `/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

| Name        | Type   | Description                                     |
| ----------- | ------ | ----------------------------------------------- |
| 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 comparison (0/1)          |

{% tabs %}
{% tab title="200: OK Successful Operation" %}

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

{% endtab %}

{% tab title="401: Unauthorized Unauthorized" %}

{% endtab %}

{% tab title="403: Forbidden Forbidden" %}

{% endtab %}

{% tab title="500: Internal Server Error Internal Server Error" %}

{% endtab %}
{% endtabs %}
