Skip to main content

Get a list of robots

GET 

/robots

The Get All Robots request allows you to retrieve a list of all robots registered in ANSCER FMS.

Request

Responses

A list of robots

Schema
  • Array [
  • _id uuid
    manufacturer string
    serialNumber string
    robotStatus string

    Possible values: [pending, active, inactive]

    createdAt date-time
    updatedAt date-time
  • ]
Loading...