StepExecutionAnswerChoice
files object[]nullable
Files attached to the choice/answer for the question
Unique identifier of the attachment in the step execution
Key of the attachment in the step execution
Name of the attachment in the step execution
URL of the attachment in the step execution
Unique identifier of the choice/answer for the question
12308e4f-67b5-4421-a0a4-2ab365e8a39foption object
Option selected for the question
Content of the option available for the question
Unique identifier of the option available for the question
Unique identifier of the option selected as the answer for the question
subQuestionAnswers object[]nullable
List of sub-questions and answers
choices object[]nullable
List of choices for the question
files object[]nullable
Files attached to the choice/answer for the question
Unique identifier of the attachment in the step execution
Key of the attachment in the step execution
Name of the attachment in the step execution
URL of the attachment in the step execution
Unique identifier of the choice/answer for the question
12308e4f-67b5-4421-a0a4-2ab365e8a39foption object
Option selected for the question
Content of the option available for the question
Unique identifier of the option available for the question
Unique identifier of the option selected as the answer for the question
Text describing the choice/answer for the question
files object[]nullable
Files attached to the question
Unique identifier of the attachment in the step execution
Key of the attachment in the step execution
Name of the attachment in the step execution
URL of the attachment in the step execution
Unique identifier of the question in the question/answer set
Indicates whether the answer was set to 'Not Applicable'
mappedIssues object[]nullable
List of mapped issues of the question
Unique identifier of the answer in the mapped issue
comments object[]nullable
List of comments for mapped issues in the question
attachments object[]nullable
Attachments inserted in the comment of the step execution
Unique identifier of the attachment in the step execution
Key of the attachment in the step execution
Name of the attachment in the step execution
URL of the attachment in the step execution
Indicates whether or not the comment can be edited
Content of the comment of the step execution
Creation date of the comment of the step execution
2022-03-02T06:41:19.633000+00:00Unique identifier of the comment of the step execution
Indicates whether or not the comment had been edited
organization object
Organization of the comment
Unique identifier of the organization
abc67433-c8d8-4779-a0f1-3f1490e2dde9Name of the organization
Acme CorpType of the organization, e.g. RETAILER, FACTORY, PARTNER, etc.
RETAILERUnique technical identifier of the organization
V123user object
User of the comment of the step execution
First name of the user
JohnUnique identifier of the user
cc94fc4e-dcbe-44a5-863e-3255281e02caLast name of the user
DoeUnique identifier of the mapped issue of the question
issue object
List of mapped issues in the question
Category of the mapped issue
Emergency ExitCode of the mapped issue
Unique identifier of the mapped issue in the question
1aSection of the mapped issue
Severity of the mapped issue
MajorText describing the mapped issue in the question
Emergency exits are blockedUnique identifier of the issue in the question
options object[]nullable
List of options available for the question
Content of the option available for the question
Unique identifier of the option available for the question
Number of the question
Effective containing section identifier. A subquestion inherits its parent question's section.
Parent question identifier
Parent answer-choice identifier
Legacy parent answer-choice identifier; use parentChoiceId for new integrations
Unique identifier of the question
Computed score contribution. Null when uncalculated, non-scoreable, or hidden.
Maximum score. Null for deductions, unavailable scores, or hidden scores.
Computed score percentage. Null when maxScore is zero or unavailable, or when hidden.
Text describes the question
Text describing the choice/answer for the question
{
"files": [
{
"id": "string",
"key": "string",
"name": "string",
"url": "string"
}
],
"id": "12308e4f-67b5-4421-a0a4-2ab365e8a39f",
"option": "12308e4f-67b5-4421-a0a4-2ab365e8a39f",
"optionId": "string",
"subQuestionAnswers": [
{
"choices": [
{
"files": [
{
"id": "string",
"key": "string",
"name": "string",
"url": "string"
}
],
"id": "12308e4f-67b5-4421-a0a4-2ab365e8a39f",
"option": "12308e4f-67b5-4421-a0a4-2ab365e8a39f",
"optionId": "string",
"text": "string"
}
],
"files": [
{
"id": "string",
"key": "string",
"name": "string",
"url": "string"
}
],
"id": "string",
"isNotApplicable": true,
"mappedIssues": [
{
"answerId": "string",
"comments": [
{
"attachments": [
{
"id": "string",
"key": "string",
"name": "string",
"url": "string"
}
],
"canEdit": true,
"content": "string",
"createdDate": "2022-03-02T06:41:19.633000+00:00",
"id": "string",
"isEdited": true,
"organization": {
"id": "abc67433-c8d8-4779-a0f1-3f1490e2dde9",
"name": "Acme Corp",
"type": "RETAILER",
"uid": "V123"
},
"user": {
"firstName": "John",
"id": "cc94fc4e-dcbe-44a5-863e-3255281e02ca",
"lastName": "Doe"
}
}
],
"id": "string",
"issue": {
"category": "Emergency Exit",
"code": "string",
"id": "1a",
"section": "string",
"severity": "Major",
"text": "Emergency exits are blocked"
},
"issueId": "string",
"options": [
{
"content": "string",
"id": "string"
}
]
}
],
"number": 0,
"sectionId": "string",
"parentQuestionId": "string",
"parentChoiceId": "string",
"parentId": "string",
"questionId": "string",
"score": 0,
"maxScore": 0,
"scoreInPercentage": 0,
"text": "string"
}
],
"text": "string"
}