Attendee

Attendee

The attendee API allows you to view, checkin, checkout and delete an individual, or a batch, of attendee.

Attendee properties

AttributeTypeDescriptionPermission
idintegerUnique identifier for the object.READ-ONLY
namestringAttendee name.MANDATORY
slugstringAttendee slug.READ-ONLY
permalinkstringAttendee permalink.READ-ONLY
date_createdstringThe date when attendee was created, in the site’s timezoneREAD-ONLY
date_modifiedstringThe date when the attendee was last modified, in the site’s timezone.READ-ONLY
statusstringThe status of attendee ex. Publish, draft etc.READ-ONLY
featuredstringThis would be blank for an attendee.READ-ONLY
descriptionstringThis would be blank for an attendee.MANDATORY
avatararrayAttendee avatar image url
meta_dataarrayMeta data.
_linksarrayAPI URL to get individual event dataREAD-ONLY

Attendee – Metadata properties

AttributeTypeDescription
idintegerMeta ID.READ-ONLY
keystringMeta key.
valuestringMeta value.

Get Attendee

This API helps you to view all the attendees of a particular event.

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

Available parameters

ParameterTypeDescription
searchstringLimit results to those matching a string.
starts_withstringLimit results to those matching a string.

Delete an attendee

This API helps you to delete an attendee .

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

Available parameters

ParameterTypeDescription
forcestringUse true whether to permanently delete the coupon, Default is false .

Attendee Check-in

This API helps you to checkin an attendee.

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

Available parameters

ParameterTypeDescription
forcestringUse true whether to permanently delete the coupon, If this would be false then attendee will checkout.
checkin_sourcestringCheckin source name(app, web)
checkin_device_idstringCheckin device-id
checkin_device_namestringCheckin device name

    • Related Articles

    • Attendee Note

      The attendee note API allows you to view, add and delete an attendee note. Attendee Note properties Attribute Type Description Permission id integer Unique identifier for the resource. READ-ONLY note string Attendee Note. MANDATORY date_created ...
    • 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. ...