The attendee note API allows you to view, add and delete an attendee note.
| Attribute | Type | Description | Permission |
|---|---|---|---|
| id | integer | Unique identifier for the resource. | READ-ONLY |
| note | string | Attendee Note. | MANDATORY |
| date_created | date-time | The date the attendee note was created, in the site’s timezone. | READ-ONLY |
| created_by | string | The author of the attendee note was created. | READ-ONLY |
This API helps you to get attendee notes.
This API helps you to add attendee note.
Available parameters
| Attribute | Type | Description |
|---|---|---|
| note | string | Description of attendee note |
| status | string | Status for attendee note |
This API helps you to delete an attendee note.
Available parameters
| Attribute | Type | Description |
|---|---|---|
| note_id | integer | Unique identifier for the resource. |
| force | string | Required to be true , as resource does not support trashing. |