Get robot requests by calling station
GET/analytics/by-station
Retrieve robot requests grouped by calling station.
Request
Query Parameters
startDate date
The start date for the date range filter.
endDate date
The end date for the date range filter.
Responses
- 200
- 500
Robot requests by calling station
- application/json
- Schema
- Example (from schema)
Schema
stationName string
totalRequests number
successfulRequests number
{
"stationName": "string",
"totalRequests": 0,
"successfulRequests": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Internal Server Error. Please try again later."
}
{
"message": "Internal Server Error. Please try again later."
}
Loading...