Skip to main content

V1AssessmentComment

idstring

Comment unique identifier

contentstringnullable

Comment content

createdDatedate-timenullable

Comment creation timestamp

isEditedboolean

Whether the comment has been edited

user objectnullable

Comment author, subject to assessment confidentiality rules

idstring
emailstring
firstNamestringnullable
lastNamestringnullable
organization objectnullable

Author organization, subject to assessment confidentiality rules

idstring
externalIdstringnullable
namestringnullable
typestring
attachments object[]

Attachments belonging to this comment; these are not included in questionAnswer.files

  • Array [
  • idstring

    Attachment unique identifier

    namestringnullable

    Original file name

    signedUrlstringnullable

    Temporary signed URL for downloading the attachment

  • ]
  • V1AssessmentComment
    {
    "id": "string",
    "content": "string",
    "createdDate": "2024-07-29T15:51:28.071Z",
    "isEdited": true,
    "user": {
    "id": "string",
    "email": "string",
    "firstName": "string",
    "lastName": "string"
    },
    "organization": {
    "id": "string",
    "externalId": "string",
    "name": "string",
    "type": "string"
    },
    "attachments": [
    {
    "id": "string",
    "name": "string",
    "signedUrl": "string"
    }
    ]
    }