Get list of decision node reference objects for decision revision
get/flows/{decisionId}/revisions/{revisionId}/nodeObjects
Returns the list of decision node reference objects used by a decision revision. Decision node reference objects can be rule sets, models, treatment definition groups, lookup tables, code files, or subdecisions. This endpoint returns the collection of decision node reference objects. This endpoint does not support any paging.
1{2 "id": "b1bfbbc2-f318-4288-9ce1-70be7a239567",3 "name": "TreatmentGroup1",4 "type": "application/vnd.sas.treatment.definition.group",5 "activeVersionReference": true,6 "referenceList": [7 {8 "id": "d04bd753-28ed-4cc9-ad02-d9f15485e4d8",9 "name": "Decision1",10 "versionId": "1fc0bfc5-7594-42c7-bab0-1965dca4abca"11 },12 {13 "id": "149a16ae-558b-4aad-87c3-a514d2d1ae06",14 "name": "SubDecision1",15 "versionId": "6457bff2-0256-47fc-b43e-0e0149268826"16 }17 ]18}
Name | Type | Required | Description |
---|---|---|---|
decisionId | string | true | The identifier of the decision. Examples: "094078e7-278a-4719-a704-6e5e65af29ee" |
revisionId | string | true | The identifier of the revision. Examples: "cd942f3c-60a0-4b16-9184-4cb8921fb0eb" |