Returns a map with filter options and their possible values

GET /api/booths/booth_filter_options

Returns a map with filter options and their possible values.

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • plc_programs array[string]

      List of used PLC versions

  • 401 application/json

    Unauthorized

    Hide response attribute Show response attribute object
    • error string

      Human readable version of the error status code

GET /api/booths/booth_filter_options
curl \
 --request GET 'http://localhost:4000/api/booths/booth_filter_options' \
 --header "Authorization: $API_KEY"
Response examples (200)
{
  "plc_programs": [
    "string"
  ]
}
Response examples (401)
{
  "error": "Error Reason"
}
Response examples (401)
{
  "error": "Error Reason"
}