Get a rule set revision
get/ruleSets/{ruleSetId}/revisions/{revisionId}
Returns the content for the specific rule set revision that was requested.
1{2 "name": "Loan Score Approval",3 "signature": [4 {5 "name": "customerName",6 "dataType": "string",7 "direction": "input"8 },9 {10 "name": "creditScore",11 "dataType": "decimal",12 "direction": "input"13 },14 {15 "name": "approved",16 "dataType": "boolean",17 "direction": "output"18 }19 ]20}