{
  "algorithm": {
    "parameters": [
      {
        "name": "instanceId",
        "type": "string"
      },
      {
        "name": "stepId",
        "type": "string"
      },
      {
        "name": "stepInstanceId",
        "type": "string"
      },
      {
        "name": "args",
        "type": "ArgsGetExecutionInstanceStepInstanceCheckItems"
      }
    ],
    "statements": [],
    "typeReturn": "CheckItem",
    "variables": []
  },
  "routing": {
    "method": "GET",
    "parameters": [
      {
        "bind": "instanceId",
        "in": "Path",
        "name": "instanceId",
        "remarks": "instance Id"
      },
      {
        "bind": "stepId",
        "in": "Path",
        "name": "stepId"
      },
      {
        "bind": "stepInstanceId",
        "in": "Path",
        "name": "stepInstanceId"
      },
      {
        "bind": "args.severity",
        "in": "Query",
        "name": "severity"
      }
    ],
    "path": "/instances/{instanceId}/steps/{stepId}/instances/{stepInstanceId}/checkItems",
    "remarks": "Gets the Execution Instance step instance check items",
    "responses": [
      {
        "httpStatus": "200",
        "remarks": "OK"
      },
      {
        "errorName": "NotFound",
        "httpStatus": "404",
        "remarks": "Not found"
      }
    ]
  }
}