Skip to main content

StepExecutionComment

attachments object[]nullable

Attachments inserted in the comment of the step execution

  • Array [
  • idstringnullable

    Unique identifier of the attachment in the step execution

    keystringnullable

    Key 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

  • ]
  • canEditboolean

    Indicates whether or not the comment can be edited

    contentstringnullable

    Content of the comment of the step execution

    createdDatedate-timenullable

    Creation date of the comment of the step execution

    Example: 2022-03-02T06:41:19.633000+00:00
    idstringnullable

    Unique identifier of the comment of the step execution

    isEditedboolean

    Indicates whether or not the comment had been edited

    organization object

    Organization of the comment

    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
    user object

    User of the comment of the step execution

    emailstringnullable

    Email address of the user

    firstNamestringnullable

    First name of the user

    Example: John
    idstringnullable

    Unique identifier of the user

    Example: cc94fc4e-dcbe-44a5-863e-3255281e02ca
    lastNamestringnullable

    Last name of the user

    Example: Doe
    StepExecutionComment
    {
    "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"
    }
    }