Skip to main content

Get a robot by ID

GET 

/robots/:id

The Get Robot request allows you to retrieve information about a specific robot in ANSCER FMS.

Request

Path Parameters

    id stringrequired

    The ID of the robot to retrieve, update or delete

Responses

Robot details

Schema
    _id uuid
    manufacturer string
    serialNumber string
    robotStatus string

    Possible values: [pending, active, inactive]

    factSheet object
    createdAt date-time
    updatedAt date-time
Loading...