Attendee Note

Attendee Note

The attendee note API allows you to view, add and delete an attendee note.

Attendee Note properties

AttributeTypeDescriptionPermission
idintegerUnique identifier for the resource.READ-ONLY
notestringAttendee Note.MANDATORY
date_createddate-timeThe date the attendee note was created, in the site’s timezone.READ-ONLY
created_bystringThe author of the attendee note was created.READ-ONLY

Get Attendee Note

This API helps you to get attendee notes.

HTTP request
Method : GET
URL : /wp-json/wpem/events/<event_id>/attendees/<attendee_id>/notes

Post Attendee Note

This API helps you to add attendee note.

HTTP request
Method : POST
URL : /wp-json/wpem/events/<event_id>/attendees/<attendee_id>/notes

Available parameters

AttributeTypeDescription
notestringDescription of attendee note
statusstringStatus for attendee note

Delete Attendee Note

This API helps you to delete an attendee note.

HTTP request
Method : DELETE
URL : /wp-json/wpem/events/<event_id>/attendees/<attendee_id>/notes

Available parameters

AttributeTypeDescription
note_idintegerUnique identifier for the resource.
forcestringRequired to be true , as resource does not support trashing.