Page Summary
-
The raw result object provides the raw code from the integrator or its subsystems.
-
It uses a JSON representation with
scopeandrawCodefields. -
scopeis optional and defines the scope of the raw code, whilerawCodeis required and contains the actual code.
Raw result object.
| JSON representation |
|---|
{ "scope": string, "rawCode": string } |
| Fields | |
|---|---|
scope |
OPTIONAL: Scope of the rawCode, can be empty. |
rawCode |
REQUIRED: Raw code from the integrator or subsystems within it. |