Information

GET /equipment/filterwheel/info

Get Filterwheel information

Responses

GET /equipment/filterwheel/info
curl \
 --request GET 'http://localhost:1888/v2/api/equipment/filterwheel/info'
Response examples (200)
{
  "Response": {
    "Connected": true,
    "Name": "string",
    "DisplayName": "string",
    "Description": "string",
    "DriverInfo": "string",
    "DriverVersion": "string",
    "DeviceId": "string",
    "IsMoving": true,
    "SupportedActions": [
      "string"
    ],
    "SelectedFilter": {
      "Name": "string",
      "Id": 42
    },
    "AvailableFilters": [
      {
        "Name": "string",
        "Id": 42
      }
    ]
  },
  "Error": "string",
  "StatusCode": 42,
  "Success": true,
  "Type": "string"
}
Response examples (500)
{
  "Response": "string",
  "Error": "Unknown error",
  "StatusCode": 500,
  "Success": false,
  "Type": "API"
}