Events-Event Attendees

Number of APIs: 8

  1. Get Event Attendees for an Event GET {{baseUrl}}/api/Event/:eventId/Attendees?skip=<integer>&take=<integer>

  2. Query Event Attendees POST {{baseUrl}}/api/EventAttendee/Query?skip=<integer>&take=<integer>

  3. Get an Event Attendee GET {{baseUrl}}/api/Event/:eventId/Attendees/:eventAttendeeId

  4. Create an Event Attendee POST {{baseUrl}}/api/Event/:eventId/Attendees

  5. Update an Event Attendee PUT {{baseUrl}}/api/Event/:eventId/Attendees/:eventAttendeeId

  6. Delete an Event Attendee DELETE {{baseUrl}}/api/Event/:eventId/Attendees/:eventAttendeeId

  7. Get Event Attendee Custom Fields Available GET {{baseUrl}}/api/EventAttendee/CustomFields

  8. Get Event Attendee Query Options GET {{baseUrl}}/api/EventAttendee/QueryOptions