SpecialPointComment
attachments object[]
List of attachments on the comment
Array [
fileNamestringnullable
File name of the attachment
Example:
photo.jpgfileUrlstringnullable
URL of the attachment
Example:
https://.../file.jpg]
createdDatestring<date-time>nullable
Date the comment was created
Example:
2021-05-25T13:58:26+00:00firstNamestringnullable
First name of the user who posted the comment
Example:
JohnlastNamestringnullable
Last name of the user who posted the comment
Example:
Doemessagestringnullable
Comment message
organizationNamestringnullable
Organization of the user who posted the comment
Example:
Acme CorpSpecialPointComment
{
"attachments": [
{
"fileName": "photo.jpg",
"fileUrl": "https://.../file.jpg"
}
],
"createdDate": "2021-05-25T13:58:26+00:00",
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"message": "string",
"organizationName": "Acme Corp"
}