curl --request GET \
--url http://localhost:8080/cabinet/admin/broadcasts/buttons{
"buttons": [
{
"key": "<string>",
"label": "<string>",
"default": false
}
]
}Get available buttons for broadcasts.
curl --request GET \
--url http://localhost:8080/cabinet/admin/broadcasts/buttons{
"buttons": [
{
"key": "<string>",
"label": "<string>",
"default": false
}
]
}Successful Response
Response with available buttons.
Show child attributes