Get execution order of rules

get/ruleSets/{ruleSetId}/order

Returns the order of the rules within the rule set.

Request Samples

1

Response Samples

1{
2 "version": 1,
3 "type": "id",
4 "template": "/businessRules/ruleSets/1525f975-eb00-4602-bf73-f9d1f020a178/rules/{id}",
5 "resources": [
6 "da5a5617-ebc8-4864-a18d-fd6c29acc5be",
7 "8d72248c-3e73-4ff7-af18-9015ada4ab8e"
8 ]
9}

Path Parameters

NameTypeRequiredDescription
ruleSetId
string
true

The rule set ID.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
404Not Found

No rule set exists at the requested path.

Schema