v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Events

Invitees

Export list of invitees of an event.

FieldFormatDescription
user_idstringid of the user
usernamestringusername of the user
emailstringemail of the user
first_namestringfirst name of the user
last_namestringlast name of the user
attendancestringattendance status of the user:<br>null if no answer from user<br>join<br>maybe<br>decline
get/public/api/events/{id}/invitees

Path parameters

idstring required

The id of the event

Response

OK

namestring
typestring
prioritynumber
nextRunAtstring
_idstring

Example response

{
  "name": "Export file",
  "type": "normal",
  "priority": 0,
  "nextRunAt": "2018-09-11T15:56:05.387Z",
  "_id": "5b97e5954b99568b4b9101af"
}