Skip to main content
GET
Get an Event Attendee

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

eventId
string
required

(Required) The event identifier.

eventAttendeeId
string
required

(Required) The event attendee identifier.

Response

OK

id
string

The unique identifier of the record in Virtuous.

eventInvitationUrl
string
contactId
string

The identifier of the contact this record belongs to.

contactIndividualId
string

The identifier of the contact individual this record belongs to.

invitee
string
contactUrl
string

A link to the related contact.

event
string
eventId
string
eventViewUrl
string
location
string
startDateTime
string
endDateTime
string
timeZone
string
rsvp
string
attended
string
emailAddress
string
invited
string
emailStatus
string
emailSent
string
createDateTimeUtc
string

The UTC date and time the record was created.

createdByUser
string

The name of the user who created the record.

modifiedDateTimeUtc
string

The UTC date and time the record was last modified.

modifiedByUser
string

The name of the user who last modified the record.

customFields
object[]

The custom field values stored on the record.

Last modified on August 11, 2026