@connectedxm/admin-sdk 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +1106 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/AdminApi.ts +488 -0
- package/README.md +1962 -0
- package/api.ts +113404 -0
- package/base.ts +62 -0
- package/common.ts +126 -0
- package/configuration.ts +121 -0
- package/dist/AdminApi.d.ts +173 -0
- package/dist/AdminApi.js +193 -0
- package/dist/api.d.ts +60747 -0
- package/dist/api.js +81981 -0
- package/dist/base.d.ts +42 -0
- package/dist/base.js +46 -0
- package/dist/common.d.ts +34 -0
- package/dist/common.js +138 -0
- package/dist/configuration.d.ts +98 -0
- package/dist/configuration.js +44 -0
- package/dist/esm/AdminApi.d.ts +173 -0
- package/dist/esm/AdminApi.js +189 -0
- package/dist/esm/api.d.ts +60747 -0
- package/dist/esm/api.js +81393 -0
- package/dist/esm/base.d.ts +42 -0
- package/dist/esm/base.js +41 -0
- package/dist/esm/common.d.ts +34 -0
- package/dist/esm/common.js +125 -0
- package/dist/esm/configuration.d.ts +98 -0
- package/dist/esm/configuration.js +40 -0
- package/dist/esm/index.d.ts +8 -0
- package/dist/esm/index.js +13 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +32 -0
- package/docs/APILog.md +46 -0
- package/docs/Account.md +52 -0
- package/docs/AccountAccess.md +14 -0
- package/docs/AccountAddress.md +22 -0
- package/docs/AccountAddressCreateInputs.md +32 -0
- package/docs/AccountAddressUpdateInputs.md +34 -0
- package/docs/AccountAttribute.md +24 -0
- package/docs/AccountAttributeCount.md +20 -0
- package/docs/AccountAttributeCreateInputs.md +38 -0
- package/docs/AccountAttributeUpdateInputs.md +34 -0
- package/docs/AccountAttributeValue.md +22 -0
- package/docs/AccountCreateInputs.md +68 -0
- package/docs/AccountUpdateInputs.md +70 -0
- package/docs/AccountsAddressesApi.md +296 -0
- package/docs/AccountsApi.md +903 -0
- package/docs/AccountsFollowersApi.md +181 -0
- package/docs/AccountsFollowingApi.md +181 -0
- package/docs/AccountsGroupsApi.md +181 -0
- package/docs/AccountsInterestsApi.md +181 -0
- package/docs/AccountsInvitationsApi.md +172 -0
- package/docs/AccountsLeadsApi.md +246 -0
- package/docs/AccountsTiersApi.md +248 -0
- package/docs/ActivationCompletion.md +24 -0
- package/docs/ActivationTranslation.md +32 -0
- package/docs/ActivitiesApi.md +528 -0
- package/docs/ActivitiesScheduleApi.md +114 -0
- package/docs/Activity.md +32 -0
- package/docs/ActivityCreateInputs.md +40 -0
- package/docs/ActivityEntityInputs.md +26 -0
- package/docs/ActivityEntityType.md +14 -0
- package/docs/ActivityPreference.md +12 -0
- package/docs/ActivityStatus.md +14 -0
- package/docs/ActivityUpdateInputs.md +38 -0
- package/docs/AddAccountGroup200Response.md +24 -0
- package/docs/AdminNotification.md +28 -0
- package/docs/AdminNotificationPreferences.md +30 -0
- package/docs/AdminNotificationPreferencesUpdateInputs.md +30 -0
- package/docs/AdminNotificationSource.md +12 -0
- package/docs/AdminNotificationType.md +12 -0
- package/docs/Advertisement.md +30 -0
- package/docs/AdvertisementClick.md +34 -0
- package/docs/AdvertisementCount.md +22 -0
- package/docs/AdvertisementCreateInputs.md +42 -0
- package/docs/AdvertisementCreateInputsWeight.md +18 -0
- package/docs/AdvertisementType.md +10 -0
- package/docs/AdvertisementUpdateInputs.md +42 -0
- package/docs/AdvertisementView.md +34 -0
- package/docs/AdvertisementsApi.md +409 -0
- package/docs/Announcement.md +48 -0
- package/docs/AnnouncementCount.md +22 -0
- package/docs/AnnouncementCreateInputs.md +48 -0
- package/docs/AnnouncementFilters.md +32 -0
- package/docs/AnnouncementTranslation.md +32 -0
- package/docs/AnnouncementTranslationUpdateInputs.md +22 -0
- package/docs/AnnouncementUpdateInputs.md +32 -0
- package/docs/AnnouncementsApi.md +468 -0
- package/docs/AnnouncementsScheduleApi.md +114 -0
- package/docs/ApiLogsApi.md +141 -0
- package/docs/AttachSearchListInputs.md +20 -0
- package/docs/AttendeeEventPackageCreateInputs.md +22 -0
- package/docs/AttendeeEventPackageUpdateInputs.md +22 -0
- package/docs/AttendeePackage.md +24 -0
- package/docs/AuthLayout.md +10 -0
- package/docs/AuthSession.md +26 -0
- package/docs/AuthSessionsApi.md +120 -0
- package/docs/AuthorizeNetActivationFormParams.md +28 -0
- package/docs/BadgeFieldTransformation.md +10 -0
- package/docs/BadgeFieldType.md +20 -0
- package/docs/BarChartSummaryData.md +26 -0
- package/docs/BarChartSummaryDataDataInner.md +22 -0
- package/docs/BaseAPILog.md +46 -0
- package/docs/BaseAccount.md +56 -0
- package/docs/BaseAccountAddress.md +36 -0
- package/docs/BaseAccountAttribute.md +40 -0
- package/docs/BaseAccountAttributeValue.md +26 -0
- package/docs/BaseAccountInvitation.md +22 -0
- package/docs/BaseActivationCompletion.md +30 -0
- package/docs/BaseActivity.md +54 -0
- package/docs/BaseActivityCount.md +22 -0
- package/docs/BaseActivityEntity.md +38 -0
- package/docs/BaseActivityEntityInput.md +26 -0
- package/docs/BaseAdminNotification.md +40 -0
- package/docs/BaseAdvertisement.md +44 -0
- package/docs/BaseAnnouncement.md +54 -0
- package/docs/BaseAttendeePackage.md +30 -0
- package/docs/BaseBenefit.md +38 -0
- package/docs/BaseBooking.md +36 -0
- package/docs/BaseBookingPlace.md +38 -0
- package/docs/BaseBookingSpace.md +48 -0
- package/docs/BaseBookingSpaceAvailability.md +26 -0
- package/docs/BaseBookingSpaceBlackout.md +24 -0
- package/docs/BaseChannel.md +44 -0
- package/docs/BaseChannelContent.md +58 -0
- package/docs/BaseChannelContentGuest.md +66 -0
- package/docs/BaseChannelContentLike.md +24 -0
- package/docs/BaseChannelCount.md +20 -0
- package/docs/BaseChannelSubscriber.md +36 -0
- package/docs/BaseCoupon.md +64 -0
- package/docs/BaseCouponRegistration.md +20 -0
- package/docs/BaseDashboard.md +32 -0
- package/docs/BaseDashboardWidget.md +30 -0
- package/docs/BaseEmailReceipt.md +38 -0
- package/docs/BaseEvent.md +86 -0
- package/docs/BaseEventActivation.md +36 -0
- package/docs/BaseEventAddOn.md +48 -0
- package/docs/BaseEventAttendee.md +30 -0
- package/docs/BaseEventEmail.md +30 -0
- package/docs/BaseEventMediaItem.md +38 -0
- package/docs/BaseEventOnSite.md +28 -0
- package/docs/BaseEventOnSiteBadgeField.md +44 -0
- package/docs/BaseEventPackage.md +40 -0
- package/docs/BaseEventPackagePass.md +26 -0
- package/docs/BaseEventPage.md +30 -0
- package/docs/BaseEventPass.md +60 -0
- package/docs/BaseEventPassAttendee.md +20 -0
- package/docs/BaseEventPassAttendeeAccount.md +26 -0
- package/docs/BaseEventPassTransfer.md +24 -0
- package/docs/BaseEventPassType.md +74 -0
- package/docs/BaseEventPassTypePriceSchedule.md +34 -0
- package/docs/BaseEventPassTypeRefundSchedule.md +32 -0
- package/docs/BaseEventRoomType.md +38 -0
- package/docs/BaseEventRoomTypeAddOnDetails.md +34 -0
- package/docs/BaseEventRoomTypePassTypeDetails.md +44 -0
- package/docs/BaseEventRoomTypeReservation.md +34 -0
- package/docs/BaseEventSession.md +66 -0
- package/docs/BaseEventSessionAccess.md +30 -0
- package/docs/BaseEventSessionLocation.md +36 -0
- package/docs/BaseEventSessionQuestion.md +64 -0
- package/docs/BaseEventSessionQuestionChoice.md +36 -0
- package/docs/BaseEventSessionQuestionChoiceSubQuestion.md +26 -0
- package/docs/BaseEventSessionQuestionChoiceSubQuestions.md +18 -0
- package/docs/BaseEventSessionQuestionResponse.md +26 -0
- package/docs/BaseEventSessionQuestionResponseChange.md +34 -0
- package/docs/BaseEventSessionSection.md +30 -0
- package/docs/BaseEventSessionSectionQuestion.md +28 -0
- package/docs/BaseEventSpeaker.md +44 -0
- package/docs/BaseEventSponsorship.md +32 -0
- package/docs/BaseEventSponsorshipLevel.md +28 -0
- package/docs/BaseEventTrack.md +28 -0
- package/docs/BaseFaq.md +28 -0
- package/docs/BaseFaqSection.md +26 -0
- package/docs/BaseFile.md +36 -0
- package/docs/BaseGroup.md +42 -0
- package/docs/BaseGroupCount.md +20 -0
- package/docs/BaseGroupInvitation.md +26 -0
- package/docs/BaseGroupMembership.md +30 -0
- package/docs/BaseGroupRequest.md +26 -0
- package/docs/BaseImage.md +30 -0
- package/docs/BaseImport.md +30 -0
- package/docs/BaseImportItem.md +34 -0
- package/docs/BaseIntegration.md +28 -0
- package/docs/BaseInterest.md +28 -0
- package/docs/BaseInvoice.md +36 -0
- package/docs/BaseInvoiceLineItem.md +38 -0
- package/docs/BaseLead.md +30 -0
- package/docs/BaseLeadShareAccount.md +22 -0
- package/docs/BaseLevel.md +36 -0
- package/docs/BaseLike.md +22 -0
- package/docs/BaseLinkPreview.md +36 -0
- package/docs/BaseLogin.md +42 -0
- package/docs/BaseMatch.md +28 -0
- package/docs/BaseMatchPass.md +30 -0
- package/docs/BaseMatchPassAccessesInner.md +20 -0
- package/docs/BaseMeeting.md +24 -0
- package/docs/BaseMeetingLink.md +28 -0
- package/docs/BaseMeetingRecording.md +42 -0
- package/docs/BaseMeetingSessionParticipant.md +44 -0
- package/docs/BaseNotification.md +36 -0
- package/docs/BaseOrganization.md +36 -0
- package/docs/BaseOrganizationModule.md +30 -0
- package/docs/BasePassAddOn.md +26 -0
- package/docs/BasePassAddOnPass.md +22 -0
- package/docs/BasePassAddOnPassAttendee.md +20 -0
- package/docs/BasePayment.md +74 -0
- package/docs/BasePaymentIntegration.md +26 -0
- package/docs/BasePaymentLineItem.md +62 -0
- package/docs/BasePreset.md +26 -0
- package/docs/BasePushDevice.md +46 -0
- package/docs/BaseRegistrationBypass.md +34 -0
- package/docs/BaseRegistrationFollowup.md +30 -0
- package/docs/BaseRegistrationFollowupQuestion.md +28 -0
- package/docs/BaseRegistrationQuestion.md +64 -0
- package/docs/BaseRegistrationQuestionChoice.md +36 -0
- package/docs/BaseRegistrationQuestionChoiceCount.md +20 -0
- package/docs/BaseRegistrationQuestionChoiceQuestion.md +22 -0
- package/docs/BaseRegistrationQuestionChoiceSubQuestion.md +26 -0
- package/docs/BaseRegistrationQuestionChoiceSubQuestions.md +18 -0
- package/docs/BaseRegistrationQuestionChoiceSubQuestionsOneOfInner.md +20 -0
- package/docs/BaseRegistrationQuestionResponse.md +26 -0
- package/docs/BaseRegistrationQuestionResponseChange.md +34 -0
- package/docs/BaseRegistrationSection.md +30 -0
- package/docs/BaseRegistrationSectionCount.md +20 -0
- package/docs/BaseRegistrationSectionQuestion.md +28 -0
- package/docs/BaseRoom.md +26 -0
- package/docs/BaseRound.md +26 -0
- package/docs/BaseRoundEvent.md +24 -0
- package/docs/BaseSchedule.md +26 -0
- package/docs/BaseSearchList.md +24 -0
- package/docs/BaseSearchListValue.md +26 -0
- package/docs/BaseSeries.md +36 -0
- package/docs/BaseSideEffect.md +38 -0
- package/docs/BaseStandardReport.md +34 -0
- package/docs/BaseStreamInput.md +42 -0
- package/docs/BaseStreamSession.md +34 -0
- package/docs/BaseStreamSessionSubscription.md +32 -0
- package/docs/BaseSupportTicket.md +30 -0
- package/docs/BaseSupportTicketActivityLog.md +52 -0
- package/docs/BaseSupportTicketMessage.md +34 -0
- package/docs/BaseSupportTicketNote.md +26 -0
- package/docs/BaseSupportTicketViewer.md +32 -0
- package/docs/BaseSurvey.md +32 -0
- package/docs/BaseSurveyQuestion.md +60 -0
- package/docs/BaseSurveyQuestionChoice.md +36 -0
- package/docs/BaseSurveyQuestionChoiceSubQuestion.md +26 -0
- package/docs/BaseSurveyQuestionChoiceSubQuestions.md +18 -0
- package/docs/BaseSurveyQuestionResponse.md +26 -0
- package/docs/BaseSurveyQuestionResponseChange.md +34 -0
- package/docs/BaseSurveySection.md +30 -0
- package/docs/BaseSurveySectionQuestion.md +28 -0
- package/docs/BaseSurveySubmission.md +26 -0
- package/docs/BaseTaxIntegrationLog.md +30 -0
- package/docs/BaseTeamMember.md +38 -0
- package/docs/BaseThread.md +34 -0
- package/docs/BaseThreadCircle.md +28 -0
- package/docs/BaseThreadCircleAccount.md +24 -0
- package/docs/BaseThreadMember.md +30 -0
- package/docs/BaseThreadMessage.md +32 -0
- package/docs/BaseThreadMessageEntity.md +34 -0
- package/docs/BaseThreadMessageReaction.md +26 -0
- package/docs/BaseTier.md +36 -0
- package/docs/BaseTransfer.md +26 -0
- package/docs/BaseTransferLog.md +28 -0
- package/docs/BaseUser.md +32 -0
- package/docs/BaseVideo.md +40 -0
- package/docs/BaseWebSocketConnection.md +34 -0
- package/docs/BaseWebhook.md +26 -0
- package/docs/Benefit.md +34 -0
- package/docs/BenefitClick.md +32 -0
- package/docs/BenefitCount.md +20 -0
- package/docs/BenefitCreateInputs.md +40 -0
- package/docs/BenefitTranslation.md +30 -0
- package/docs/BenefitTranslationUpdateInputs.md +22 -0
- package/docs/BenefitUpdateInputs.md +40 -0
- package/docs/BenefitsApi.md +348 -0
- package/docs/Booking.md +24 -0
- package/docs/BookingCreateInputs.md +26 -0
- package/docs/BookingPlace.md +32 -0
- package/docs/BookingPlaceCreateInputs.md +44 -0
- package/docs/BookingPlaceTranslation.md +30 -0
- package/docs/BookingPlaceTranslationUpdateInputs.md +22 -0
- package/docs/BookingPlaceUpdateInputs.md +44 -0
- package/docs/BookingSlot.md +22 -0
- package/docs/BookingSpace.md +26 -0
- package/docs/BookingSpaceAvailability.md +22 -0
- package/docs/BookingSpaceAvailabilityCreateInputs.md +24 -0
- package/docs/BookingSpaceAvailabilityUpdateInputs.md +24 -0
- package/docs/BookingSpaceBlackout.md +22 -0
- package/docs/BookingSpaceBlackoutCreateInputs.md +22 -0
- package/docs/BookingSpaceBlackoutUpdateInputs.md +22 -0
- package/docs/BookingSpaceCreateInputs.md +48 -0
- package/docs/BookingSpaceTranslation.md +30 -0
- package/docs/BookingSpaceTranslationUpdateInputs.md +22 -0
- package/docs/BookingSpaceUpdateInputs.md +46 -0
- package/docs/BookingUpdateInputs.md +24 -0
- package/docs/BookingsApi.md +1049 -0
- package/docs/BookingsAvailabilitiesApi.md +186 -0
- package/docs/BookingsBlackoutsApi.md +186 -0
- package/docs/BookingsPlacesApi.md +168 -0
- package/docs/BookingsSpacesApi.md +177 -0
- package/docs/BraintreeActivationFormParams.md +28 -0
- package/docs/Channel.md +38 -0
- package/docs/ChannelCollectionCreateInputs.md +22 -0
- package/docs/ChannelCollectionTranslationUpdateInputs.md +22 -0
- package/docs/ChannelCollectionUpdateInputs.md +22 -0
- package/docs/ChannelContent.md +40 -0
- package/docs/ChannelContentCount.md +22 -0
- package/docs/ChannelContentCreateInputs.md +54 -0
- package/docs/ChannelContentGuestCreateInputs.md +54 -0
- package/docs/ChannelContentGuestTranslation.md +32 -0
- package/docs/ChannelContentGuestTranslationUpdateInputs.md +24 -0
- package/docs/ChannelContentGuestUpdateInputs.md +54 -0
- package/docs/ChannelContentLike.md +24 -0
- package/docs/ChannelContentTranslation.md +44 -0
- package/docs/ChannelContentTranslationUpdateInputs.md +30 -0
- package/docs/ChannelContentUpdateInputs.md +56 -0
- package/docs/ChannelCount.md +22 -0
- package/docs/ChannelCreateInputs.md +50 -0
- package/docs/ChannelFormat.md +12 -0
- package/docs/ChannelSubscriberUpdateInputs.md +22 -0
- package/docs/ChannelTranslation.md +30 -0
- package/docs/ChannelTranslationUpdateInputs.md +22 -0
- package/docs/ChannelUpdateInputs.md +50 -0
- package/docs/ChannelsApi.md +1729 -0
- package/docs/CloneOptions.md +76 -0
- package/docs/ContentGuestType.md +12 -0
- package/docs/ContentStatus.md +10 -0
- package/docs/CountChartSummaryData.md +26 -0
- package/docs/Coupon.md +32 -0
- package/docs/CouponCount.md +24 -0
- package/docs/CreateAccount200Response.md +24 -0
- package/docs/CreateAccountAddress200Response.md +24 -0
- package/docs/CreateAccountInvitations200Response.md +24 -0
- package/docs/CreateActivity200Response.md +24 -0
- package/docs/CreateAdvertisement200Response.md +24 -0
- package/docs/CreateAnnouncement200Response.md +24 -0
- package/docs/CreateBenefit200Response.md +24 -0
- package/docs/CreateBooking200Response.md +24 -0
- package/docs/CreateBookingPlace200Response.md +24 -0
- package/docs/CreateBookingSpace200Response.md +24 -0
- package/docs/CreateChannel200Response.md +24 -0
- package/docs/CreateCustomModule200Response.md +24 -0
- package/docs/CreateDashboard200Response.md +24 -0
- package/docs/CreateEvent200Response.md +24 -0
- package/docs/CreateEventAddOn200Response.md +24 -0
- package/docs/CreateEventAttendee200Response.md +24 -0
- package/docs/CreateEventCoupon200Response.md +24 -0
- package/docs/CreateEventCouponVariants200Response.md +24 -0
- package/docs/CreateEventFaqSection200Response.md +24 -0
- package/docs/CreateEventFaqSectionQuestion200Response.md +24 -0
- package/docs/CreateEventMatch200Response.md +24 -0
- package/docs/CreateEventPackage200Response.md +24 -0
- package/docs/CreateEventPage200Response.md +24 -0
- package/docs/CreateEventPass200Response.md +24 -0
- package/docs/CreateEventPassType200Response.md +24 -0
- package/docs/CreateEventRoomType200Response.md +24 -0
- package/docs/CreateEventRound200Response.md +24 -0
- package/docs/CreateEventSession200Response.md +24 -0
- package/docs/CreateEventSpeaker200Response.md +24 -0
- package/docs/CreateEventTrack200Response.md +24 -0
- package/docs/CreateGroup200Response.md +24 -0
- package/docs/CreateImage200Response.md +24 -0
- package/docs/CreateIntegration200Response.md +24 -0
- package/docs/CreateInterest200Response.md +24 -0
- package/docs/CreateInvoice200Response.md +24 -0
- package/docs/CreateLevel200Response.md +24 -0
- package/docs/CreateMeeting200Response.md +24 -0
- package/docs/CreateMeetingLink200Response.md +24 -0
- package/docs/CreateOrganizationWebhook200Response.md +24 -0
- package/docs/CreatePreset200Response.md +24 -0
- package/docs/CreateRoom200Response.md +24 -0
- package/docs/CreateSearchList200Response.md +24 -0
- package/docs/CreateSelfApiKey200Response.md +24 -0
- package/docs/CreateSeries200Response.md +24 -0
- package/docs/CreateStreamInput200Response.md +24 -0
- package/docs/CreateSupportTicket200Response.md +24 -0
- package/docs/CreateSurvey200Response.md +24 -0
- package/docs/CreateSurveySection200Response.md +24 -0
- package/docs/CreateThread200Response.md +24 -0
- package/docs/CreateThreadCircle200Response.md +24 -0
- package/docs/CreateThreadMessage200Response.md +24 -0
- package/docs/CreateTier200Response.md +24 -0
- package/docs/Currency.md +8 -0
- package/docs/CustomModule.md +34 -0
- package/docs/CustomModuleCreateInputs.md +30 -0
- package/docs/CustomModulePosition.md +10 -0
- package/docs/CustomModuleTranslation.md +28 -0
- package/docs/CustomModuleTranslationUpdateInputs.md +22 -0
- package/docs/CustomModuleUpdateInputs.md +32 -0
- package/docs/CustomReport.md +46 -0
- package/docs/CustomReportCreateInputs.md +26 -0
- package/docs/CustomReportUpdateInputs.md +26 -0
- package/docs/Dashboard.md +20 -0
- package/docs/DashboardCreateInputs.md +22 -0
- package/docs/DashboardUpdateInputs.md +20 -0
- package/docs/DashboardWidgetCreateInputs.md +26 -0
- package/docs/DashboardWidgetEndpoint.md +32 -0
- package/docs/DashboardWidgetEndpointDefaultSize.md +22 -0
- package/docs/DashboardWidgetUpdateInputs.md +26 -0
- package/docs/DashboardsApi.md +284 -0
- package/docs/DashboardsWidgetsApi.md +232 -0
- package/docs/DayOfWeek.md +20 -0
- package/docs/DefaultAuthAction.md +10 -0
- package/docs/DelegateRole.md +10 -0
- package/docs/DomainDetails.md +20 -0
- package/docs/EmailReceipt.md +24 -0
- package/docs/EmailReceiptStatus.md +16 -0
- package/docs/EmailReceiptsApi.md +123 -0
- package/docs/EntityUseCode.md +24 -0
- package/docs/Event.md +94 -0
- package/docs/EventActivation.md +34 -0
- package/docs/EventActivationCompletionCreateInputs.md +22 -0
- package/docs/EventActivationCompletionUpdateInputs.md +20 -0
- package/docs/EventActivationCreateInputs.md +44 -0
- package/docs/EventActivationTranslation.md +26 -0
- package/docs/EventActivationTranslationUpdateInputs.md +24 -0
- package/docs/EventActivationType.md +12 -0
- package/docs/EventActivationUpdateInputs.md +40 -0
- package/docs/EventAddOn.md +30 -0
- package/docs/EventAddOnCount.md +20 -0
- package/docs/EventAddOnCreateInputs.md +40 -0
- package/docs/EventAddOnTranslation.md +30 -0
- package/docs/EventAddOnTranslationUpdateInputs.md +24 -0
- package/docs/EventAddOnUpdateInputs.md +40 -0
- package/docs/EventAgendaVisibility.md +12 -0
- package/docs/EventAnnouncementFilters.md +30 -0
- package/docs/EventAttendee.md +28 -0
- package/docs/EventAttendeeCount.md +22 -0
- package/docs/EventAttendeePackageCreateInputs.md +22 -0
- package/docs/EventAttendeePackageUpdateInputs.md +22 -0
- package/docs/EventBadgeFieldUpdateInputs.md +34 -0
- package/docs/EventCouponCreateInputs.md +54 -0
- package/docs/EventCouponUpdateInputs.md +54 -0
- package/docs/EventCreateInputs.md +130 -0
- package/docs/EventCreateInputsPassLimitPerAccount.md +18 -0
- package/docs/EventCreateInputsSplitPaymentPercentage.md +18 -0
- package/docs/EventEmail.md +22 -0
- package/docs/EventEmailTranslation.md +28 -0
- package/docs/EventEmailTranslationUpdateInputs.md +20 -0
- package/docs/EventEmailType.md +12 -0
- package/docs/EventEmailUpdateInputs.md +26 -0
- package/docs/EventFaqSectionCreateInputs.md +24 -0
- package/docs/EventFaqSectionQuestionCreateInputs.md +28 -0
- package/docs/EventFaqSectionQuestionTranslationUpdateInputs.md +22 -0
- package/docs/EventFaqSectionQuestionUpdateInputs.md +28 -0
- package/docs/EventFaqSectionTranslationUpdateInputs.md +20 -0
- package/docs/EventFaqSectionUpdateInputs.md +24 -0
- package/docs/EventFollowupCreateInputs.md +26 -0
- package/docs/EventFollowupTranslationUpdateInputs.md +24 -0
- package/docs/EventFollowupUpdateInputs.md +26 -0
- package/docs/EventMediaItem.md +24 -0
- package/docs/EventMediaItemCreateInputs.md +30 -0
- package/docs/EventMediaItemUpdateInputs.md +24 -0
- package/docs/EventOnSite.md +20 -0
- package/docs/EventOnSiteBadgeField.md +20 -0
- package/docs/EventPackage.md +24 -0
- package/docs/EventPackageCreateInputs.md +36 -0
- package/docs/EventPackagePass.md +22 -0
- package/docs/EventPackagePassCreateInputs.md +22 -0
- package/docs/EventPackagePassUpdateInputs.md +22 -0
- package/docs/EventPackageTranslation.md +26 -0
- package/docs/EventPackageTranslationUpdateInputs.md +22 -0
- package/docs/EventPackageUpdateInputs.md +36 -0
- package/docs/EventPage.md +24 -0
- package/docs/EventPageCreateInputs.md +30 -0
- package/docs/EventPageTranslation.md +32 -0
- package/docs/EventPageTranslationUpdateInputs.md +24 -0
- package/docs/EventPageUpdateInputs.md +30 -0
- package/docs/EventPass.md +30 -0
- package/docs/EventPassCreateInputs.md +26 -0
- package/docs/EventPassType.md +34 -0
- package/docs/EventPassTypeCount.md +20 -0
- package/docs/EventPassTypeTranslation.md +32 -0
- package/docs/EventPassUpdateInputs.md +28 -0
- package/docs/EventQuestionChoiceCreateInputs.md +28 -0
- package/docs/EventQuestionChoiceTranslationUpdateInputs.md +24 -0
- package/docs/EventQuestionChoiceUpdateInputs.md +28 -0
- package/docs/EventQuestionCreateInputs.md +66 -0
- package/docs/EventQuestionTranslationUpdateInputs.md +24 -0
- package/docs/EventQuestionUpdateInputs.md +58 -0
- package/docs/EventRegistrationBypassCreateInputs.md +26 -0
- package/docs/EventRegistrationBypassUpdateInputs.md +26 -0
- package/docs/EventReportDateType.md +14 -0
- package/docs/EventRoomType.md +52 -0
- package/docs/EventRoomTypeAddOnDetails.md +22 -0
- package/docs/EventRoomTypeAddOnDetailsUpdateInputs.md +30 -0
- package/docs/EventRoomTypeCount.md +20 -0
- package/docs/EventRoomTypeCreateInputs.md +54 -0
- package/docs/EventRoomTypePassTypeDetails.md +22 -0
- package/docs/EventRoomTypePassTypeDetailsUpdateInputs.md +40 -0
- package/docs/EventRoomTypeReservation.md +26 -0
- package/docs/EventRoomTypeReservationCreateInputs.md +28 -0
- package/docs/EventRoomTypeReservationPassesInner.md +26 -0
- package/docs/EventRoomTypeReservationPassesInnerAttendee.md +22 -0
- package/docs/EventRoomTypeReservationUpdateInputs.md +26 -0
- package/docs/EventRoomTypeTranslation.md +30 -0
- package/docs/EventRoomTypeTranslationUpdateInputs.md +22 -0
- package/docs/EventRoomTypeUpdateInputs.md +54 -0
- package/docs/EventSectionCreateInputs.md +26 -0
- package/docs/EventSectionTranslationUpdateInputs.md +24 -0
- package/docs/EventSectionUpdateInputs.md +26 -0
- package/docs/EventSession.md +34 -0
- package/docs/EventSessionAccess.md +24 -0
- package/docs/EventSessionAccessUpdateInputs.md +20 -0
- package/docs/EventSessionCreateInputs.md +64 -0
- package/docs/EventSessionLocation.md +24 -0
- package/docs/EventSessionLocationCreateInputs.md +36 -0
- package/docs/EventSessionLocationTranslation.md +30 -0
- package/docs/EventSessionLocationTranslationUpdateInputs.md +22 -0
- package/docs/EventSessionLocationUpdateInputs.md +36 -0
- package/docs/EventSessionQuestion.md +30 -0
- package/docs/EventSessionQuestionChoice.md +28 -0
- package/docs/EventSessionQuestionChoiceCreateInputs.md +28 -0
- package/docs/EventSessionQuestionChoiceSubQuestion.md +24 -0
- package/docs/EventSessionQuestionChoiceTranslation.md +32 -0
- package/docs/EventSessionQuestionChoiceTranslationUpdateInputs.md +24 -0
- package/docs/EventSessionQuestionChoiceUpdateInputs.md +28 -0
- package/docs/EventSessionQuestionCount.md +20 -0
- package/docs/EventSessionQuestionCreateInputs.md +68 -0
- package/docs/EventSessionQuestionResponse.md +24 -0
- package/docs/EventSessionQuestionResponseChange.md +22 -0
- package/docs/EventSessionQuestionTranslation.md +32 -0
- package/docs/EventSessionQuestionTranslationUpdateInputs.md +24 -0
- package/docs/EventSessionQuestionType.md +30 -0
- package/docs/EventSessionQuestionUpdateInputs.md +60 -0
- package/docs/EventSessionSection.md +24 -0
- package/docs/EventSessionSectionCreateInputs.md +24 -0
- package/docs/EventSessionSectionQuestion.md +22 -0
- package/docs/EventSessionSectionTranslation.md +30 -0
- package/docs/EventSessionSectionTranslationUpdateInputs.md +24 -0
- package/docs/EventSessionSectionUpdateInputs.md +26 -0
- package/docs/EventSessionTranslation.md +36 -0
- package/docs/EventSessionTranslationUpdateInputs.md +26 -0
- package/docs/EventSessionUpdateInputs.md +64 -0
- package/docs/EventSource.md +12 -0
- package/docs/EventSpeaker.md +44 -0
- package/docs/EventSpeakerCreateInputs.md +58 -0
- package/docs/EventSpeakerTranslation.md +30 -0
- package/docs/EventSpeakerTranslationUpdateInputs.md +22 -0
- package/docs/EventSpeakerUpdateInputs.md +58 -0
- package/docs/EventSponsorship.md +22 -0
- package/docs/EventSponsorshipCreateInputs.md +32 -0
- package/docs/EventSponsorshipLevel.md +26 -0
- package/docs/EventSponsorshipLevelCreateInputs.md +28 -0
- package/docs/EventSponsorshipLevelTranslation.md +30 -0
- package/docs/EventSponsorshipLevelTranslationUpdateInputs.md +22 -0
- package/docs/EventSponsorshipLevelUpdateInputs.md +28 -0
- package/docs/EventSponsorshipTranslation.md +30 -0
- package/docs/EventSponsorshipTranslationUpdateInputs.md +22 -0
- package/docs/EventSponsorshipUpdateInputs.md +32 -0
- package/docs/EventTrack.md +24 -0
- package/docs/EventTrackCount.md +20 -0
- package/docs/EventTrackCreateInputs.md +26 -0
- package/docs/EventTrackTranslation.md +30 -0
- package/docs/EventTrackTranslationUpdateInputs.md +22 -0
- package/docs/EventTrackUpdateInputs.md +26 -0
- package/docs/EventTranslation.md +38 -0
- package/docs/EventTranslationUpdateInputs.md +28 -0
- package/docs/EventType.md +12 -0
- package/docs/EventUpdateInputs.md +130 -0
- package/docs/EventVariantCouponCreateInputs.md +20 -0
- package/docs/EventVariantCouponSyncInputs.md +20 -0
- package/docs/EventsAccessApi.md +181 -0
- package/docs/EventsActivationsApi.md +600 -0
- package/docs/EventsAddonsApi.md +738 -0
- package/docs/EventsApi.md +593 -0
- package/docs/EventsAttendeesApi.md +696 -0
- package/docs/EventsAttendeesPackagesApi.md +314 -0
- package/docs/EventsAttendeesReservationsApi.md +561 -0
- package/docs/EventsBenefitsApi.md +117 -0
- package/docs/EventsBypassApi.md +296 -0
- package/docs/EventsCohostsApi.md +181 -0
- package/docs/EventsCouponsApi.md +673 -0
- package/docs/EventsEmailsApi.md +121 -0
- package/docs/EventsFaqsApi.md +658 -0
- package/docs/EventsFollowupsApi.md +1156 -0
- package/docs/EventsMatchesApi.md +1022 -0
- package/docs/EventsMediaApi.md +482 -0
- package/docs/EventsOnSiteApi.md +344 -0
- package/docs/EventsPackagesApi.md +296 -0
- package/docs/EventsPackagesPassesApi.md +311 -0
- package/docs/EventsPagesApi.md +479 -0
- package/docs/EventsPassesApi.md +1743 -0
- package/docs/EventsPasstypesApi.md +1058 -0
- package/docs/EventsPasstypesPriceschedulesApi.md +311 -0
- package/docs/EventsPasstypesRefundschedulesApi.md +311 -0
- package/docs/EventsQuestionsApi.md +1333 -0
- package/docs/EventsRoomsApi.md +537 -0
- package/docs/EventsRoomtypesApi.md +746 -0
- package/docs/EventsSectionsApi.md +1156 -0
- package/docs/EventsSessionsAccessesApi.md +208 -0
- package/docs/EventsSessionsApi.md +1348 -0
- package/docs/EventsSessionsLocationsApi.md +479 -0
- package/docs/EventsSessionsMatchesApi.md +1018 -0
- package/docs/EventsSessionsQuestionsApi.md +1216 -0
- package/docs/EventsSessionsSectionsApi.md +628 -0
- package/docs/EventsSpeakersApi.md +479 -0
- package/docs/EventsSponsorsApi.md +245 -0
- package/docs/EventsSponsorshiplevelsApi.md +351 -0
- package/docs/EventsSponsorshipsApi.md +369 -0
- package/docs/EventsTemplatesApi.md +68 -0
- package/docs/EventsTracksApi.md +662 -0
- package/docs/ExportStatus.md +12 -0
- package/docs/Faq.md +32 -0
- package/docs/FaqSection.md +28 -0
- package/docs/FaqSectionTranslation.md +28 -0
- package/docs/FaqTranslation.md +30 -0
- package/docs/FileSource.md +12 -0
- package/docs/FileUpdateInputs.md +24 -0
- package/docs/FilesApi.md +231 -0
- package/docs/GetAPILog200Response.md +24 -0
- package/docs/GetAPILogs200Response.md +26 -0
- package/docs/GetAccountActivities200Response.md +26 -0
- package/docs/GetAccountAddress200Response.md +24 -0
- package/docs/GetAccountEvents200Response.md +26 -0
- package/docs/GetAccountGroups200Response.md +26 -0
- package/docs/GetAccountInterests200Response.md +26 -0
- package/docs/GetAccountInvitations200Response.md +26 -0
- package/docs/GetAccountLead200Response.md +24 -0
- package/docs/GetAccountLeads200Response.md +26 -0
- package/docs/GetAccountLevels200Response.md +26 -0
- package/docs/GetAccountLikes200Response.md +26 -0
- package/docs/GetAccountPayments200Response.md +26 -0
- package/docs/GetAccountThreads200Response.md +26 -0
- package/docs/GetAccountTiers200Response.md +26 -0
- package/docs/GetAccounts200Response.md +26 -0
- package/docs/GetAdvertisements200Response.md +26 -0
- package/docs/GetAnnouncements200Response.md +26 -0
- package/docs/GetAuthSession200Response.md +24 -0
- package/docs/GetBenefitClicks200Response.md +26 -0
- package/docs/GetBenefits200Response.md +26 -0
- package/docs/GetBookingPlaceBookings200Response.md +26 -0
- package/docs/GetBookingPlaces200Response.md +26 -0
- package/docs/GetBookingSpaces200Response.md +26 -0
- package/docs/GetChannelContent200Response.md +24 -0
- package/docs/GetChannelContents200Response.md +26 -0
- package/docs/GetChannels200Response.md +26 -0
- package/docs/GetCustomModules200Response.md +26 -0
- package/docs/GetCustomReport200Response.md +24 -0
- package/docs/GetCustomReportUsers200Response.md +24 -0
- package/docs/GetCustomReports200Response.md +26 -0
- package/docs/GetDashboards200Response.md +26 -0
- package/docs/GetEmailReceipt200Response.md +24 -0
- package/docs/GetEntityUseCodes200Response.md +24 -0
- package/docs/GetEventAccessUsers200Response.md +26 -0
- package/docs/GetEventActivation200Response.md +24 -0
- package/docs/GetEventAddOnPasses200Response.md +26 -0
- package/docs/GetEventAddOns200Response.md +26 -0
- package/docs/GetEventAttendeeCoupons200Response.md +26 -0
- package/docs/GetEventAttendees200Response.md +26 -0
- package/docs/GetEventEmail200Response.md +24 -0
- package/docs/GetEventFaqSectionQuestions200Response.md +26 -0
- package/docs/GetEventFaqSections200Response.md +26 -0
- package/docs/GetEventMediaItem200Response.md +24 -0
- package/docs/GetEventMediaItems200Response.md +26 -0
- package/docs/GetEventOnSite200Response.md +24 -0
- package/docs/GetEventPackages200Response.md +26 -0
- package/docs/GetEventPageImages200Response.md +26 -0
- package/docs/GetEventPages200Response.md +26 -0
- package/docs/GetEventPassMatches200Response.md +24 -0
- package/docs/GetEventPassTypes200Response.md +26 -0
- package/docs/GetEventQuestionSummary200Response.md +24 -0
- package/docs/GetEventRoomTypes200Response.md +26 -0
- package/docs/GetEventRoundMatches200Response.md +26 -0
- package/docs/GetEventRounds200Response.md +24 -0
- package/docs/GetEventSection200Response.md +24 -0
- package/docs/GetEventSessionTracks200Response.md +26 -0
- package/docs/GetEventSessions200Response.md +26 -0
- package/docs/GetEventSpeakers200Response.md +26 -0
- package/docs/GetEventTiers200Response.md +24 -0
- package/docs/GetEvents200Response.md +26 -0
- package/docs/GetFiles200Response.md +26 -0
- package/docs/GetGroupInvitation200Response.md +24 -0
- package/docs/GetGroupRequest200Response.md +24 -0
- package/docs/GetGroupRequests200Response.md +26 -0
- package/docs/GetGroups200Response.md +26 -0
- package/docs/GetImageUsage200Response.md +24 -0
- package/docs/GetImages200Response.md +26 -0
- package/docs/GetImport200Response.md +24 -0
- package/docs/GetImportItems200Response.md +26 -0
- package/docs/GetImports200Response.md +26 -0
- package/docs/GetIntegrations200Response.md +26 -0
- package/docs/GetInvoiceLineItem200Response.md +24 -0
- package/docs/GetInvoices200Response.md +26 -0
- package/docs/GetLivestream200Response.md +24 -0
- package/docs/GetLivestreams200Response.md +26 -0
- package/docs/GetLogin200Response.md +24 -0
- package/docs/GetLoginAuthSessions200Response.md +26 -0
- package/docs/GetLoginDevices200Response.md +26 -0
- package/docs/GetLogins200Response.md +26 -0
- package/docs/GetMeetingLinks200Response.md +26 -0
- package/docs/GetMeetingSession200Response.md +24 -0
- package/docs/GetMeetings200Response.md +26 -0
- package/docs/GetOrganization200Response.md +24 -0
- package/docs/GetOrganizationWebhooks200Response.md +26 -0
- package/docs/GetPayment200Response.md +24 -0
- package/docs/GetPresets200Response.md +26 -0
- package/docs/GetPushDevice200Response.md +24 -0
- package/docs/GetReport200Response.md +24 -0
- package/docs/GetReports200Response.md +24 -0
- package/docs/GetRoomTypeRooms200Response.md +26 -0
- package/docs/GetSearchListValue200Response.md +24 -0
- package/docs/GetSearchLists200Response.md +26 -0
- package/docs/GetSelf200Response.md +24 -0
- package/docs/GetSelfApiKeys200Response.md +26 -0
- package/docs/GetSelfOrganizations200Response.md +26 -0
- package/docs/GetSeriesList200Response.md +26 -0
- package/docs/GetStreamInputs200Response.md +26 -0
- package/docs/GetStreamSession200Response.md +24 -0
- package/docs/GetStreamSessions200Response.md +26 -0
- package/docs/GetStreamVideos200Response.md +26 -0
- package/docs/GetSupportTickets200Response.md +26 -0
- package/docs/GetSurveyQuestion200Response.md +24 -0
- package/docs/GetSurveyQuestions200Response.md +26 -0
- package/docs/GetSurveySections200Response.md +26 -0
- package/docs/GetSurveys200Response.md +26 -0
- package/docs/GetTaxCodes200Response.md +24 -0
- package/docs/GetTaxIntegration200Response.md +24 -0
- package/docs/GetTaxIntegrations200Response.md +26 -0
- package/docs/GetTaxLog200Response.md +24 -0
- package/docs/GetTaxLogs200Response.md +26 -0
- package/docs/GetThreadCircles200Response.md +26 -0
- package/docs/GetThreadMembers200Response.md +26 -0
- package/docs/GetThreadMessageFiles200Response.md +24 -0
- package/docs/GetThreadMessageImages200Response.md +24 -0
- package/docs/GetThreadMessageVideos200Response.md +24 -0
- package/docs/GetThreadMessages200Response.md +24 -0
- package/docs/GetVideo200Response.md +24 -0
- package/docs/GetVideoCaptions200Response.md +26 -0
- package/docs/Group.md +30 -0
- package/docs/GroupAccess.md +10 -0
- package/docs/GroupCount.md +24 -0
- package/docs/GroupCreateInputs.md +38 -0
- package/docs/GroupInvitation.md +30 -0
- package/docs/GroupInvitationStatus.md +12 -0
- package/docs/GroupMembership.md +32 -0
- package/docs/GroupMembershipRole.md +10 -0
- package/docs/GroupMembershipUpdateInputs.md +32 -0
- package/docs/GroupRequest.md +26 -0
- package/docs/GroupRequestStatus.md +10 -0
- package/docs/GroupTranslation.md +34 -0
- package/docs/GroupTranslationUpdateInputs.md +24 -0
- package/docs/GroupUpdateInputs.md +38 -0
- package/docs/GroupsApi.md +421 -0
- package/docs/GroupsEventsApi.md +184 -0
- package/docs/GroupsInterestsApi.md +181 -0
- package/docs/GroupsInvitationsApi.md +352 -0
- package/docs/GroupsMembersApi.md +233 -0
- package/docs/GroupsModeratorsApi.md +181 -0
- package/docs/GroupsRequestsApi.md +294 -0
- package/docs/GroupsSponsorsApi.md +181 -0
- package/docs/Image.md +26 -0
- package/docs/ImageCreateInputs.md +26 -0
- package/docs/ImageModerationLevel.md +10 -0
- package/docs/ImageType.md +18 -0
- package/docs/ImageUpdateInputs.md +24 -0
- package/docs/ImageUsage.md +20 -0
- package/docs/ImageUsageCount.md +32 -0
- package/docs/ImageWCopyUri.md +20 -0
- package/docs/ImagesApi.md +443 -0
- package/docs/ImpersonateAccount200Response.md +24 -0
- package/docs/Import.md +24 -0
- package/docs/ImportCount.md +20 -0
- package/docs/ImportCreateInputs.md +22 -0
- package/docs/ImportCreateInputsValuesInner.md +20 -0
- package/docs/ImportItem.md +20 -0
- package/docs/ImportItemStatus.md +12 -0
- package/docs/ImportRooms200Response.md +24 -0
- package/docs/ImportType.md +8 -0
- package/docs/ImportsApi.md +246 -0
- package/docs/IndexEventPasses200Response.md +24 -0
- package/docs/Integration.md +26 -0
- package/docs/IntegrationCreateInputs.md +28 -0
- package/docs/IntegrationDetails.md +26 -0
- package/docs/IntegrationType.md +8 -0
- package/docs/IntegrationUpdateInputs.md +26 -0
- package/docs/Interest.md +24 -0
- package/docs/InterestCount.md +22 -0
- package/docs/InterestCreateInputs.md +20 -0
- package/docs/InterestInputs.md +22 -0
- package/docs/InterestUpdateInputs.md +24 -0
- package/docs/InterestsApi.md +668 -0
- package/docs/Invoice.md +32 -0
- package/docs/InvoiceCreateInputs.md +32 -0
- package/docs/InvoiceLineItem.md +22 -0
- package/docs/InvoiceLineItemCreateInputs.md +32 -0
- package/docs/InvoiceLineItemCreateInputsQuantity.md +18 -0
- package/docs/InvoiceLineItemUpdateInputs.md +32 -0
- package/docs/InvoiceStatus.md +14 -0
- package/docs/InvoiceUpdateInputs.md +32 -0
- package/docs/InvoicesApi.md +577 -0
- package/docs/InvoicesLineitemsApi.md +177 -0
- package/docs/Lead.md +44 -0
- package/docs/LeadAttributesInner.md +22 -0
- package/docs/LeadCreateInputs.md +22 -0
- package/docs/LeadStatus.md +14 -0
- package/docs/LeadUpdateInputs.md +22 -0
- package/docs/Level.md +26 -0
- package/docs/LevelCreateInputs.md +34 -0
- package/docs/LevelTranslationUpdateInputs.md +24 -0
- package/docs/LevelUpdateInputs.md +34 -0
- package/docs/LevelsAccountsApi.md +181 -0
- package/docs/LevelsApi.md +281 -0
- package/docs/Like.md +22 -0
- package/docs/LineChartSummaryData.md +26 -0
- package/docs/LinkInputs.md +22 -0
- package/docs/Livestream.md +38 -0
- package/docs/LivestreamSession.md +36 -0
- package/docs/LocationQuestionOption.md +12 -0
- package/docs/Login.md +20 -0
- package/docs/LoginCount.md +22 -0
- package/docs/LoginsAccountsApi.md +181 -0
- package/docs/LoginsApi.md +465 -0
- package/docs/MarkNotificationsReadInputs.md +20 -0
- package/docs/Match.md +24 -0
- package/docs/MatchQuestionType.md +12 -0
- package/docs/MatchUpdateInputs.md +22 -0
- package/docs/Meeting.md +42 -0
- package/docs/MeetingCreateInputs.md +40 -0
- package/docs/MeetingLink.md +22 -0
- package/docs/MeetingLinkCreateInputs.md +24 -0
- package/docs/MeetingLinkUpdateInputs.md +24 -0
- package/docs/MeetingParticipant.md +32 -0
- package/docs/MeetingParticipantCreateInputs.md +24 -0
- package/docs/MeetingParticipantUpdateInputs.md +24 -0
- package/docs/MeetingPresetCreateInputs.md +20 -0
- package/docs/MeetingPresetUpdateInputs.md +20 -0
- package/docs/MeetingRecordingCreateInputs.md +50 -0
- package/docs/MeetingRecordingUpdateInputs.md +20 -0
- package/docs/MeetingSession.md +48 -0
- package/docs/MeetingSessionChatDownload.md +22 -0
- package/docs/MeetingSessionParticipant.md +22 -0
- package/docs/MeetingSessionParticipantPeerStats.md +30 -0
- package/docs/MeetingSessionParticipantPeerStatsDeviceInfo.md +42 -0
- package/docs/MeetingSessionParticipantPeerStatsEventsInner.md +22 -0
- package/docs/MeetingSessionParticipantPeerStatsIpInformation.md +34 -0
- package/docs/MeetingSessionParticipantPeerStatsPrecallNetworkInformation.md +36 -0
- package/docs/MeetingSessionParticipantQualityStatsInner.md +38 -0
- package/docs/MeetingSessionParticipantQualityStatsInnerAudioStatsInner.md +28 -0
- package/docs/MeetingSessionParticipantQualityStatsInnerVideoStatsInner.md +34 -0
- package/docs/MeetingSessionSummaryDownload.md +24 -0
- package/docs/MeetingSessionTranscriptDownload.md +24 -0
- package/docs/MeetingType.md +12 -0
- package/docs/MeetingUpdateInputs.md +42 -0
- package/docs/MeetingsApi.md +385 -0
- package/docs/MeetingsLinksApi.md +296 -0
- package/docs/MeetingsLivestreamsApi.md +340 -0
- package/docs/MeetingsParticipantsApi.md +351 -0
- package/docs/MeetingsPresetsApi.md +281 -0
- package/docs/MeetingsRecordingsApi.md +123 -0
- package/docs/MeetingsSessionsApi.md +450 -0
- package/docs/MentionInputs.md +22 -0
- package/docs/ModerationStatus.md +12 -0
- package/docs/ModulePermissions.md +30 -0
- package/docs/Notification.md +30 -0
- package/docs/NotificationFilters.md +24 -0
- package/docs/NotificationPreferences.md +48 -0
- package/docs/NotificationStats.md +26 -0
- package/docs/NotificationType.md +30 -0
- package/docs/NotificationsApi.md +222 -0
- package/docs/Organization.md +156 -0
- package/docs/OrganizationActionType.md +14 -0
- package/docs/OrganizationApi.md +498 -0
- package/docs/OrganizationAttributesApi.md +371 -0
- package/docs/OrganizationDomainsApi.md +149 -0
- package/docs/OrganizationIntegrationsApi.md +281 -0
- package/docs/OrganizationMembership.md +94 -0
- package/docs/OrganizationMembershipUpdateInputs.md +72 -0
- package/docs/OrganizationModule.md +28 -0
- package/docs/OrganizationModuleType.md +36 -0
- package/docs/OrganizationModuleUpdateInputs.md +26 -0
- package/docs/OrganizationModulesApi.md +176 -0
- package/docs/OrganizationModulesCustomApi.md +281 -0
- package/docs/OrganizationModulesTiersApi.md +355 -0
- package/docs/OrganizationOAuthInner.md +20 -0
- package/docs/OrganizationPageCreateInputs.md +24 -0
- package/docs/OrganizationPageTranslationUpdateInputs.md +24 -0
- package/docs/OrganizationPageUpdateInputs.md +24 -0
- package/docs/OrganizationPaymentIntegrationCreateInputs.md +32 -0
- package/docs/OrganizationPaymentIntegrationUpdateInputs.md +20 -0
- package/docs/OrganizationPaymentsApi.md +504 -0
- package/docs/OrganizationSideeffectsApi.md +239 -0
- package/docs/OrganizationTaxApi.md +611 -0
- package/docs/OrganizationTeamMemberCreateInputs.md +52 -0
- package/docs/OrganizationTeamMemberUpdateInputs.md +52 -0
- package/docs/OrganizationTeammembersApi.md +281 -0
- package/docs/OrganizationTrigger.md +30 -0
- package/docs/OrganizationTriggerType.md +8 -0
- package/docs/OrganizationUpdateInputs.md +124 -0
- package/docs/OrganizationUsersApi.md +172 -0
- package/docs/OrganizationWebhooksApi.md +333 -0
- package/docs/PageType.md +14 -0
- package/docs/PassAddOn.md +22 -0
- package/docs/PassTypeAccessLevel.md +12 -0
- package/docs/PassTypeCreateInputs.md +70 -0
- package/docs/PassTypePriceScheduleCreateInputs.md +28 -0
- package/docs/PassTypePriceScheduleUpdateInputs.md +28 -0
- package/docs/PassTypeRefundScheduleCreateInputs.md +24 -0
- package/docs/PassTypeRefundScheduleUpdateInputs.md +24 -0
- package/docs/PassTypeTranslationUpdateInputs.md +24 -0
- package/docs/PassTypeUpdateInputs.md +74 -0
- package/docs/PassTypeVisibility.md +10 -0
- package/docs/Payment.md +70 -0
- package/docs/PaymentIntegration.md +20 -0
- package/docs/PaymentIntegrationType.md +16 -0
- package/docs/PaymentLineItem.md +34 -0
- package/docs/PaymentLineItemType.md +26 -0
- package/docs/PaymentType.md +10 -0
- package/docs/PaymentUpdateInputs.md +22 -0
- package/docs/PaymentsApi.md +63 -0
- package/docs/PaypalActivationFormParams.md +26 -0
- package/docs/PreferencesApi.md +105 -0
- package/docs/PurchaseStatus.md +14 -0
- package/docs/PushDevicesApi.md +175 -0
- package/docs/PushService.md +14 -0
- package/docs/Question.md +22 -0
- package/docs/RecordingAction.md +12 -0
- package/docs/RefundLineItem.md +22 -0
- package/docs/RegistrationFollowup.md +32 -0
- package/docs/RegistrationFollowupQuestion.md +22 -0
- package/docs/RegistrationFollowupTranslation.md +30 -0
- package/docs/RegistrationQuestion.md +30 -0
- package/docs/RegistrationQuestionChoice.md +28 -0
- package/docs/RegistrationQuestionChoiceSubQuestion.md +24 -0
- package/docs/RegistrationQuestionChoiceTranslation.md +32 -0
- package/docs/RegistrationQuestionResponse.md +24 -0
- package/docs/RegistrationQuestionResponseChange.md +22 -0
- package/docs/RegistrationQuestionTranslation.md +32 -0
- package/docs/RegistrationQuestionType.md +28 -0
- package/docs/RegistrationSection.md +32 -0
- package/docs/RegistrationSectionQuestion.md +22 -0
- package/docs/RegistrationSectionTranslation.md +30 -0
- package/docs/ReportFilters.md +34 -0
- package/docs/ReportType.md +50 -0
- package/docs/ReportsApi.md +396 -0
- package/docs/ReportsUsersApi.md +169 -0
- package/docs/Room.md +22 -0
- package/docs/RoomCreateInputs.md +20 -0
- package/docs/RoomUpdateInputs.md +20 -0
- package/docs/Round.md +24 -0
- package/docs/RoundEventQuestion.md +22 -0
- package/docs/RoundEventQuestionUpdataInputs.md +20 -0
- package/docs/RoundMatchesInner.md +24 -0
- package/docs/RoundSessionQuestion.md +22 -0
- package/docs/RoundSessionQuestionUpdateInputs.md +20 -0
- package/docs/SearchField.md +40 -0
- package/docs/SearchList.md +24 -0
- package/docs/SearchListConnectedQuestion.md +42 -0
- package/docs/SearchListCreateInputs.md +20 -0
- package/docs/SearchListUpdateInputs.md +20 -0
- package/docs/SearchListValue.md +24 -0
- package/docs/SearchListValueCreateInputs.md +22 -0
- package/docs/SearchListValueUpdateInputs.md +22 -0
- package/docs/SearchOrganization200Response.md +24 -0
- package/docs/SearchOrganizationFilters.md +30 -0
- package/docs/SearchlistsApi.md +281 -0
- package/docs/SearchlistsValuesApi.md +403 -0
- package/docs/SegmentInputs.md +20 -0
- package/docs/SelfApi.md +263 -0
- package/docs/SelfApikeysApi.md +225 -0
- package/docs/SelfImagesApi.md +105 -0
- package/docs/Series.md +28 -0
- package/docs/SeriesApi.md +455 -0
- package/docs/SeriesCreateInputs.md +34 -0
- package/docs/SeriesUpdateInputs.md +34 -0
- package/docs/SessionAccess.md +10 -0
- package/docs/SideEffect.md +44 -0
- package/docs/SideEffectActionType.md +16 -0
- package/docs/SideEffectTriggerType.md +14 -0
- package/docs/SponsorshipLevelTranslation.md +32 -0
- package/docs/StandardReport.md +24 -0
- package/docs/StorageApi.md +65 -0
- package/docs/StorageConfig.md +42 -0
- package/docs/StreamInput.md +44 -0
- package/docs/StreamInputCreateInputs.md +44 -0
- package/docs/StreamInputDetails.md +46 -0
- package/docs/StreamInputDetailsRecording.md +24 -0
- package/docs/StreamInputDetailsRtmps.md +22 -0
- package/docs/StreamInputDetailsSrt.md +24 -0
- package/docs/StreamInputDetailsWebRTC.md +20 -0
- package/docs/StreamInputOutput.md +26 -0
- package/docs/StreamInputOutputCreateInputs.md +24 -0
- package/docs/StreamInputOutputUpdateInputs.md +20 -0
- package/docs/StreamInputUpdateInputs.md +44 -0
- package/docs/StreamOutputCreateInputs.md +24 -0
- package/docs/StreamSession.md +22 -0
- package/docs/StreamSessionChatMessage.md +34 -0
- package/docs/StreamSessionSubscription.md +22 -0
- package/docs/StreamsApi.md +413 -0
- package/docs/StreamsOutputsApi.md +296 -0
- package/docs/StreamsSessionsApi.md +364 -0
- package/docs/StripeActivationFormParams.md +26 -0
- package/docs/SummaryData.md +26 -0
- package/docs/SupportApi.md +168 -0
- package/docs/SupportMessagesApi.md +63 -0
- package/docs/SupportNotesApi.md +118 -0
- package/docs/SupportTicket.md +42 -0
- package/docs/SupportTicketActivityLog.md +22 -0
- package/docs/SupportTicketActivitySource.md +12 -0
- package/docs/SupportTicketActivityType.md +16 -0
- package/docs/SupportTicketCreateInputs.md +28 -0
- package/docs/SupportTicketMessage.md +22 -0
- package/docs/SupportTicketMessageCreateInputs.md +20 -0
- package/docs/SupportTicketMessageSource.md +12 -0
- package/docs/SupportTicketNote.md +24 -0
- package/docs/SupportTicketNoteCreateInputs.md +20 -0
- package/docs/SupportTicketState.md +14 -0
- package/docs/SupportTicketType.md +12 -0
- package/docs/SupportTicketUpdateInputs.md +30 -0
- package/docs/SupportedLocale.md +136 -0
- package/docs/SupportticketsApi.md +248 -0
- package/docs/SupportticketsMessagesApi.md +71 -0
- package/docs/SupportticketsNotesApi.md +71 -0
- package/docs/Survey.md +26 -0
- package/docs/SurveyCreateInputs.md +34 -0
- package/docs/SurveyQuestion.md +30 -0
- package/docs/SurveyQuestionChoice.md +28 -0
- package/docs/SurveyQuestionChoiceCreateInputs.md +28 -0
- package/docs/SurveyQuestionChoiceSubQuestion.md +24 -0
- package/docs/SurveyQuestionChoiceTranslation.md +32 -0
- package/docs/SurveyQuestionChoiceTranslationUpdateInputs.md +24 -0
- package/docs/SurveyQuestionChoiceUpdateInputs.md +28 -0
- package/docs/SurveyQuestionCreateInputs.md +64 -0
- package/docs/SurveyQuestionResponse.md +24 -0
- package/docs/SurveyQuestionResponseChange.md +22 -0
- package/docs/SurveyQuestionTranslation.md +32 -0
- package/docs/SurveyQuestionTranslationUpdateInputs.md +24 -0
- package/docs/SurveyQuestionType.md +28 -0
- package/docs/SurveyQuestionUpdateInputs.md +56 -0
- package/docs/SurveySection.md +24 -0
- package/docs/SurveySectionCreateInputs.md +24 -0
- package/docs/SurveySectionQuestion.md +22 -0
- package/docs/SurveySectionTranslation.md +30 -0
- package/docs/SurveySectionTranslationUpdateInputs.md +24 -0
- package/docs/SurveySectionUpdateInputs.md +26 -0
- package/docs/SurveySubmission.md +22 -0
- package/docs/SurveySubmissionUpdateInputs.md +20 -0
- package/docs/SurveyTranslation.md +30 -0
- package/docs/SurveyTranslationUpdateInputs.md +24 -0
- package/docs/SurveyUpdateInputs.md +34 -0
- package/docs/SurveysApi.md +281 -0
- package/docs/SurveysQuestionsApi.md +1159 -0
- package/docs/SurveysSectionsApi.md +598 -0
- package/docs/SurveysSubmissionsApi.md +435 -0
- package/docs/SystemEventLog.md +32 -0
- package/docs/SystemEventLogStatus.md +10 -0
- package/docs/TableChartSummaryData.md +26 -0
- package/docs/TableChartSummaryDataDataInner.md +20 -0
- package/docs/TaxCode.md +22 -0
- package/docs/TaxIntegration.md +54 -0
- package/docs/TaxIntegrationCreateInputs.md +26 -0
- package/docs/TaxIntegrationLog.md +22 -0
- package/docs/TaxIntegrationLogType.md +12 -0
- package/docs/TaxIntegrationType.md +14 -0
- package/docs/TaxIntegrationUpdateInputs.md +40 -0
- package/docs/TaxLocationType.md +10 -0
- package/docs/TeamCreateInputs.md +24 -0
- package/docs/TeamMember.md +40 -0
- package/docs/TeamUpdateInputs.md +24 -0
- package/docs/ThreadCircleAccountCreateInputs.md +22 -0
- package/docs/ThreadCircleAccountRole.md +12 -0
- package/docs/ThreadCircleAccountUpdateInputs.md +20 -0
- package/docs/ThreadCircleCreateInputs.md +20 -0
- package/docs/ThreadCircleType.md +10 -0
- package/docs/ThreadCircleUpdateInputs.md +20 -0
- package/docs/ThreadCreateInputs.md +28 -0
- package/docs/ThreadInvitation.md +42 -0
- package/docs/ThreadInvitationStatus.md +10 -0
- package/docs/ThreadMember.md +22 -0
- package/docs/ThreadMemberRole.md +10 -0
- package/docs/ThreadMemberUpdateInputs.md +20 -0
- package/docs/ThreadMessage.md +34 -0
- package/docs/ThreadMessageCreateInputs.md +24 -0
- package/docs/ThreadMessageReaction.md +30 -0
- package/docs/ThreadMessageReactionCreateInputs.md +20 -0
- package/docs/ThreadMessageReactionUpdateInputs.md +20 -0
- package/docs/ThreadMessageType.md +12 -0
- package/docs/ThreadMessageUpdateInputs.md +22 -0
- package/docs/ThreadType.md +14 -0
- package/docs/ThreadUpdateInputs.md +22 -0
- package/docs/ThreadsApi.md +284 -0
- package/docs/ThreadsCirclesAccountsApi.md +299 -0
- package/docs/ThreadsCirclesApi.md +348 -0
- package/docs/ThreadsMembersApi.md +194 -0
- package/docs/ThreadsMessagesApi.md +339 -0
- package/docs/ThreadsMessagesFilesApi.md +178 -0
- package/docs/ThreadsMessagesImagesApi.md +178 -0
- package/docs/ThreadsMessagesReactionsApi.md +182 -0
- package/docs/ThreadsMessagesVideosApi.md +178 -0
- package/docs/Tier.md +28 -0
- package/docs/TierCount.md +20 -0
- package/docs/TierCreateInputs.md +36 -0
- package/docs/TierUpdateInputs.md +36 -0
- package/docs/TiersApi.md +586 -0
- package/docs/Transfer.md +22 -0
- package/docs/TransferLog.md +28 -0
- package/docs/TriggerCreateInputs.md +22 -0
- package/docs/TriggerUpdateInputs.md +22 -0
- package/docs/UpdateEventCheckinCode200Response.md +24 -0
- package/docs/UpdateEventPassResponseInputs.md +20 -0
- package/docs/UpdateSelf200Response.md +24 -0
- package/docs/UpdateThreadMember200Response.md +24 -0
- package/docs/UploadFile200Response.md +24 -0
- package/docs/UploadVideoCaptions200Response.md +24 -0
- package/docs/UpsertLinkPreview200Response.md +24 -0
- package/docs/User.md +24 -0
- package/docs/UserApiKey.md +38 -0
- package/docs/UserApiKeyCreateInputs.md +26 -0
- package/docs/UserImageUpdateInputs.md +22 -0
- package/docs/UserImageUpdateInputsImageDataUri.md +18 -0
- package/docs/UserRole.md +10 -0
- package/docs/UserUpdateInputs.md +26 -0
- package/docs/Video.md +26 -0
- package/docs/VideoCaption.md +26 -0
- package/docs/VideoSource.md +12 -0
- package/docs/VideoStatus.md +18 -0
- package/docs/VideoUpdateInputs.md +22 -0
- package/docs/VideosApi.md +387 -0
- package/docs/VideosCaptionsApi.md +297 -0
- package/docs/Webhook.md +22 -0
- package/docs/WebhookCreateInputs.md +24 -0
- package/docs/WebhookUpdateInputs.md +20 -0
- package/docs/WidgetCategory.md +10 -0
- package/docs/WidgetType.md +12 -0
- package/git_push.sh +57 -0
- package/index.ts +15 -0
- package/package.json +33 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +18 -0
|
@@ -0,0 +1,1743 @@
|
|
|
1
|
+
# EventsPassesApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://admin-api.connected.dev*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**addEventPassAddOn**](#addeventpassaddon) | **POST** /events/{eventId}/passes/{passId}/addOns/{addOnId} | Add Event Pass Add On|
|
|
8
|
+
|[**cancelEventPass**](#canceleventpass) | **PUT** /events/{eventId}/passes/{passId}/cancel | Cancel Event Pass|
|
|
9
|
+
|[**createEventPass**](#createeventpass) | **POST** /events/{eventId}/attendees/{accountId}/passes | Create Event Pass|
|
|
10
|
+
|[**createEventSessionAccess**](#createeventsessionaccess) | **POST** /events/{eventId}/sessions/{sessionId}/passes/{passId} | Create Event Session Access|
|
|
11
|
+
|[**deleteEventPass**](#deleteeventpass) | **DELETE** /events/{eventId}/passes/{passId} | Delete Event Pass|
|
|
12
|
+
|[**deleteEventSessionAccess**](#deleteeventsessionaccess) | **DELETE** /events/{eventId}/sessions/{sessionId}/passes/{passId} | Delete Event Session Access|
|
|
13
|
+
|[**getEventPass**](#geteventpass) | **GET** /events/{eventId}/passes/{passId} | Get Event Pass|
|
|
14
|
+
|[**getEventPassAccesses**](#geteventpassaccesses) | **GET** /events/{eventId}/passes/{passId}/accesses | Get Event Pass Accesses|
|
|
15
|
+
|[**getEventPassAddOns**](#geteventpassaddons) | **GET** /events/{eventId}/passes/{passId}/addOns | Get Event Pass Add Ons|
|
|
16
|
+
|[**getEventPassMatches**](#geteventpassmatches) | **GET** /events/{eventId}/passes/{passId}/matches | Get Event Pass Matches|
|
|
17
|
+
|[**getEventPassPayments**](#geteventpasspayments) | **GET** /events/{eventId}/passes/{passId}/payments | Get Event Pass Payments|
|
|
18
|
+
|[**getEventPassQuestionFollowups**](#geteventpassquestionfollowups) | **GET** /events/{eventId}/attendees/{accountId}/passes/{passId}/followups | Get Event Pass Question Followups|
|
|
19
|
+
|[**getEventPassQuestionSections**](#geteventpassquestionsections) | **GET** /events/{eventId}/attendees/{accountId}/passes/{passId}/sections | Get Event Pass Question Sections|
|
|
20
|
+
|[**getEventPassResponse**](#geteventpassresponse) | **GET** /events/{eventId}/passes/{passId}/responses/{questionId} | Get Event Pass Response|
|
|
21
|
+
|[**getEventPassResponseChanges**](#geteventpassresponsechanges) | **GET** /events/{eventId}/passes/{passId}/responses/{questionId}/changes | Get Event Pass Response Changes|
|
|
22
|
+
|[**getEventPassResponses**](#geteventpassresponses) | **GET** /events/{eventId}/passes/{passId}/responses | Get Event Pass Responses|
|
|
23
|
+
|[**getEventPassTransferLogs**](#geteventpasstransferlogs) | **GET** /events/{eventId}/passes/{passId}/transfers/logs | Get Event Pass Transfer Logs|
|
|
24
|
+
|[**getEventPasses**](#geteventpasses) | **GET** /events/{eventId}/passes | Get Event Passes|
|
|
25
|
+
|[**indexEventPasses**](#indexeventpasses) | **POST** /events/{eventId}/index-passes | Index Event Passes|
|
|
26
|
+
|[**removeEventPassAddOn**](#removeeventpassaddon) | **DELETE** /events/{eventId}/passes/{passId}/addOns/{addOnId} | Remove Event Pass Add On|
|
|
27
|
+
|[**transferEventPass**](#transfereventpass) | **POST** /events/{eventId}/attendees/{accountId}/passes/{passId}/transfers | Transfer Event Pass|
|
|
28
|
+
|[**updateEventPass**](#updateeventpass) | **PUT** /events/{eventId}/passes/{passId} | Update Event Pass|
|
|
29
|
+
|[**updateEventPassFollowupResponses**](#updateeventpassfollowupresponses) | **PUT** /events/{eventId}/attendees/{accountId}/passes/{passId}/followups | Update Event Pass Followup Responses|
|
|
30
|
+
|[**updateEventPassResponse**](#updateeventpassresponse) | **PUT** /events/{eventId}/passes/{passId}/responses/{questionId} | Update Event Pass Response|
|
|
31
|
+
|[**updateEventPassResponses**](#updateeventpassresponses) | **PUT** /events/{eventId}/attendees/{accountId}/passes/{passId}/responses | Update Event Pass Responses|
|
|
32
|
+
|[**updateEventPassSingleFollowupResponses**](#updateeventpasssinglefollowupresponses) | **PUT** /events/{eventId}/attendees/{accountId}/passes/{passId}/followups/{followupId} | Update Event Pass Single Followup Responses|
|
|
33
|
+
|[**updateEventSessionAccess**](#updateeventsessionaccess) | **PUT** /events/{eventId}/sessions/{sessionId}/passes/{passId} | Update Event Session Access|
|
|
34
|
+
|[**updateEventSessionAccessResponses**](#updateeventsessionaccessresponses) | **PUT** /events/{eventId}/sessions/{sessionId}/passes/{passId}/responses | Update Event Session Access Responses|
|
|
35
|
+
|
|
36
|
+
# **addEventPassAddOn**
|
|
37
|
+
> CreateEventPass200Response addEventPassAddOn()
|
|
38
|
+
|
|
39
|
+
Add Event Pass Add On endpoint
|
|
40
|
+
|
|
41
|
+
### Example
|
|
42
|
+
|
|
43
|
+
```typescript
|
|
44
|
+
import {
|
|
45
|
+
EventsPassesApi,
|
|
46
|
+
Configuration
|
|
47
|
+
} from '@connectedxm/admin-sdk';
|
|
48
|
+
|
|
49
|
+
const configuration = new Configuration();
|
|
50
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
51
|
+
|
|
52
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
53
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
54
|
+
let addOnId: string; //The addOn identifier (default to undefined)
|
|
55
|
+
|
|
56
|
+
const { status, data } = await apiInstance.addEventPassAddOn(
|
|
57
|
+
eventId,
|
|
58
|
+
passId,
|
|
59
|
+
addOnId
|
|
60
|
+
);
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
### Parameters
|
|
64
|
+
|
|
65
|
+
|Name | Type | Description | Notes|
|
|
66
|
+
|------------- | ------------- | ------------- | -------------|
|
|
67
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
68
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
69
|
+
| **addOnId** | [**string**] | The addOn identifier | defaults to undefined|
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Return type
|
|
73
|
+
|
|
74
|
+
**CreateEventPass200Response**
|
|
75
|
+
|
|
76
|
+
### Authorization
|
|
77
|
+
|
|
78
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
79
|
+
|
|
80
|
+
### HTTP request headers
|
|
81
|
+
|
|
82
|
+
- **Content-Type**: Not defined
|
|
83
|
+
- **Accept**: application/json
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### HTTP response details
|
|
87
|
+
| Status code | Description | Response headers |
|
|
88
|
+
|-------------|-------------|------------------|
|
|
89
|
+
|**200** | Successful response | - |
|
|
90
|
+
|
|
91
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
92
|
+
|
|
93
|
+
# **cancelEventPass**
|
|
94
|
+
> CreateEventPass200Response cancelEventPass()
|
|
95
|
+
|
|
96
|
+
Cancel Event Pass endpoint
|
|
97
|
+
|
|
98
|
+
### Example
|
|
99
|
+
|
|
100
|
+
```typescript
|
|
101
|
+
import {
|
|
102
|
+
EventsPassesApi,
|
|
103
|
+
Configuration
|
|
104
|
+
} from '@connectedxm/admin-sdk';
|
|
105
|
+
|
|
106
|
+
const configuration = new Configuration();
|
|
107
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
108
|
+
|
|
109
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
110
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
111
|
+
let sendEmail: boolean; //Filter by sendEmail (optional) (default to undefined)
|
|
112
|
+
|
|
113
|
+
const { status, data } = await apiInstance.cancelEventPass(
|
|
114
|
+
eventId,
|
|
115
|
+
passId,
|
|
116
|
+
sendEmail
|
|
117
|
+
);
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
### Parameters
|
|
121
|
+
|
|
122
|
+
|Name | Type | Description | Notes|
|
|
123
|
+
|------------- | ------------- | ------------- | -------------|
|
|
124
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
125
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
126
|
+
| **sendEmail** | [**boolean**] | Filter by sendEmail | (optional) defaults to undefined|
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
### Return type
|
|
130
|
+
|
|
131
|
+
**CreateEventPass200Response**
|
|
132
|
+
|
|
133
|
+
### Authorization
|
|
134
|
+
|
|
135
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
136
|
+
|
|
137
|
+
### HTTP request headers
|
|
138
|
+
|
|
139
|
+
- **Content-Type**: Not defined
|
|
140
|
+
- **Accept**: application/json
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
### HTTP response details
|
|
144
|
+
| Status code | Description | Response headers |
|
|
145
|
+
|-------------|-------------|------------------|
|
|
146
|
+
|**200** | Successful response | - |
|
|
147
|
+
|
|
148
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
149
|
+
|
|
150
|
+
# **createEventPass**
|
|
151
|
+
> CreateEventPass200Response createEventPass(eventPassCreateInputs)
|
|
152
|
+
|
|
153
|
+
Create Event Pass endpoint
|
|
154
|
+
|
|
155
|
+
### Example
|
|
156
|
+
|
|
157
|
+
```typescript
|
|
158
|
+
import {
|
|
159
|
+
EventsPassesApi,
|
|
160
|
+
Configuration,
|
|
161
|
+
EventPassCreateInputs
|
|
162
|
+
} from '@connectedxm/admin-sdk';
|
|
163
|
+
|
|
164
|
+
const configuration = new Configuration();
|
|
165
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
166
|
+
|
|
167
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
168
|
+
let accountId: string; //The account identifier (default to undefined)
|
|
169
|
+
let eventPassCreateInputs: EventPassCreateInputs; //
|
|
170
|
+
|
|
171
|
+
const { status, data } = await apiInstance.createEventPass(
|
|
172
|
+
eventId,
|
|
173
|
+
accountId,
|
|
174
|
+
eventPassCreateInputs
|
|
175
|
+
);
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
### Parameters
|
|
179
|
+
|
|
180
|
+
|Name | Type | Description | Notes|
|
|
181
|
+
|------------- | ------------- | ------------- | -------------|
|
|
182
|
+
| **eventPassCreateInputs** | **EventPassCreateInputs**| | |
|
|
183
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
184
|
+
| **accountId** | [**string**] | The account identifier | defaults to undefined|
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
### Return type
|
|
188
|
+
|
|
189
|
+
**CreateEventPass200Response**
|
|
190
|
+
|
|
191
|
+
### Authorization
|
|
192
|
+
|
|
193
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
194
|
+
|
|
195
|
+
### HTTP request headers
|
|
196
|
+
|
|
197
|
+
- **Content-Type**: application/json
|
|
198
|
+
- **Accept**: application/json
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
### HTTP response details
|
|
202
|
+
| Status code | Description | Response headers |
|
|
203
|
+
|-------------|-------------|------------------|
|
|
204
|
+
|**200** | Successful response | - |
|
|
205
|
+
|
|
206
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
207
|
+
|
|
208
|
+
# **createEventSessionAccess**
|
|
209
|
+
> CreateAccountAddress200Response createEventSessionAccess()
|
|
210
|
+
|
|
211
|
+
Create Event Session Access endpoint
|
|
212
|
+
|
|
213
|
+
### Example
|
|
214
|
+
|
|
215
|
+
```typescript
|
|
216
|
+
import {
|
|
217
|
+
EventsPassesApi,
|
|
218
|
+
Configuration
|
|
219
|
+
} from '@connectedxm/admin-sdk';
|
|
220
|
+
|
|
221
|
+
const configuration = new Configuration();
|
|
222
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
223
|
+
|
|
224
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
225
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
226
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
227
|
+
|
|
228
|
+
const { status, data } = await apiInstance.createEventSessionAccess(
|
|
229
|
+
eventId,
|
|
230
|
+
sessionId,
|
|
231
|
+
passId
|
|
232
|
+
);
|
|
233
|
+
```
|
|
234
|
+
|
|
235
|
+
### Parameters
|
|
236
|
+
|
|
237
|
+
|Name | Type | Description | Notes|
|
|
238
|
+
|------------- | ------------- | ------------- | -------------|
|
|
239
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
240
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
241
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Return type
|
|
245
|
+
|
|
246
|
+
**CreateAccountAddress200Response**
|
|
247
|
+
|
|
248
|
+
### Authorization
|
|
249
|
+
|
|
250
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
251
|
+
|
|
252
|
+
### HTTP request headers
|
|
253
|
+
|
|
254
|
+
- **Content-Type**: Not defined
|
|
255
|
+
- **Accept**: application/json
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
### HTTP response details
|
|
259
|
+
| Status code | Description | Response headers |
|
|
260
|
+
|-------------|-------------|------------------|
|
|
261
|
+
|**200** | Successful response | - |
|
|
262
|
+
|
|
263
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
264
|
+
|
|
265
|
+
# **deleteEventPass**
|
|
266
|
+
> CreateAccountInvitations200Response deleteEventPass()
|
|
267
|
+
|
|
268
|
+
Delete Event Pass endpoint
|
|
269
|
+
|
|
270
|
+
### Example
|
|
271
|
+
|
|
272
|
+
```typescript
|
|
273
|
+
import {
|
|
274
|
+
EventsPassesApi,
|
|
275
|
+
Configuration
|
|
276
|
+
} from '@connectedxm/admin-sdk';
|
|
277
|
+
|
|
278
|
+
const configuration = new Configuration();
|
|
279
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
280
|
+
|
|
281
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
282
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
283
|
+
let accountId: string; //Filter by accountId (optional) (default to undefined)
|
|
284
|
+
|
|
285
|
+
const { status, data } = await apiInstance.deleteEventPass(
|
|
286
|
+
eventId,
|
|
287
|
+
passId,
|
|
288
|
+
accountId
|
|
289
|
+
);
|
|
290
|
+
```
|
|
291
|
+
|
|
292
|
+
### Parameters
|
|
293
|
+
|
|
294
|
+
|Name | Type | Description | Notes|
|
|
295
|
+
|------------- | ------------- | ------------- | -------------|
|
|
296
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
297
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
298
|
+
| **accountId** | [**string**] | Filter by accountId | (optional) defaults to undefined|
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
### Return type
|
|
302
|
+
|
|
303
|
+
**CreateAccountInvitations200Response**
|
|
304
|
+
|
|
305
|
+
### Authorization
|
|
306
|
+
|
|
307
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
308
|
+
|
|
309
|
+
### HTTP request headers
|
|
310
|
+
|
|
311
|
+
- **Content-Type**: Not defined
|
|
312
|
+
- **Accept**: application/json
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
### HTTP response details
|
|
316
|
+
| Status code | Description | Response headers |
|
|
317
|
+
|-------------|-------------|------------------|
|
|
318
|
+
|**200** | Successful response | - |
|
|
319
|
+
|
|
320
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
321
|
+
|
|
322
|
+
# **deleteEventSessionAccess**
|
|
323
|
+
> CreateAccountInvitations200Response deleteEventSessionAccess()
|
|
324
|
+
|
|
325
|
+
Delete Event Session Access endpoint
|
|
326
|
+
|
|
327
|
+
### Example
|
|
328
|
+
|
|
329
|
+
```typescript
|
|
330
|
+
import {
|
|
331
|
+
EventsPassesApi,
|
|
332
|
+
Configuration
|
|
333
|
+
} from '@connectedxm/admin-sdk';
|
|
334
|
+
|
|
335
|
+
const configuration = new Configuration();
|
|
336
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
337
|
+
|
|
338
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
339
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
340
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
341
|
+
|
|
342
|
+
const { status, data } = await apiInstance.deleteEventSessionAccess(
|
|
343
|
+
eventId,
|
|
344
|
+
sessionId,
|
|
345
|
+
passId
|
|
346
|
+
);
|
|
347
|
+
```
|
|
348
|
+
|
|
349
|
+
### Parameters
|
|
350
|
+
|
|
351
|
+
|Name | Type | Description | Notes|
|
|
352
|
+
|------------- | ------------- | ------------- | -------------|
|
|
353
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
354
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
355
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
### Return type
|
|
359
|
+
|
|
360
|
+
**CreateAccountInvitations200Response**
|
|
361
|
+
|
|
362
|
+
### Authorization
|
|
363
|
+
|
|
364
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
365
|
+
|
|
366
|
+
### HTTP request headers
|
|
367
|
+
|
|
368
|
+
- **Content-Type**: Not defined
|
|
369
|
+
- **Accept**: application/json
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
### HTTP response details
|
|
373
|
+
| Status code | Description | Response headers |
|
|
374
|
+
|-------------|-------------|------------------|
|
|
375
|
+
|**200** | Successful response | - |
|
|
376
|
+
|
|
377
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
378
|
+
|
|
379
|
+
# **getEventPass**
|
|
380
|
+
> CreateEventPass200Response getEventPass()
|
|
381
|
+
|
|
382
|
+
Get Event Pass endpoint
|
|
383
|
+
|
|
384
|
+
### Example
|
|
385
|
+
|
|
386
|
+
```typescript
|
|
387
|
+
import {
|
|
388
|
+
EventsPassesApi,
|
|
389
|
+
Configuration
|
|
390
|
+
} from '@connectedxm/admin-sdk';
|
|
391
|
+
|
|
392
|
+
const configuration = new Configuration();
|
|
393
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
394
|
+
|
|
395
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
396
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
397
|
+
|
|
398
|
+
const { status, data } = await apiInstance.getEventPass(
|
|
399
|
+
eventId,
|
|
400
|
+
passId
|
|
401
|
+
);
|
|
402
|
+
```
|
|
403
|
+
|
|
404
|
+
### Parameters
|
|
405
|
+
|
|
406
|
+
|Name | Type | Description | Notes|
|
|
407
|
+
|------------- | ------------- | ------------- | -------------|
|
|
408
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
409
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
### Return type
|
|
413
|
+
|
|
414
|
+
**CreateEventPass200Response**
|
|
415
|
+
|
|
416
|
+
### Authorization
|
|
417
|
+
|
|
418
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
419
|
+
|
|
420
|
+
### HTTP request headers
|
|
421
|
+
|
|
422
|
+
- **Content-Type**: Not defined
|
|
423
|
+
- **Accept**: application/json
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### HTTP response details
|
|
427
|
+
| Status code | Description | Response headers |
|
|
428
|
+
|-------------|-------------|------------------|
|
|
429
|
+
|**200** | Successful response | - |
|
|
430
|
+
|
|
431
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
432
|
+
|
|
433
|
+
# **getEventPassAccesses**
|
|
434
|
+
> GetAccountInvitations200Response getEventPassAccesses()
|
|
435
|
+
|
|
436
|
+
Get Event Pass Accesses endpoint
|
|
437
|
+
|
|
438
|
+
### Example
|
|
439
|
+
|
|
440
|
+
```typescript
|
|
441
|
+
import {
|
|
442
|
+
EventsPassesApi,
|
|
443
|
+
Configuration
|
|
444
|
+
} from '@connectedxm/admin-sdk';
|
|
445
|
+
|
|
446
|
+
const configuration = new Configuration();
|
|
447
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
448
|
+
|
|
449
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
450
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
451
|
+
let page: number; //Page number (optional) (default to 1)
|
|
452
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
453
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
454
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
455
|
+
|
|
456
|
+
const { status, data } = await apiInstance.getEventPassAccesses(
|
|
457
|
+
eventId,
|
|
458
|
+
passId,
|
|
459
|
+
page,
|
|
460
|
+
pageSize,
|
|
461
|
+
orderBy,
|
|
462
|
+
search
|
|
463
|
+
);
|
|
464
|
+
```
|
|
465
|
+
|
|
466
|
+
### Parameters
|
|
467
|
+
|
|
468
|
+
|Name | Type | Description | Notes|
|
|
469
|
+
|------------- | ------------- | ------------- | -------------|
|
|
470
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
471
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
472
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
473
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
474
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
475
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
### Return type
|
|
479
|
+
|
|
480
|
+
**GetAccountInvitations200Response**
|
|
481
|
+
|
|
482
|
+
### Authorization
|
|
483
|
+
|
|
484
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
485
|
+
|
|
486
|
+
### HTTP request headers
|
|
487
|
+
|
|
488
|
+
- **Content-Type**: Not defined
|
|
489
|
+
- **Accept**: application/json
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
### HTTP response details
|
|
493
|
+
| Status code | Description | Response headers |
|
|
494
|
+
|-------------|-------------|------------------|
|
|
495
|
+
|**200** | Successful response | - |
|
|
496
|
+
|
|
497
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
498
|
+
|
|
499
|
+
# **getEventPassAddOns**
|
|
500
|
+
> GetEventAddOns200Response getEventPassAddOns()
|
|
501
|
+
|
|
502
|
+
Get Event Pass Add Ons endpoint
|
|
503
|
+
|
|
504
|
+
### Example
|
|
505
|
+
|
|
506
|
+
```typescript
|
|
507
|
+
import {
|
|
508
|
+
EventsPassesApi,
|
|
509
|
+
Configuration
|
|
510
|
+
} from '@connectedxm/admin-sdk';
|
|
511
|
+
|
|
512
|
+
const configuration = new Configuration();
|
|
513
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
514
|
+
|
|
515
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
516
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
517
|
+
let page: number; //Page number (optional) (default to 1)
|
|
518
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
519
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
520
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
521
|
+
|
|
522
|
+
const { status, data } = await apiInstance.getEventPassAddOns(
|
|
523
|
+
eventId,
|
|
524
|
+
passId,
|
|
525
|
+
page,
|
|
526
|
+
pageSize,
|
|
527
|
+
orderBy,
|
|
528
|
+
search
|
|
529
|
+
);
|
|
530
|
+
```
|
|
531
|
+
|
|
532
|
+
### Parameters
|
|
533
|
+
|
|
534
|
+
|Name | Type | Description | Notes|
|
|
535
|
+
|------------- | ------------- | ------------- | -------------|
|
|
536
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
537
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
538
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
539
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
540
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
541
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
### Return type
|
|
545
|
+
|
|
546
|
+
**GetEventAddOns200Response**
|
|
547
|
+
|
|
548
|
+
### Authorization
|
|
549
|
+
|
|
550
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
551
|
+
|
|
552
|
+
### HTTP request headers
|
|
553
|
+
|
|
554
|
+
- **Content-Type**: Not defined
|
|
555
|
+
- **Accept**: application/json
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
### HTTP response details
|
|
559
|
+
| Status code | Description | Response headers |
|
|
560
|
+
|-------------|-------------|------------------|
|
|
561
|
+
|**200** | Successful response | - |
|
|
562
|
+
|
|
563
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
564
|
+
|
|
565
|
+
# **getEventPassMatches**
|
|
566
|
+
> GetEventPassMatches200Response getEventPassMatches()
|
|
567
|
+
|
|
568
|
+
Get Event Pass Matches endpoint
|
|
569
|
+
|
|
570
|
+
### Example
|
|
571
|
+
|
|
572
|
+
```typescript
|
|
573
|
+
import {
|
|
574
|
+
EventsPassesApi,
|
|
575
|
+
Configuration
|
|
576
|
+
} from '@connectedxm/admin-sdk';
|
|
577
|
+
|
|
578
|
+
const configuration = new Configuration();
|
|
579
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
580
|
+
|
|
581
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
582
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
583
|
+
let sessionId: string; //Filter by sessionId (optional) (default to undefined)
|
|
584
|
+
let roundId: string; //Filter by roundId (optional) (default to undefined)
|
|
585
|
+
|
|
586
|
+
const { status, data } = await apiInstance.getEventPassMatches(
|
|
587
|
+
eventId,
|
|
588
|
+
passId,
|
|
589
|
+
sessionId,
|
|
590
|
+
roundId
|
|
591
|
+
);
|
|
592
|
+
```
|
|
593
|
+
|
|
594
|
+
### Parameters
|
|
595
|
+
|
|
596
|
+
|Name | Type | Description | Notes|
|
|
597
|
+
|------------- | ------------- | ------------- | -------------|
|
|
598
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
599
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
600
|
+
| **sessionId** | [**string**] | Filter by sessionId | (optional) defaults to undefined|
|
|
601
|
+
| **roundId** | [**string**] | Filter by roundId | (optional) defaults to undefined|
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
### Return type
|
|
605
|
+
|
|
606
|
+
**GetEventPassMatches200Response**
|
|
607
|
+
|
|
608
|
+
### Authorization
|
|
609
|
+
|
|
610
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
611
|
+
|
|
612
|
+
### HTTP request headers
|
|
613
|
+
|
|
614
|
+
- **Content-Type**: Not defined
|
|
615
|
+
- **Accept**: application/json
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
### HTTP response details
|
|
619
|
+
| Status code | Description | Response headers |
|
|
620
|
+
|-------------|-------------|------------------|
|
|
621
|
+
|**200** | Successful response | - |
|
|
622
|
+
|
|
623
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
624
|
+
|
|
625
|
+
# **getEventPassPayments**
|
|
626
|
+
> GetAccountPayments200Response getEventPassPayments()
|
|
627
|
+
|
|
628
|
+
Get Event Pass Payments endpoint
|
|
629
|
+
|
|
630
|
+
### Example
|
|
631
|
+
|
|
632
|
+
```typescript
|
|
633
|
+
import {
|
|
634
|
+
EventsPassesApi,
|
|
635
|
+
Configuration
|
|
636
|
+
} from '@connectedxm/admin-sdk';
|
|
637
|
+
|
|
638
|
+
const configuration = new Configuration();
|
|
639
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
640
|
+
|
|
641
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
642
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
643
|
+
let page: number; //Page number (optional) (default to 1)
|
|
644
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
645
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
646
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
647
|
+
|
|
648
|
+
const { status, data } = await apiInstance.getEventPassPayments(
|
|
649
|
+
eventId,
|
|
650
|
+
passId,
|
|
651
|
+
page,
|
|
652
|
+
pageSize,
|
|
653
|
+
orderBy,
|
|
654
|
+
search
|
|
655
|
+
);
|
|
656
|
+
```
|
|
657
|
+
|
|
658
|
+
### Parameters
|
|
659
|
+
|
|
660
|
+
|Name | Type | Description | Notes|
|
|
661
|
+
|------------- | ------------- | ------------- | -------------|
|
|
662
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
663
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
664
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
665
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
666
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
667
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
### Return type
|
|
671
|
+
|
|
672
|
+
**GetAccountPayments200Response**
|
|
673
|
+
|
|
674
|
+
### Authorization
|
|
675
|
+
|
|
676
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
677
|
+
|
|
678
|
+
### HTTP request headers
|
|
679
|
+
|
|
680
|
+
- **Content-Type**: Not defined
|
|
681
|
+
- **Accept**: application/json
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
### HTTP response details
|
|
685
|
+
| Status code | Description | Response headers |
|
|
686
|
+
|-------------|-------------|------------------|
|
|
687
|
+
|**200** | Successful response | - |
|
|
688
|
+
|
|
689
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
690
|
+
|
|
691
|
+
# **getEventPassQuestionFollowups**
|
|
692
|
+
> GetAccountInvitations200Response getEventPassQuestionFollowups()
|
|
693
|
+
|
|
694
|
+
Get Event Pass Question Followups endpoint
|
|
695
|
+
|
|
696
|
+
### Example
|
|
697
|
+
|
|
698
|
+
```typescript
|
|
699
|
+
import {
|
|
700
|
+
EventsPassesApi,
|
|
701
|
+
Configuration
|
|
702
|
+
} from '@connectedxm/admin-sdk';
|
|
703
|
+
|
|
704
|
+
const configuration = new Configuration();
|
|
705
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
706
|
+
|
|
707
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
708
|
+
let accountId: string; //The account identifier (default to undefined)
|
|
709
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
710
|
+
let page: number; //Page number (optional) (default to 1)
|
|
711
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
712
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
713
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
714
|
+
|
|
715
|
+
const { status, data } = await apiInstance.getEventPassQuestionFollowups(
|
|
716
|
+
eventId,
|
|
717
|
+
accountId,
|
|
718
|
+
passId,
|
|
719
|
+
page,
|
|
720
|
+
pageSize,
|
|
721
|
+
orderBy,
|
|
722
|
+
search
|
|
723
|
+
);
|
|
724
|
+
```
|
|
725
|
+
|
|
726
|
+
### Parameters
|
|
727
|
+
|
|
728
|
+
|Name | Type | Description | Notes|
|
|
729
|
+
|------------- | ------------- | ------------- | -------------|
|
|
730
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
731
|
+
| **accountId** | [**string**] | The account identifier | defaults to undefined|
|
|
732
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
733
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
734
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
735
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
736
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
### Return type
|
|
740
|
+
|
|
741
|
+
**GetAccountInvitations200Response**
|
|
742
|
+
|
|
743
|
+
### Authorization
|
|
744
|
+
|
|
745
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
746
|
+
|
|
747
|
+
### HTTP request headers
|
|
748
|
+
|
|
749
|
+
- **Content-Type**: Not defined
|
|
750
|
+
- **Accept**: application/json
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
### HTTP response details
|
|
754
|
+
| Status code | Description | Response headers |
|
|
755
|
+
|-------------|-------------|------------------|
|
|
756
|
+
|**200** | Successful response | - |
|
|
757
|
+
|
|
758
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
759
|
+
|
|
760
|
+
# **getEventPassQuestionSections**
|
|
761
|
+
> GetAccountInvitations200Response getEventPassQuestionSections()
|
|
762
|
+
|
|
763
|
+
Get Event Pass Question Sections endpoint
|
|
764
|
+
|
|
765
|
+
### Example
|
|
766
|
+
|
|
767
|
+
```typescript
|
|
768
|
+
import {
|
|
769
|
+
EventsPassesApi,
|
|
770
|
+
Configuration
|
|
771
|
+
} from '@connectedxm/admin-sdk';
|
|
772
|
+
|
|
773
|
+
const configuration = new Configuration();
|
|
774
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
775
|
+
|
|
776
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
777
|
+
let accountId: string; //The account identifier (default to undefined)
|
|
778
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
779
|
+
let page: number; //Page number (optional) (default to 1)
|
|
780
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
781
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
782
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
783
|
+
|
|
784
|
+
const { status, data } = await apiInstance.getEventPassQuestionSections(
|
|
785
|
+
eventId,
|
|
786
|
+
accountId,
|
|
787
|
+
passId,
|
|
788
|
+
page,
|
|
789
|
+
pageSize,
|
|
790
|
+
orderBy,
|
|
791
|
+
search
|
|
792
|
+
);
|
|
793
|
+
```
|
|
794
|
+
|
|
795
|
+
### Parameters
|
|
796
|
+
|
|
797
|
+
|Name | Type | Description | Notes|
|
|
798
|
+
|------------- | ------------- | ------------- | -------------|
|
|
799
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
800
|
+
| **accountId** | [**string**] | The account identifier | defaults to undefined|
|
|
801
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
802
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
803
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
804
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
805
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
### Return type
|
|
809
|
+
|
|
810
|
+
**GetAccountInvitations200Response**
|
|
811
|
+
|
|
812
|
+
### Authorization
|
|
813
|
+
|
|
814
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
815
|
+
|
|
816
|
+
### HTTP request headers
|
|
817
|
+
|
|
818
|
+
- **Content-Type**: Not defined
|
|
819
|
+
- **Accept**: application/json
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
### HTTP response details
|
|
823
|
+
| Status code | Description | Response headers |
|
|
824
|
+
|-------------|-------------|------------------|
|
|
825
|
+
|**200** | Successful response | - |
|
|
826
|
+
|
|
827
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
828
|
+
|
|
829
|
+
# **getEventPassResponse**
|
|
830
|
+
> CreateAccountAddress200Response getEventPassResponse()
|
|
831
|
+
|
|
832
|
+
Get Event Pass Response endpoint
|
|
833
|
+
|
|
834
|
+
### Example
|
|
835
|
+
|
|
836
|
+
```typescript
|
|
837
|
+
import {
|
|
838
|
+
EventsPassesApi,
|
|
839
|
+
Configuration
|
|
840
|
+
} from '@connectedxm/admin-sdk';
|
|
841
|
+
|
|
842
|
+
const configuration = new Configuration();
|
|
843
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
844
|
+
|
|
845
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
846
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
847
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
848
|
+
|
|
849
|
+
const { status, data } = await apiInstance.getEventPassResponse(
|
|
850
|
+
eventId,
|
|
851
|
+
passId,
|
|
852
|
+
questionId
|
|
853
|
+
);
|
|
854
|
+
```
|
|
855
|
+
|
|
856
|
+
### Parameters
|
|
857
|
+
|
|
858
|
+
|Name | Type | Description | Notes|
|
|
859
|
+
|------------- | ------------- | ------------- | -------------|
|
|
860
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
861
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
862
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
### Return type
|
|
866
|
+
|
|
867
|
+
**CreateAccountAddress200Response**
|
|
868
|
+
|
|
869
|
+
### Authorization
|
|
870
|
+
|
|
871
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
872
|
+
|
|
873
|
+
### HTTP request headers
|
|
874
|
+
|
|
875
|
+
- **Content-Type**: Not defined
|
|
876
|
+
- **Accept**: application/json
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
### HTTP response details
|
|
880
|
+
| Status code | Description | Response headers |
|
|
881
|
+
|-------------|-------------|------------------|
|
|
882
|
+
|**200** | Successful response | - |
|
|
883
|
+
|
|
884
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
885
|
+
|
|
886
|
+
# **getEventPassResponseChanges**
|
|
887
|
+
> GetAccountInvitations200Response getEventPassResponseChanges()
|
|
888
|
+
|
|
889
|
+
Get Event Pass Response Changes endpoint
|
|
890
|
+
|
|
891
|
+
### Example
|
|
892
|
+
|
|
893
|
+
```typescript
|
|
894
|
+
import {
|
|
895
|
+
EventsPassesApi,
|
|
896
|
+
Configuration
|
|
897
|
+
} from '@connectedxm/admin-sdk';
|
|
898
|
+
|
|
899
|
+
const configuration = new Configuration();
|
|
900
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
901
|
+
|
|
902
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
903
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
904
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
905
|
+
let page: number; //Page number (optional) (default to 1)
|
|
906
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
907
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
908
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
909
|
+
|
|
910
|
+
const { status, data } = await apiInstance.getEventPassResponseChanges(
|
|
911
|
+
eventId,
|
|
912
|
+
passId,
|
|
913
|
+
questionId,
|
|
914
|
+
page,
|
|
915
|
+
pageSize,
|
|
916
|
+
orderBy,
|
|
917
|
+
search
|
|
918
|
+
);
|
|
919
|
+
```
|
|
920
|
+
|
|
921
|
+
### Parameters
|
|
922
|
+
|
|
923
|
+
|Name | Type | Description | Notes|
|
|
924
|
+
|------------- | ------------- | ------------- | -------------|
|
|
925
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
926
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
927
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
928
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
929
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
930
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
931
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
932
|
+
|
|
933
|
+
|
|
934
|
+
### Return type
|
|
935
|
+
|
|
936
|
+
**GetAccountInvitations200Response**
|
|
937
|
+
|
|
938
|
+
### Authorization
|
|
939
|
+
|
|
940
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
941
|
+
|
|
942
|
+
### HTTP request headers
|
|
943
|
+
|
|
944
|
+
- **Content-Type**: Not defined
|
|
945
|
+
- **Accept**: application/json
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
### HTTP response details
|
|
949
|
+
| Status code | Description | Response headers |
|
|
950
|
+
|-------------|-------------|------------------|
|
|
951
|
+
|**200** | Successful response | - |
|
|
952
|
+
|
|
953
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
954
|
+
|
|
955
|
+
# **getEventPassResponses**
|
|
956
|
+
> GetAccountInvitations200Response getEventPassResponses()
|
|
957
|
+
|
|
958
|
+
Get Event Pass Responses endpoint
|
|
959
|
+
|
|
960
|
+
### Example
|
|
961
|
+
|
|
962
|
+
```typescript
|
|
963
|
+
import {
|
|
964
|
+
EventsPassesApi,
|
|
965
|
+
Configuration
|
|
966
|
+
} from '@connectedxm/admin-sdk';
|
|
967
|
+
|
|
968
|
+
const configuration = new Configuration();
|
|
969
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
970
|
+
|
|
971
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
972
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
973
|
+
let page: number; //Page number (optional) (default to 1)
|
|
974
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
975
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
976
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
977
|
+
|
|
978
|
+
const { status, data } = await apiInstance.getEventPassResponses(
|
|
979
|
+
eventId,
|
|
980
|
+
passId,
|
|
981
|
+
page,
|
|
982
|
+
pageSize,
|
|
983
|
+
orderBy,
|
|
984
|
+
search
|
|
985
|
+
);
|
|
986
|
+
```
|
|
987
|
+
|
|
988
|
+
### Parameters
|
|
989
|
+
|
|
990
|
+
|Name | Type | Description | Notes|
|
|
991
|
+
|------------- | ------------- | ------------- | -------------|
|
|
992
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
993
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
994
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
995
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
996
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
997
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
### Return type
|
|
1001
|
+
|
|
1002
|
+
**GetAccountInvitations200Response**
|
|
1003
|
+
|
|
1004
|
+
### Authorization
|
|
1005
|
+
|
|
1006
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1007
|
+
|
|
1008
|
+
### HTTP request headers
|
|
1009
|
+
|
|
1010
|
+
- **Content-Type**: Not defined
|
|
1011
|
+
- **Accept**: application/json
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
### HTTP response details
|
|
1015
|
+
| Status code | Description | Response headers |
|
|
1016
|
+
|-------------|-------------|------------------|
|
|
1017
|
+
|**200** | Successful response | - |
|
|
1018
|
+
|
|
1019
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1020
|
+
|
|
1021
|
+
# **getEventPassTransferLogs**
|
|
1022
|
+
> GetAccountInvitations200Response getEventPassTransferLogs()
|
|
1023
|
+
|
|
1024
|
+
Get Event Pass Transfer Logs endpoint
|
|
1025
|
+
|
|
1026
|
+
### Example
|
|
1027
|
+
|
|
1028
|
+
```typescript
|
|
1029
|
+
import {
|
|
1030
|
+
EventsPassesApi,
|
|
1031
|
+
Configuration
|
|
1032
|
+
} from '@connectedxm/admin-sdk';
|
|
1033
|
+
|
|
1034
|
+
const configuration = new Configuration();
|
|
1035
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
1036
|
+
|
|
1037
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1038
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
1039
|
+
let page: number; //Page number (optional) (default to 1)
|
|
1040
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
1041
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
1042
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
1043
|
+
|
|
1044
|
+
const { status, data } = await apiInstance.getEventPassTransferLogs(
|
|
1045
|
+
eventId,
|
|
1046
|
+
passId,
|
|
1047
|
+
page,
|
|
1048
|
+
pageSize,
|
|
1049
|
+
orderBy,
|
|
1050
|
+
search
|
|
1051
|
+
);
|
|
1052
|
+
```
|
|
1053
|
+
|
|
1054
|
+
### Parameters
|
|
1055
|
+
|
|
1056
|
+
|Name | Type | Description | Notes|
|
|
1057
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1058
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1059
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
1060
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
1061
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
1062
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
1063
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
### Return type
|
|
1067
|
+
|
|
1068
|
+
**GetAccountInvitations200Response**
|
|
1069
|
+
|
|
1070
|
+
### Authorization
|
|
1071
|
+
|
|
1072
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1073
|
+
|
|
1074
|
+
### HTTP request headers
|
|
1075
|
+
|
|
1076
|
+
- **Content-Type**: Not defined
|
|
1077
|
+
- **Accept**: application/json
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
### HTTP response details
|
|
1081
|
+
| Status code | Description | Response headers |
|
|
1082
|
+
|-------------|-------------|------------------|
|
|
1083
|
+
|**200** | Successful response | - |
|
|
1084
|
+
|
|
1085
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1086
|
+
|
|
1087
|
+
# **getEventPasses**
|
|
1088
|
+
> GetEventAddOnPasses200Response getEventPasses()
|
|
1089
|
+
|
|
1090
|
+
Get Event Passes endpoint
|
|
1091
|
+
|
|
1092
|
+
### Example
|
|
1093
|
+
|
|
1094
|
+
```typescript
|
|
1095
|
+
import {
|
|
1096
|
+
EventsPassesApi,
|
|
1097
|
+
Configuration
|
|
1098
|
+
} from '@connectedxm/admin-sdk';
|
|
1099
|
+
|
|
1100
|
+
const configuration = new Configuration();
|
|
1101
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
1102
|
+
|
|
1103
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1104
|
+
let checkedIn: boolean; //Filter by checkedIn (optional) (default to undefined)
|
|
1105
|
+
let page: number; //Page number (optional) (default to 1)
|
|
1106
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
1107
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
1108
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
1109
|
+
|
|
1110
|
+
const { status, data } = await apiInstance.getEventPasses(
|
|
1111
|
+
eventId,
|
|
1112
|
+
checkedIn,
|
|
1113
|
+
page,
|
|
1114
|
+
pageSize,
|
|
1115
|
+
orderBy,
|
|
1116
|
+
search
|
|
1117
|
+
);
|
|
1118
|
+
```
|
|
1119
|
+
|
|
1120
|
+
### Parameters
|
|
1121
|
+
|
|
1122
|
+
|Name | Type | Description | Notes|
|
|
1123
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1124
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1125
|
+
| **checkedIn** | [**boolean**] | Filter by checkedIn | (optional) defaults to undefined|
|
|
1126
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
1127
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
1128
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
1129
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
1130
|
+
|
|
1131
|
+
|
|
1132
|
+
### Return type
|
|
1133
|
+
|
|
1134
|
+
**GetEventAddOnPasses200Response**
|
|
1135
|
+
|
|
1136
|
+
### Authorization
|
|
1137
|
+
|
|
1138
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1139
|
+
|
|
1140
|
+
### HTTP request headers
|
|
1141
|
+
|
|
1142
|
+
- **Content-Type**: Not defined
|
|
1143
|
+
- **Accept**: application/json
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
### HTTP response details
|
|
1147
|
+
| Status code | Description | Response headers |
|
|
1148
|
+
|-------------|-------------|------------------|
|
|
1149
|
+
|**200** | Successful response | - |
|
|
1150
|
+
|
|
1151
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1152
|
+
|
|
1153
|
+
# **indexEventPasses**
|
|
1154
|
+
> IndexEventPasses200Response indexEventPasses()
|
|
1155
|
+
|
|
1156
|
+
Index Event Passes endpoint
|
|
1157
|
+
|
|
1158
|
+
### Example
|
|
1159
|
+
|
|
1160
|
+
```typescript
|
|
1161
|
+
import {
|
|
1162
|
+
EventsPassesApi,
|
|
1163
|
+
Configuration
|
|
1164
|
+
} from '@connectedxm/admin-sdk';
|
|
1165
|
+
|
|
1166
|
+
const configuration = new Configuration();
|
|
1167
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
1168
|
+
|
|
1169
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1170
|
+
|
|
1171
|
+
const { status, data } = await apiInstance.indexEventPasses(
|
|
1172
|
+
eventId
|
|
1173
|
+
);
|
|
1174
|
+
```
|
|
1175
|
+
|
|
1176
|
+
### Parameters
|
|
1177
|
+
|
|
1178
|
+
|Name | Type | Description | Notes|
|
|
1179
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1180
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
### Return type
|
|
1184
|
+
|
|
1185
|
+
**IndexEventPasses200Response**
|
|
1186
|
+
|
|
1187
|
+
### Authorization
|
|
1188
|
+
|
|
1189
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1190
|
+
|
|
1191
|
+
### HTTP request headers
|
|
1192
|
+
|
|
1193
|
+
- **Content-Type**: Not defined
|
|
1194
|
+
- **Accept**: application/json
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
### HTTP response details
|
|
1198
|
+
| Status code | Description | Response headers |
|
|
1199
|
+
|-------------|-------------|------------------|
|
|
1200
|
+
|**200** | Successful response | - |
|
|
1201
|
+
|
|
1202
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1203
|
+
|
|
1204
|
+
# **removeEventPassAddOn**
|
|
1205
|
+
> CreateEventPass200Response removeEventPassAddOn()
|
|
1206
|
+
|
|
1207
|
+
Remove Event Pass Add On endpoint
|
|
1208
|
+
|
|
1209
|
+
### Example
|
|
1210
|
+
|
|
1211
|
+
```typescript
|
|
1212
|
+
import {
|
|
1213
|
+
EventsPassesApi,
|
|
1214
|
+
Configuration
|
|
1215
|
+
} from '@connectedxm/admin-sdk';
|
|
1216
|
+
|
|
1217
|
+
const configuration = new Configuration();
|
|
1218
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
1219
|
+
|
|
1220
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1221
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
1222
|
+
let addOnId: string; //The addOn identifier (default to undefined)
|
|
1223
|
+
|
|
1224
|
+
const { status, data } = await apiInstance.removeEventPassAddOn(
|
|
1225
|
+
eventId,
|
|
1226
|
+
passId,
|
|
1227
|
+
addOnId
|
|
1228
|
+
);
|
|
1229
|
+
```
|
|
1230
|
+
|
|
1231
|
+
### Parameters
|
|
1232
|
+
|
|
1233
|
+
|Name | Type | Description | Notes|
|
|
1234
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1235
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1236
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
1237
|
+
| **addOnId** | [**string**] | The addOn identifier | defaults to undefined|
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
### Return type
|
|
1241
|
+
|
|
1242
|
+
**CreateEventPass200Response**
|
|
1243
|
+
|
|
1244
|
+
### Authorization
|
|
1245
|
+
|
|
1246
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1247
|
+
|
|
1248
|
+
### HTTP request headers
|
|
1249
|
+
|
|
1250
|
+
- **Content-Type**: Not defined
|
|
1251
|
+
- **Accept**: application/json
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
### HTTP response details
|
|
1255
|
+
| Status code | Description | Response headers |
|
|
1256
|
+
|-------------|-------------|------------------|
|
|
1257
|
+
|**200** | Successful response | - |
|
|
1258
|
+
|
|
1259
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1260
|
+
|
|
1261
|
+
# **transferEventPass**
|
|
1262
|
+
> CreateAccountInvitations200Response transferEventPass()
|
|
1263
|
+
|
|
1264
|
+
Transfer Event Pass endpoint
|
|
1265
|
+
|
|
1266
|
+
### Example
|
|
1267
|
+
|
|
1268
|
+
```typescript
|
|
1269
|
+
import {
|
|
1270
|
+
EventsPassesApi,
|
|
1271
|
+
Configuration
|
|
1272
|
+
} from '@connectedxm/admin-sdk';
|
|
1273
|
+
|
|
1274
|
+
const configuration = new Configuration();
|
|
1275
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
1276
|
+
|
|
1277
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1278
|
+
let accountId: string; //The account identifier (default to undefined)
|
|
1279
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
1280
|
+
let receiverId: string; //Filter by receiverId (default to undefined)
|
|
1281
|
+
|
|
1282
|
+
const { status, data } = await apiInstance.transferEventPass(
|
|
1283
|
+
eventId,
|
|
1284
|
+
accountId,
|
|
1285
|
+
passId,
|
|
1286
|
+
receiverId
|
|
1287
|
+
);
|
|
1288
|
+
```
|
|
1289
|
+
|
|
1290
|
+
### Parameters
|
|
1291
|
+
|
|
1292
|
+
|Name | Type | Description | Notes|
|
|
1293
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1294
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1295
|
+
| **accountId** | [**string**] | The account identifier | defaults to undefined|
|
|
1296
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
1297
|
+
| **receiverId** | [**string**] | Filter by receiverId | defaults to undefined|
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
### Return type
|
|
1301
|
+
|
|
1302
|
+
**CreateAccountInvitations200Response**
|
|
1303
|
+
|
|
1304
|
+
### Authorization
|
|
1305
|
+
|
|
1306
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1307
|
+
|
|
1308
|
+
### HTTP request headers
|
|
1309
|
+
|
|
1310
|
+
- **Content-Type**: Not defined
|
|
1311
|
+
- **Accept**: application/json
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
### HTTP response details
|
|
1315
|
+
| Status code | Description | Response headers |
|
|
1316
|
+
|-------------|-------------|------------------|
|
|
1317
|
+
|**200** | Successful response | - |
|
|
1318
|
+
|
|
1319
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1320
|
+
|
|
1321
|
+
# **updateEventPass**
|
|
1322
|
+
> CreateEventPass200Response updateEventPass(eventPassUpdateInputs)
|
|
1323
|
+
|
|
1324
|
+
Update Event Pass endpoint
|
|
1325
|
+
|
|
1326
|
+
### Example
|
|
1327
|
+
|
|
1328
|
+
```typescript
|
|
1329
|
+
import {
|
|
1330
|
+
EventsPassesApi,
|
|
1331
|
+
Configuration,
|
|
1332
|
+
EventPassUpdateInputs
|
|
1333
|
+
} from '@connectedxm/admin-sdk';
|
|
1334
|
+
|
|
1335
|
+
const configuration = new Configuration();
|
|
1336
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
1337
|
+
|
|
1338
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1339
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
1340
|
+
let eventPassUpdateInputs: EventPassUpdateInputs; //
|
|
1341
|
+
|
|
1342
|
+
const { status, data } = await apiInstance.updateEventPass(
|
|
1343
|
+
eventId,
|
|
1344
|
+
passId,
|
|
1345
|
+
eventPassUpdateInputs
|
|
1346
|
+
);
|
|
1347
|
+
```
|
|
1348
|
+
|
|
1349
|
+
### Parameters
|
|
1350
|
+
|
|
1351
|
+
|Name | Type | Description | Notes|
|
|
1352
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1353
|
+
| **eventPassUpdateInputs** | **EventPassUpdateInputs**| | |
|
|
1354
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1355
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
### Return type
|
|
1359
|
+
|
|
1360
|
+
**CreateEventPass200Response**
|
|
1361
|
+
|
|
1362
|
+
### Authorization
|
|
1363
|
+
|
|
1364
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1365
|
+
|
|
1366
|
+
### HTTP request headers
|
|
1367
|
+
|
|
1368
|
+
- **Content-Type**: application/json
|
|
1369
|
+
- **Accept**: application/json
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
### HTTP response details
|
|
1373
|
+
| Status code | Description | Response headers |
|
|
1374
|
+
|-------------|-------------|------------------|
|
|
1375
|
+
|**200** | Successful response | - |
|
|
1376
|
+
|
|
1377
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1378
|
+
|
|
1379
|
+
# **updateEventPassFollowupResponses**
|
|
1380
|
+
> CreateAccountAddress200Response updateEventPassFollowupResponses()
|
|
1381
|
+
|
|
1382
|
+
Update Event Pass Followup Responses endpoint
|
|
1383
|
+
|
|
1384
|
+
### Example
|
|
1385
|
+
|
|
1386
|
+
```typescript
|
|
1387
|
+
import {
|
|
1388
|
+
EventsPassesApi,
|
|
1389
|
+
Configuration
|
|
1390
|
+
} from '@connectedxm/admin-sdk';
|
|
1391
|
+
|
|
1392
|
+
const configuration = new Configuration();
|
|
1393
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
1394
|
+
|
|
1395
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1396
|
+
let accountId: string; //The account identifier (default to undefined)
|
|
1397
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
1398
|
+
let questions: Array<Question>; //Filter by questions (default to undefined)
|
|
1399
|
+
|
|
1400
|
+
const { status, data } = await apiInstance.updateEventPassFollowupResponses(
|
|
1401
|
+
eventId,
|
|
1402
|
+
accountId,
|
|
1403
|
+
passId,
|
|
1404
|
+
questions
|
|
1405
|
+
);
|
|
1406
|
+
```
|
|
1407
|
+
|
|
1408
|
+
### Parameters
|
|
1409
|
+
|
|
1410
|
+
|Name | Type | Description | Notes|
|
|
1411
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1412
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1413
|
+
| **accountId** | [**string**] | The account identifier | defaults to undefined|
|
|
1414
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
1415
|
+
| **questions** | **Array<Question>** | Filter by questions | defaults to undefined|
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
### Return type
|
|
1419
|
+
|
|
1420
|
+
**CreateAccountAddress200Response**
|
|
1421
|
+
|
|
1422
|
+
### Authorization
|
|
1423
|
+
|
|
1424
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1425
|
+
|
|
1426
|
+
### HTTP request headers
|
|
1427
|
+
|
|
1428
|
+
- **Content-Type**: Not defined
|
|
1429
|
+
- **Accept**: application/json
|
|
1430
|
+
|
|
1431
|
+
|
|
1432
|
+
### HTTP response details
|
|
1433
|
+
| Status code | Description | Response headers |
|
|
1434
|
+
|-------------|-------------|------------------|
|
|
1435
|
+
|**200** | Successful response | - |
|
|
1436
|
+
|
|
1437
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1438
|
+
|
|
1439
|
+
# **updateEventPassResponse**
|
|
1440
|
+
> CreateAccountAddress200Response updateEventPassResponse(updateEventPassResponseInputs)
|
|
1441
|
+
|
|
1442
|
+
Update Event Pass Response endpoint
|
|
1443
|
+
|
|
1444
|
+
### Example
|
|
1445
|
+
|
|
1446
|
+
```typescript
|
|
1447
|
+
import {
|
|
1448
|
+
EventsPassesApi,
|
|
1449
|
+
Configuration,
|
|
1450
|
+
UpdateEventPassResponseInputs
|
|
1451
|
+
} from '@connectedxm/admin-sdk';
|
|
1452
|
+
|
|
1453
|
+
const configuration = new Configuration();
|
|
1454
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
1455
|
+
|
|
1456
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1457
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
1458
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
1459
|
+
let updateEventPassResponseInputs: UpdateEventPassResponseInputs; //
|
|
1460
|
+
|
|
1461
|
+
const { status, data } = await apiInstance.updateEventPassResponse(
|
|
1462
|
+
eventId,
|
|
1463
|
+
passId,
|
|
1464
|
+
questionId,
|
|
1465
|
+
updateEventPassResponseInputs
|
|
1466
|
+
);
|
|
1467
|
+
```
|
|
1468
|
+
|
|
1469
|
+
### Parameters
|
|
1470
|
+
|
|
1471
|
+
|Name | Type | Description | Notes|
|
|
1472
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1473
|
+
| **updateEventPassResponseInputs** | **UpdateEventPassResponseInputs**| | |
|
|
1474
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1475
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
1476
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
### Return type
|
|
1480
|
+
|
|
1481
|
+
**CreateAccountAddress200Response**
|
|
1482
|
+
|
|
1483
|
+
### Authorization
|
|
1484
|
+
|
|
1485
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1486
|
+
|
|
1487
|
+
### HTTP request headers
|
|
1488
|
+
|
|
1489
|
+
- **Content-Type**: application/json
|
|
1490
|
+
- **Accept**: application/json
|
|
1491
|
+
|
|
1492
|
+
|
|
1493
|
+
### HTTP response details
|
|
1494
|
+
| Status code | Description | Response headers |
|
|
1495
|
+
|-------------|-------------|------------------|
|
|
1496
|
+
|**200** | Successful response | - |
|
|
1497
|
+
|
|
1498
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1499
|
+
|
|
1500
|
+
# **updateEventPassResponses**
|
|
1501
|
+
> CreateAccountInvitations200Response updateEventPassResponses()
|
|
1502
|
+
|
|
1503
|
+
Update Event Pass Responses endpoint
|
|
1504
|
+
|
|
1505
|
+
### Example
|
|
1506
|
+
|
|
1507
|
+
```typescript
|
|
1508
|
+
import {
|
|
1509
|
+
EventsPassesApi,
|
|
1510
|
+
Configuration
|
|
1511
|
+
} from '@connectedxm/admin-sdk';
|
|
1512
|
+
|
|
1513
|
+
const configuration = new Configuration();
|
|
1514
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
1515
|
+
|
|
1516
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1517
|
+
let accountId: string; //The account identifier (default to undefined)
|
|
1518
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
1519
|
+
let questions: Array<Question>; //Filter by questions (default to undefined)
|
|
1520
|
+
|
|
1521
|
+
const { status, data } = await apiInstance.updateEventPassResponses(
|
|
1522
|
+
eventId,
|
|
1523
|
+
accountId,
|
|
1524
|
+
passId,
|
|
1525
|
+
questions
|
|
1526
|
+
);
|
|
1527
|
+
```
|
|
1528
|
+
|
|
1529
|
+
### Parameters
|
|
1530
|
+
|
|
1531
|
+
|Name | Type | Description | Notes|
|
|
1532
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1533
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1534
|
+
| **accountId** | [**string**] | The account identifier | defaults to undefined|
|
|
1535
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
1536
|
+
| **questions** | **Array<Question>** | Filter by questions | defaults to undefined|
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
### Return type
|
|
1540
|
+
|
|
1541
|
+
**CreateAccountInvitations200Response**
|
|
1542
|
+
|
|
1543
|
+
### Authorization
|
|
1544
|
+
|
|
1545
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1546
|
+
|
|
1547
|
+
### HTTP request headers
|
|
1548
|
+
|
|
1549
|
+
- **Content-Type**: Not defined
|
|
1550
|
+
- **Accept**: application/json
|
|
1551
|
+
|
|
1552
|
+
|
|
1553
|
+
### HTTP response details
|
|
1554
|
+
| Status code | Description | Response headers |
|
|
1555
|
+
|-------------|-------------|------------------|
|
|
1556
|
+
|**200** | Successful response | - |
|
|
1557
|
+
|
|
1558
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1559
|
+
|
|
1560
|
+
# **updateEventPassSingleFollowupResponses**
|
|
1561
|
+
> CreateAccountAddress200Response updateEventPassSingleFollowupResponses()
|
|
1562
|
+
|
|
1563
|
+
Update Event Pass Single Followup Responses endpoint
|
|
1564
|
+
|
|
1565
|
+
### Example
|
|
1566
|
+
|
|
1567
|
+
```typescript
|
|
1568
|
+
import {
|
|
1569
|
+
EventsPassesApi,
|
|
1570
|
+
Configuration
|
|
1571
|
+
} from '@connectedxm/admin-sdk';
|
|
1572
|
+
|
|
1573
|
+
const configuration = new Configuration();
|
|
1574
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
1575
|
+
|
|
1576
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1577
|
+
let accountId: string; //The account identifier (default to undefined)
|
|
1578
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
1579
|
+
let followupId: string; //The followup identifier (default to undefined)
|
|
1580
|
+
let questions: Array<Question>; //Filter by questions (default to undefined)
|
|
1581
|
+
|
|
1582
|
+
const { status, data } = await apiInstance.updateEventPassSingleFollowupResponses(
|
|
1583
|
+
eventId,
|
|
1584
|
+
accountId,
|
|
1585
|
+
passId,
|
|
1586
|
+
followupId,
|
|
1587
|
+
questions
|
|
1588
|
+
);
|
|
1589
|
+
```
|
|
1590
|
+
|
|
1591
|
+
### Parameters
|
|
1592
|
+
|
|
1593
|
+
|Name | Type | Description | Notes|
|
|
1594
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1595
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1596
|
+
| **accountId** | [**string**] | The account identifier | defaults to undefined|
|
|
1597
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
1598
|
+
| **followupId** | [**string**] | The followup identifier | defaults to undefined|
|
|
1599
|
+
| **questions** | **Array<Question>** | Filter by questions | defaults to undefined|
|
|
1600
|
+
|
|
1601
|
+
|
|
1602
|
+
### Return type
|
|
1603
|
+
|
|
1604
|
+
**CreateAccountAddress200Response**
|
|
1605
|
+
|
|
1606
|
+
### Authorization
|
|
1607
|
+
|
|
1608
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1609
|
+
|
|
1610
|
+
### HTTP request headers
|
|
1611
|
+
|
|
1612
|
+
- **Content-Type**: Not defined
|
|
1613
|
+
- **Accept**: application/json
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
### HTTP response details
|
|
1617
|
+
| Status code | Description | Response headers |
|
|
1618
|
+
|-------------|-------------|------------------|
|
|
1619
|
+
|**200** | Successful response | - |
|
|
1620
|
+
|
|
1621
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1622
|
+
|
|
1623
|
+
# **updateEventSessionAccess**
|
|
1624
|
+
> CreateAccountAddress200Response updateEventSessionAccess(eventSessionAccessUpdateInputs)
|
|
1625
|
+
|
|
1626
|
+
Update Event Session Access endpoint
|
|
1627
|
+
|
|
1628
|
+
### Example
|
|
1629
|
+
|
|
1630
|
+
```typescript
|
|
1631
|
+
import {
|
|
1632
|
+
EventsPassesApi,
|
|
1633
|
+
Configuration,
|
|
1634
|
+
EventSessionAccessUpdateInputs
|
|
1635
|
+
} from '@connectedxm/admin-sdk';
|
|
1636
|
+
|
|
1637
|
+
const configuration = new Configuration();
|
|
1638
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
1639
|
+
|
|
1640
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1641
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
1642
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
1643
|
+
let eventSessionAccessUpdateInputs: EventSessionAccessUpdateInputs; //
|
|
1644
|
+
|
|
1645
|
+
const { status, data } = await apiInstance.updateEventSessionAccess(
|
|
1646
|
+
eventId,
|
|
1647
|
+
sessionId,
|
|
1648
|
+
passId,
|
|
1649
|
+
eventSessionAccessUpdateInputs
|
|
1650
|
+
);
|
|
1651
|
+
```
|
|
1652
|
+
|
|
1653
|
+
### Parameters
|
|
1654
|
+
|
|
1655
|
+
|Name | Type | Description | Notes|
|
|
1656
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1657
|
+
| **eventSessionAccessUpdateInputs** | **EventSessionAccessUpdateInputs**| | |
|
|
1658
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1659
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
1660
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
### Return type
|
|
1664
|
+
|
|
1665
|
+
**CreateAccountAddress200Response**
|
|
1666
|
+
|
|
1667
|
+
### Authorization
|
|
1668
|
+
|
|
1669
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1670
|
+
|
|
1671
|
+
### HTTP request headers
|
|
1672
|
+
|
|
1673
|
+
- **Content-Type**: application/json
|
|
1674
|
+
- **Accept**: application/json
|
|
1675
|
+
|
|
1676
|
+
|
|
1677
|
+
### HTTP response details
|
|
1678
|
+
| Status code | Description | Response headers |
|
|
1679
|
+
|-------------|-------------|------------------|
|
|
1680
|
+
|**200** | Successful response | - |
|
|
1681
|
+
|
|
1682
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1683
|
+
|
|
1684
|
+
# **updateEventSessionAccessResponses**
|
|
1685
|
+
> CreateAccountAddress200Response updateEventSessionAccessResponses(requestBody)
|
|
1686
|
+
|
|
1687
|
+
Update Event Session Access Responses endpoint
|
|
1688
|
+
|
|
1689
|
+
### Example
|
|
1690
|
+
|
|
1691
|
+
```typescript
|
|
1692
|
+
import {
|
|
1693
|
+
EventsPassesApi,
|
|
1694
|
+
Configuration
|
|
1695
|
+
} from '@connectedxm/admin-sdk';
|
|
1696
|
+
|
|
1697
|
+
const configuration = new Configuration();
|
|
1698
|
+
const apiInstance = new EventsPassesApi(configuration);
|
|
1699
|
+
|
|
1700
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1701
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
1702
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
1703
|
+
let requestBody: Array<object>; //
|
|
1704
|
+
|
|
1705
|
+
const { status, data } = await apiInstance.updateEventSessionAccessResponses(
|
|
1706
|
+
eventId,
|
|
1707
|
+
sessionId,
|
|
1708
|
+
passId,
|
|
1709
|
+
requestBody
|
|
1710
|
+
);
|
|
1711
|
+
```
|
|
1712
|
+
|
|
1713
|
+
### Parameters
|
|
1714
|
+
|
|
1715
|
+
|Name | Type | Description | Notes|
|
|
1716
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1717
|
+
| **requestBody** | **Array<object>**| | |
|
|
1718
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1719
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
1720
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
1721
|
+
|
|
1722
|
+
|
|
1723
|
+
### Return type
|
|
1724
|
+
|
|
1725
|
+
**CreateAccountAddress200Response**
|
|
1726
|
+
|
|
1727
|
+
### Authorization
|
|
1728
|
+
|
|
1729
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1730
|
+
|
|
1731
|
+
### HTTP request headers
|
|
1732
|
+
|
|
1733
|
+
- **Content-Type**: application/json
|
|
1734
|
+
- **Accept**: application/json
|
|
1735
|
+
|
|
1736
|
+
|
|
1737
|
+
### HTTP response details
|
|
1738
|
+
| Status code | Description | Response headers |
|
|
1739
|
+
|-------------|-------------|------------------|
|
|
1740
|
+
|**200** | Successful response | - |
|
|
1741
|
+
|
|
1742
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1743
|
+
|