# Note

#### **Example**

```json
{
	"data": {
		"id": 718030,
		"message": "Internal note from PublicAPI",
		"htmlMessage": null,
		"attachments": [
			{
				"isContentPart": false,
				"name": "Postman attach",
				"url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png"
			}
		],
		"author": {
			"email": "support_agent007@socialboards.com",
			"id": "513840d3-a2fb-4b16-8381-9afeb6cf5993",
			"image": null,
			"isBot": false,
			"name": "Support Agent 007",
			"status": "team"
		},
		"mentionedUsers": [],
		"creationTime": "2023-12-07T15:16:42.3741435+00:00"
	},
	"errorCode": -1,
	"errorText": null
}
```

#### Fields

| Field          | Type                                                                                                                       | Comments                                                         |
| -------------- | -------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| attachments    | array of [Base Attachment](https://developers.socialboards.com/docs/apis/tickets/reference/objects/base-attachment) models | Note attachments                                                 |
| author         | [User](https://developers.socialboards.com/docs/apis/tickets/reference/objects/user) model                                 | Note creator info                                                |
| creationTime   | string                                                                                                                     | Note creation time. Represent datetime string in ISO 8601 format |
| htmlMessage    | string                                                                                                                     | Note html content                                                |
| id             | integer                                                                                                                    | Note unique id                                                   |
| mentionedUsers | array of [User](https://developers.socialboards.com/docs/apis/tickets/reference/objects/user) models                       | Users mentioned in note                                          |
| message        | string                                                                                                                     | Note content                                                     |
