BasicStepExecutionInfo
idstring
Step execution ID
Example:
4ea094ac-84de-4d50-80c3-fef2ef569f3cnamestring
Step name
Example:
Questionnaire 1 - Mapping Issue Listorderinteger
Step order
Example:
0result objectnullable
Step execution result
numberOfAreaToImprovesinteger
Number of areas to improve
Example:
3scorestringnullable
Step score
Example:
7/10ratingstringnullable
Step rating
Example:
GoodscoreInPercentagestringnullable
Score in percentage
Example:
70%createdAtstring<date-time>nullable
Creation timestamp
Example:
2024-09-30T10:36:56.057000+00:00sectionsobject[]
Sections data
questionnaire objectnullable
Questionnaire information
idstring
Questionnaire ID
Example:
cb66f153-712f-4582-848d-1811901ef37dnamestring
Questionnaire name
Example:
[tutest] Mapping Issue List - SchemesappTestResultsobject[]
Application test results
BasicStepExecutionInfo
{
"id": "4ea094ac-84de-4d50-80c3-fef2ef569f3c",
"name": "Questionnaire 1 - Mapping Issue List",
"order": 0,
"result": {
"numberOfAreaToImproves": 3,
"score": "7/10",
"rating": "Good",
"scoreInPercentage": "70%",
"createdAt": "2024-09-30T10:36:56.057000+00:00",
"sections": [
{}
]
},
"questionnaire": {
"id": "cb66f153-712f-4582-848d-1811901ef37d",
"name": "[tutest] Mapping Issue List - Schemes"
},
"appTestResults": [
{}
]
}