Decision model REST API
A decision model object is the parent object of decision model variants.
Use the following attributes for decision models:
Attribute |
Type |
Description |
Example(s) |
---|---|---|---|
|
A JSON array of JSON objects |
The array of decision model items. |
N/A |
|
string |
The name of the decision model. |
|
|
string |
The unique reference of the user who modified the decision model. |
|
|
integer |
The sequential number of the decision model revision. |
|
|
Boolean |
The archive status of the decision model variant. |
|
|
A JSON array of JSON objects |
The array of decision model variants. |
N/A |
|
string |
The reference of the decision model variant. |
|
|
integer |
The audience percentage that the decision model variant will impact. |
|
|
string |
The status of the decision model variant. |
|
|
integer |
The sequential number of the decision model variant revision. |
|
|
A JSON array of JSON objects |
An array of decision model variants that belong to the decision model. |
N/A |
|
array of objects |
An array of revisions of the decision model variants that belong to the decision model. |
N/A |
|
Boolean |
The production status of the decision model variant. |
|
|
A JSON array of strings |
An array of tags/labels of the decision model variants that belong to the decision model. |
|
|
A JSON array of strings |
An array of available offers of the decision model variants that belong to the decision model. |
N/A |