Skip to main content

StepExecutionResultSection

idstring

Section unique identifier

namestring

Section name

levelinteger

Zero-based section depth

parentIdstringnullable

Parent section identifier; null for a root section

pathstring[]

Ordered section ancestry identifiers used to reconstruct the hierarchy

scorenumbernullable

Section score

maxScorenumbernullable

Section maximum score

ratingstringnullable

Section rating name

customFieldsobjectnullable

Custom fields grouped for this section

StepExecutionResultSection
{
"id": "string",
"name": "string",
"level": 0,
"parentId": "string",
"path": [
"string"
],
"score": 0,
"maxScore": 0,
"rating": "string",
"customFields": {}
}