StepExecutionComment
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:00
Unique 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-3f1490e2dde9
Name of the organization
Acme Corp
Type of the organization, e.g. RETAILER, FACTORY, PARTNER, etc.
RETAILER
Unique technical identifier of the organization
V123
user object
User of the comment of the step execution
First name of the user
John
Unique identifier of the user
cc94fc4e-dcbe-44a5-863e-3255281e02ca
Last name of the user
Doe
{
"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": {
"email": "[email protected]",
"firstName": "John",
"id": "cc94fc4e-dcbe-44a5-863e-3255281e02ca",
"lastName": "Doe"
}
}