Events-Event Attendees
Number of APIs: 8
-
Get Event Attendees for an Event GET {{baseUrl}}/api/Event/:eventId/Attendees?skip=<integer>&take=<integer>
-
Query Event Attendees POST {{baseUrl}}/api/EventAttendee/Query?skip=<integer>&take=<integer>
-
Get an Event Attendee GET {{baseUrl}}/api/Event/:eventId/Attendees/:eventAttendeeId
-
Create an Event Attendee POST {{baseUrl}}/api/Event/:eventId/Attendees
-
Update an Event Attendee PUT {{baseUrl}}/api/Event/:eventId/Attendees/:eventAttendeeId
-
Delete an Event Attendee DELETE {{baseUrl}}/api/Event/:eventId/Attendees/:eventAttendeeId
-
Get Event Attendee Custom Fields Available GET {{baseUrl}}/api/EventAttendee/CustomFields
-
Get Event Attendee Query Options GET {{baseUrl}}/api/EventAttendee/QueryOptions