Get the rule execution order for the revision

get/ruleSets/{ruleSetId}/revisions/{revisionId}/order
Internal-Use Only

Gets the order of the rules within the provided rule set revision.

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
revisionId
string
true

The rule set revision ID.

ruleSetId
string
true

The rule set ID.

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
404Not FoundNo resource exists at the requested path.Schema