Skip to main content
POST
/
api
/
button
/
getButtonRulesForOrg
Get button rules for organization
curl --request POST \
  --url https://api2.rhombussystems.com/api/button/getButtonRulesForOrg \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '{}'
{
  "buttonUuidToRulesMap": {},
  "error": true,
  "errorMsg": "<string>",
  "warningMsg": "<string>"
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request to get rules for all buttons in an organization.

Response

200 - application/json

OK

Response containing rules for all buttons in an organization.

buttonUuidToRulesMap
object

Map of button UUIDs to their associated rules

error
boolean | null
errorMsg
string | null
warningMsg
string | null