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.

    • Related Articles

    • Attendee

      The attendee API allows you to view, checkin, checkout and delete an individual, or a batch, of attendee. Attendee properties Attribute Type Description Permission id integer Unique identifier for the object. READ-ONLY name string Attendee name. ...
    • Scan QRCode

      The scan QRCode API allows you to scan QRCode of tickets of attendees. Scan QRCode properties Attribute Type Description Permission message string Message for attendee ticket scan READ-ONLY event_title string Event name. attendee_name string Attendee ...
    • Event Orders

      The event orders API allows you to view particular event orders information. Order properties Attribute Type Description Permission id integer Unique identifier for the object. READ-ONLY parent_id integer Parent order ID. number string Order number. ...
    • Introduction

      Introduction WooCommerce (WC) 2.6+ is fully integrated with the WordPress REST API. This allows WC data to be created, read, updated, and deleted using requests in JSON format and using WordPress REST API Authentication methods and standard HTTP ...
    • Introduction

      Introduction WooCommerce (WC) 2.6+ is fully integrated with the WordPress REST API. This allows WC data to be created, read, updated, and deleted using requests in JSON format and using WordPress REST API Authentication methods and standard HTTP ...