v1

latestOpenAPI 3.0.02026-08-064842333.5 MB
Optimization

List Parallel Calculation Items

Retrieves all PCI objects (Parallel Calculation Items) for the specified job. A lightweight version of the general fetch/PCI endpoint. Does not return possibly large outputs and messages fields.

post/optimization.modelfetchpci

Request body

endRowinteger
oldValuesobject nullable
operationTypestring
startRowinteger
textMatchStylestring

Example request

{
  "data": {
    "criteria": [
      {
        "fieldName": "jstId",
        "value": 2153717967
      }
    ]
  }
}

Response

OK