Get rule
GET
/resources/rules/{idOrPrefix}
If search type is set to prefix, returns all rules whose ID begins with the specified value.
Parameters
Path Parameters
idOrPrefix*
Type
Requiredstring
Query Parameters
searchType
Type
string
Valid values
"exact""prefix"Responses
OK
JSON { "ruleId": "string", "label": "string", "activeFrom": "string", "activeTo": "string", "components": [ { "componentId": "string", "parameters": { "additionalProperties": null } } ], "eTag": "string" }
[
]
GET
/resources/rules/{idOrPrefix}