Skip to main content

Get the most active robot

GET 

/analytics/most-active-robot

Retrieve the most active robot based on the number of requests.

Request​

Query Parameters

    startDate date

    The start date for the date range filter.

    endDate date

    The end date for the date range filter.

Responses​

Most active robot

Schema
    _id uuid
    robotName string
    totalRequests number
Loading...