Execute a Data Load Logic

post/datamart.distcalcparams/{typedId}/{logicName}

Executes the logic in the DMDataLoad context and returns the parameter definitions or test results.

Securitybasic or X-PriceFx-jwt
Request
path Parameters
typedId
required
string

The typedId of the Data Load you want to evaluate.

Example: 2147483780.DMDL
logicName
required
string

The name of the logic you want to execute.

Example: E2ETestsLogic
Responses
200

OK

Response Schema: application/json
object
node
string non-empty
csrfToken
string non-empty
Array of objects non-empty unique
Array (non-empty)
Array of objects non-empty unique
Request samples
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "csrfToken": "string",
    • "data": [
      • {
        • "contextParameters": [
          ]
        }
      ]
    }
}