StepExecutionQuestionAnswerFindingsIssues
attachments object[]nullable
Attachments inserted in the findings issue
Array [
idstringnullable
Unique identifier of the attachment in the step execution
namestringnullable
Name of the attachment in the step execution
urlstringnullable
URL of the attachment in the step execution
]
contentstringnullable
Content of the findings issue
createdDatedate-timenullable
Creation date of the findings issue
Example:
2022-03-02T06:41:19.633000+00:00
findingsIssuesIdstringnullable
Unique identifier of the findings issue
organization object
Organization of the findings issue
idstringnullable
Unique identifier of the organization
Example:
abc67433-c8d8-4779-a0f1-3f1490e2dde9
namestringnullable
Name of the organization
Example:
Acme Corp
typestringnullable
Type of the organization, e.g. RETAILER, FACTORY, PARTNER, etc.
Example:
RETAILER
uidstringnullable
Unique technical identifier of the organization
Example:
V123
severity object
Severity information
colorstringnullable
Color of the severity
idstringnullable
Unique identifier of the severity
namestringnullable
Name of the severity
summarystringnullable
Summary of the findings issue
user object
User of the findings issue
idstringnullable
Unique identifier of the user
Example:
cc94fc4e-dcbe-44a5-863e-3255281e02ca
namestringnullable
Name of the auditor
Example:
John Doe
StepExecutionQuestionAnswerFindingsIssues
{
"attachments": [
{
"id": "string",
"name": "string",
"url": "string"
}
],
"content": "string",
"createdDate": "2022-03-02T06:41:19.633000+00:00",
"findingsIssuesId": "string",
"organization": {
"id": "abc67433-c8d8-4779-a0f1-3f1490e2dde9",
"name": "Acme Corp",
"type": "RETAILER",
"uid": "V123"
},
"severity": {
"color": "string",
"id": "string",
"name": "string"
},
"summary": "string",
"user": {
"email": "[email protected]",
"id": "cc94fc4e-dcbe-44a5-863e-3255281e02ca",
"name": "John Doe"
}
}