POST api/Tag/GetCalculationResultForEngine
Gets calculation status/result for engine calculation request.
Request Information
URI Parameters
None.
Body Parameters
Calculation input with request id.
EngineCalculationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestId | string |
None. |
|
| BuilderName | globally unique identifier |
None. |
|
| SelectedModel | globally unique identifier |
None. |
|
| CalcApiInputXml | string |
None. |
|
| IsCacheEnabled | boolean |
None. |
|
| CachePartitionKey | string |
None. |
Request Formats
application/json, text/json
Sample:
application/xml, text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Calculation status/result and cache hash.
EngineCalculationResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestId | string |
None. |
|
| CalculationStatus | string |
None. |
|
| HashedJSON | string |
None. |
|
| CalculationInfo | CalculationInfoLogs |
None. |
Response Formats
application/json, text/json
Sample:
application/xml, text/xml
Sample: