Get a decision type by ID

get/flowTypes/{flowTypeId}

Returns the contents of a decision type with a given ID.

Request Samples

1

Response Samples

1{
2 "id": "d243e6a3-36b6-4f5a-bdd0-5b17e7a9d71f",
3 "name": "Fraud",
4 "l10nKey": "SASFraudManagement-SASDecisionManager-gui-icu.underThirtyMs.type.label",
5 "denyDecisionNodeTypes": [
6 "ruleSet"
7 ],
8 "allowDecisionNodeTypes": [
9 "98879d99-4aaf-4d40-b18a-483659ffc32",
10 "d28e6407-6f5a-4839-8c39-d505cebff6b8"
11 ],
12 "createdBy": "sasdemo",
13 "creationTimeStamp": "2021-10-25T17:12:50.202000Z",
14 "modifiedBy": "sasdemo",
15 "modifiedTimeStamp": "2021-10-25T17:12:50.202000Z",
16 "links": [
17 {
18 "method": "GET",
19 "rel": "self",
20 "href": "/decisions/flowTypes/d243e6a3-36b6-4f5a-bdd0-5b17e7a9d71f",
21 "uri": "/decisions/flowTypes/d243e6a3-36b6-4f5a-bdd0-5b17e7a9d71f",
22 "type": "application/vnd.sas.decision.type"
23 }
24 ],
25 "version": 1
26}

Path Parameters

NameTypeRequiredDescription
flowTypeId
string
true

The unique identifier for the decision type.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
404Not Found

No decision node type exists at the requested path.

HeadersSchema