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