cURL
curl --request GET \ --url https://api.decodahealth.com/v1/rule-set/list \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "description": "<string>", "id": "<string>", "name": "<string>", "rules": [] } ]
Get a list of all RuleSets with their associated Rules.
RuleSet
Rule
The tenant you are making this request on behalf of
Your api key
Successful Response
Unique identifier for the rule set.
Name of the rule set.
Optional description of the rule set.
List of rules contained in this rule set.
Show child attributes