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"
}