Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 760 Bytes

returns-the-status-of-the-current-report.md

File metadata and controls

25 lines (22 loc) · 760 Bytes

Returns the status of the current report

{% swagger method="get" path="" baseUrl="/analytics/report" summary="Returns the status of the current report" %} {% swagger-description %} Returns the status of the current report {% endswagger-description %}

{% swagger-response status="200: OK" description="Successful Operation" %}

content:
            application/json:
              schema:
                "$ref": "#/components/schemas/ReportDTO"

{% endswagger-response %}

{% swagger-response status="500: Internal Server Error" description="Internal Server Error" %}

content:
            application/json:
              schema:
                "$ref": "#/components/schemas/InternalServerErrorDTO"

{% endswagger-response %} {% endswagger %}