@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,1216 @@
|
|
|
1
|
+
# EventsSessionsQuestionsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://admin-api.connected.dev*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**addEventSessionQuestionChoiceSubQuestion**](#addeventsessionquestionchoicesubquestion) | **POST** /events/{eventId}/sessions/{sessionId}/questions/{questionId}/choices/{choiceId}/subQuestions/{subQuestionId} | Add Event Session Question Choice Sub Question|
|
|
8
|
+
|[**attachEventSessionQuestionSearchList**](#attacheventsessionquestionsearchlist) | **PUT** /events/{eventId}/sessions/{sessionId}/questions/{questionId}/searchlist | Attach Event Session Question Search List|
|
|
9
|
+
|[**createEventSessionQuestion**](#createeventsessionquestion) | **POST** /events/{eventId}/sessions/{sessionId}/questions | Create Event Session Question|
|
|
10
|
+
|[**createEventSessionQuestionChoice**](#createeventsessionquestionchoice) | **POST** /events/{eventId}/sessions/{sessionId}/questions/{questionId}/choices | Create Event Session Question Choice|
|
|
11
|
+
|[**deleteEventSessionQuestion**](#deleteeventsessionquestion) | **DELETE** /events/{eventId}/sessions/{sessionId}/questions/{questionId} | Delete Event Session Question|
|
|
12
|
+
|[**deleteEventSessionQuestionChoice**](#deleteeventsessionquestionchoice) | **DELETE** /events/{eventId}/sessions/{sessionId}/questions/{questionId}/choices/{choiceId} | Delete Event Session Question Choice|
|
|
13
|
+
|[**detachEventSessionQuestionSearchList**](#detacheventsessionquestionsearchlist) | **DELETE** /events/{eventId}/sessions/{sessionId}/questions/{questionId}/searchlist | Detach Event Session Question Search List|
|
|
14
|
+
|[**getEventSessionQuestion**](#geteventsessionquestion) | **GET** /events/{eventId}/sessions/{sessionId}/questions/{questionId} | Get Event Session Question|
|
|
15
|
+
|[**getEventSessionQuestionChoice**](#geteventsessionquestionchoice) | **GET** /events/{eventId}/sessions/{sessionId}/questions/{questionId}/choices/{choiceId} | Get Event Session Question Choice|
|
|
16
|
+
|[**getEventSessionQuestionChoiceSubQuestions**](#geteventsessionquestionchoicesubquestions) | **GET** /events/{eventId}/sessions/{sessionId}/questions/{questionId}/choices/{choiceId}/subQuestions | Get Event Session Question Choice Sub Questions|
|
|
17
|
+
|[**getEventSessionQuestionChoices**](#geteventsessionquestionchoices) | **GET** /events/{eventId}/sessions/{sessionId}/questions/{questionId}/choices | Get Event Session Question Choices|
|
|
18
|
+
|[**getEventSessionQuestionResponses**](#geteventsessionquestionresponses) | **GET** /events/{eventId}/sessions/{sessionId}/questions/{questionId}/responses | Get Event Session Question Responses|
|
|
19
|
+
|[**getEventSessionQuestions**](#geteventsessionquestions) | **GET** /events/{eventId}/sessions/{sessionId}/questions | Get Event Session Questions|
|
|
20
|
+
|[**removeEventSessionQuestionChoiceSubQuestion**](#removeeventsessionquestionchoicesubquestion) | **DELETE** /events/{eventId}/sessions/{sessionId}/questions/{questionId}/choices/{choiceId}/subQuestions/{subQuestionId} | Remove Event Session Question Choice Sub Question|
|
|
21
|
+
|[**reorderEventSessionQuestionChoiceSubQuestions**](#reordereventsessionquestionchoicesubquestions) | **PUT** /events/{eventId}/sessions/{sessionId}/questions/{questionId}/choices/{choiceId}/subQuestions/reorder | Reorder Event Session Question Choice Sub Questions|
|
|
22
|
+
|[**reorderEventSessionQuestionChoices**](#reordereventsessionquestionchoices) | **PUT** /events/{eventId}/sessions/{sessionId}/questions/{questionId}/choices/reorder | Reorder Event Session Question Choices|
|
|
23
|
+
|[**updateEventSessionQuestion**](#updateeventsessionquestion) | **PUT** /events/{eventId}/sessions/{sessionId}/questions/{questionId} | Update Event Session Question|
|
|
24
|
+
|[**updateEventSessionQuestionChoice**](#updateeventsessionquestionchoice) | **PUT** /events/{eventId}/sessions/{sessionId}/questions/{questionId}/choices/{choiceId} | Update Event Session Question Choice|
|
|
25
|
+
|[**updateEventSessionQuestionChoiceSubQuestion**](#updateeventsessionquestionchoicesubquestion) | **PUT** /events/{eventId}/sessions/{sessionId}/questions/{questionId}/choices/{choiceId}/subQuestions/{subQuestionId} | Update Event Session Question Choice Sub Question|
|
|
26
|
+
|
|
27
|
+
# **addEventSessionQuestionChoiceSubQuestion**
|
|
28
|
+
> CreateAccountAddress200Response addEventSessionQuestionChoiceSubQuestion()
|
|
29
|
+
|
|
30
|
+
Add Event Session Question Choice Sub Question endpoint
|
|
31
|
+
|
|
32
|
+
### Example
|
|
33
|
+
|
|
34
|
+
```typescript
|
|
35
|
+
import {
|
|
36
|
+
EventsSessionsQuestionsApi,
|
|
37
|
+
Configuration
|
|
38
|
+
} from '@connectedxm/admin-sdk';
|
|
39
|
+
|
|
40
|
+
const configuration = new Configuration();
|
|
41
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
42
|
+
|
|
43
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
44
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
45
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
46
|
+
let choiceId: string; //The choice identifier (default to undefined)
|
|
47
|
+
let subQuestionId: string; //The subQuestion identifier (default to undefined)
|
|
48
|
+
|
|
49
|
+
const { status, data } = await apiInstance.addEventSessionQuestionChoiceSubQuestion(
|
|
50
|
+
eventId,
|
|
51
|
+
sessionId,
|
|
52
|
+
questionId,
|
|
53
|
+
choiceId,
|
|
54
|
+
subQuestionId
|
|
55
|
+
);
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
### Parameters
|
|
59
|
+
|
|
60
|
+
|Name | Type | Description | Notes|
|
|
61
|
+
|------------- | ------------- | ------------- | -------------|
|
|
62
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
63
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
64
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
65
|
+
| **choiceId** | [**string**] | The choice identifier | defaults to undefined|
|
|
66
|
+
| **subQuestionId** | [**string**] | The subQuestion identifier | defaults to undefined|
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Return type
|
|
70
|
+
|
|
71
|
+
**CreateAccountAddress200Response**
|
|
72
|
+
|
|
73
|
+
### Authorization
|
|
74
|
+
|
|
75
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
76
|
+
|
|
77
|
+
### HTTP request headers
|
|
78
|
+
|
|
79
|
+
- **Content-Type**: Not defined
|
|
80
|
+
- **Accept**: application/json
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### HTTP response details
|
|
84
|
+
| Status code | Description | Response headers |
|
|
85
|
+
|-------------|-------------|------------------|
|
|
86
|
+
|**200** | Successful response | - |
|
|
87
|
+
|
|
88
|
+
[[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)
|
|
89
|
+
|
|
90
|
+
# **attachEventSessionQuestionSearchList**
|
|
91
|
+
> CreateAccountAddress200Response attachEventSessionQuestionSearchList(attachSearchListInputs)
|
|
92
|
+
|
|
93
|
+
Attach Event Session Question Search List endpoint
|
|
94
|
+
|
|
95
|
+
### Example
|
|
96
|
+
|
|
97
|
+
```typescript
|
|
98
|
+
import {
|
|
99
|
+
EventsSessionsQuestionsApi,
|
|
100
|
+
Configuration,
|
|
101
|
+
AttachSearchListInputs
|
|
102
|
+
} from '@connectedxm/admin-sdk';
|
|
103
|
+
|
|
104
|
+
const configuration = new Configuration();
|
|
105
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
106
|
+
|
|
107
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
108
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
109
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
110
|
+
let attachSearchListInputs: AttachSearchListInputs; //
|
|
111
|
+
|
|
112
|
+
const { status, data } = await apiInstance.attachEventSessionQuestionSearchList(
|
|
113
|
+
eventId,
|
|
114
|
+
sessionId,
|
|
115
|
+
questionId,
|
|
116
|
+
attachSearchListInputs
|
|
117
|
+
);
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
### Parameters
|
|
121
|
+
|
|
122
|
+
|Name | Type | Description | Notes|
|
|
123
|
+
|------------- | ------------- | ------------- | -------------|
|
|
124
|
+
| **attachSearchListInputs** | **AttachSearchListInputs**| | |
|
|
125
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
126
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
127
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
### Return type
|
|
131
|
+
|
|
132
|
+
**CreateAccountAddress200Response**
|
|
133
|
+
|
|
134
|
+
### Authorization
|
|
135
|
+
|
|
136
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
137
|
+
|
|
138
|
+
### HTTP request headers
|
|
139
|
+
|
|
140
|
+
- **Content-Type**: application/json
|
|
141
|
+
- **Accept**: application/json
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
### HTTP response details
|
|
145
|
+
| Status code | Description | Response headers |
|
|
146
|
+
|-------------|-------------|------------------|
|
|
147
|
+
|**200** | Successful response | - |
|
|
148
|
+
|
|
149
|
+
[[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)
|
|
150
|
+
|
|
151
|
+
# **createEventSessionQuestion**
|
|
152
|
+
> CreateAccountAddress200Response createEventSessionQuestion(eventSessionQuestionCreateInputs)
|
|
153
|
+
|
|
154
|
+
Create Event Session Question endpoint
|
|
155
|
+
|
|
156
|
+
### Example
|
|
157
|
+
|
|
158
|
+
```typescript
|
|
159
|
+
import {
|
|
160
|
+
EventsSessionsQuestionsApi,
|
|
161
|
+
Configuration,
|
|
162
|
+
EventSessionQuestionCreateInputs
|
|
163
|
+
} from '@connectedxm/admin-sdk';
|
|
164
|
+
|
|
165
|
+
const configuration = new Configuration();
|
|
166
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
167
|
+
|
|
168
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
169
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
170
|
+
let eventSessionQuestionCreateInputs: EventSessionQuestionCreateInputs; //
|
|
171
|
+
|
|
172
|
+
const { status, data } = await apiInstance.createEventSessionQuestion(
|
|
173
|
+
eventId,
|
|
174
|
+
sessionId,
|
|
175
|
+
eventSessionQuestionCreateInputs
|
|
176
|
+
);
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
### Parameters
|
|
180
|
+
|
|
181
|
+
|Name | Type | Description | Notes|
|
|
182
|
+
|------------- | ------------- | ------------- | -------------|
|
|
183
|
+
| **eventSessionQuestionCreateInputs** | **EventSessionQuestionCreateInputs**| | |
|
|
184
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
185
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Return type
|
|
189
|
+
|
|
190
|
+
**CreateAccountAddress200Response**
|
|
191
|
+
|
|
192
|
+
### Authorization
|
|
193
|
+
|
|
194
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
195
|
+
|
|
196
|
+
### HTTP request headers
|
|
197
|
+
|
|
198
|
+
- **Content-Type**: application/json
|
|
199
|
+
- **Accept**: application/json
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### HTTP response details
|
|
203
|
+
| Status code | Description | Response headers |
|
|
204
|
+
|-------------|-------------|------------------|
|
|
205
|
+
|**200** | Successful response | - |
|
|
206
|
+
|
|
207
|
+
[[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)
|
|
208
|
+
|
|
209
|
+
# **createEventSessionQuestionChoice**
|
|
210
|
+
> CreateAccountAddress200Response createEventSessionQuestionChoice(eventSessionQuestionChoiceCreateInputs)
|
|
211
|
+
|
|
212
|
+
Create Event Session Question Choice endpoint
|
|
213
|
+
|
|
214
|
+
### Example
|
|
215
|
+
|
|
216
|
+
```typescript
|
|
217
|
+
import {
|
|
218
|
+
EventsSessionsQuestionsApi,
|
|
219
|
+
Configuration,
|
|
220
|
+
EventSessionQuestionChoiceCreateInputs
|
|
221
|
+
} from '@connectedxm/admin-sdk';
|
|
222
|
+
|
|
223
|
+
const configuration = new Configuration();
|
|
224
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
225
|
+
|
|
226
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
227
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
228
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
229
|
+
let eventSessionQuestionChoiceCreateInputs: EventSessionQuestionChoiceCreateInputs; //
|
|
230
|
+
|
|
231
|
+
const { status, data } = await apiInstance.createEventSessionQuestionChoice(
|
|
232
|
+
eventId,
|
|
233
|
+
sessionId,
|
|
234
|
+
questionId,
|
|
235
|
+
eventSessionQuestionChoiceCreateInputs
|
|
236
|
+
);
|
|
237
|
+
```
|
|
238
|
+
|
|
239
|
+
### Parameters
|
|
240
|
+
|
|
241
|
+
|Name | Type | Description | Notes|
|
|
242
|
+
|------------- | ------------- | ------------- | -------------|
|
|
243
|
+
| **eventSessionQuestionChoiceCreateInputs** | **EventSessionQuestionChoiceCreateInputs**| | |
|
|
244
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
245
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
246
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### Return type
|
|
250
|
+
|
|
251
|
+
**CreateAccountAddress200Response**
|
|
252
|
+
|
|
253
|
+
### Authorization
|
|
254
|
+
|
|
255
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
256
|
+
|
|
257
|
+
### HTTP request headers
|
|
258
|
+
|
|
259
|
+
- **Content-Type**: application/json
|
|
260
|
+
- **Accept**: application/json
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
### HTTP response details
|
|
264
|
+
| Status code | Description | Response headers |
|
|
265
|
+
|-------------|-------------|------------------|
|
|
266
|
+
|**200** | Successful response | - |
|
|
267
|
+
|
|
268
|
+
[[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)
|
|
269
|
+
|
|
270
|
+
# **deleteEventSessionQuestion**
|
|
271
|
+
> CreateAccountInvitations200Response deleteEventSessionQuestion()
|
|
272
|
+
|
|
273
|
+
Delete Event Session Question endpoint
|
|
274
|
+
|
|
275
|
+
### Example
|
|
276
|
+
|
|
277
|
+
```typescript
|
|
278
|
+
import {
|
|
279
|
+
EventsSessionsQuestionsApi,
|
|
280
|
+
Configuration
|
|
281
|
+
} from '@connectedxm/admin-sdk';
|
|
282
|
+
|
|
283
|
+
const configuration = new Configuration();
|
|
284
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
285
|
+
|
|
286
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
287
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
288
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
289
|
+
let sectionId: string; //Filter by sectionId (optional) (default to undefined)
|
|
290
|
+
|
|
291
|
+
const { status, data } = await apiInstance.deleteEventSessionQuestion(
|
|
292
|
+
eventId,
|
|
293
|
+
sessionId,
|
|
294
|
+
questionId,
|
|
295
|
+
sectionId
|
|
296
|
+
);
|
|
297
|
+
```
|
|
298
|
+
|
|
299
|
+
### Parameters
|
|
300
|
+
|
|
301
|
+
|Name | Type | Description | Notes|
|
|
302
|
+
|------------- | ------------- | ------------- | -------------|
|
|
303
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
304
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
305
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
306
|
+
| **sectionId** | [**string**] | Filter by sectionId | (optional) defaults to undefined|
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
### Return type
|
|
310
|
+
|
|
311
|
+
**CreateAccountInvitations200Response**
|
|
312
|
+
|
|
313
|
+
### Authorization
|
|
314
|
+
|
|
315
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
316
|
+
|
|
317
|
+
### HTTP request headers
|
|
318
|
+
|
|
319
|
+
- **Content-Type**: Not defined
|
|
320
|
+
- **Accept**: application/json
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
### HTTP response details
|
|
324
|
+
| Status code | Description | Response headers |
|
|
325
|
+
|-------------|-------------|------------------|
|
|
326
|
+
|**200** | Successful response | - |
|
|
327
|
+
|
|
328
|
+
[[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)
|
|
329
|
+
|
|
330
|
+
# **deleteEventSessionQuestionChoice**
|
|
331
|
+
> CreateAccountAddress200Response deleteEventSessionQuestionChoice()
|
|
332
|
+
|
|
333
|
+
Delete Event Session Question Choice endpoint
|
|
334
|
+
|
|
335
|
+
### Example
|
|
336
|
+
|
|
337
|
+
```typescript
|
|
338
|
+
import {
|
|
339
|
+
EventsSessionsQuestionsApi,
|
|
340
|
+
Configuration
|
|
341
|
+
} from '@connectedxm/admin-sdk';
|
|
342
|
+
|
|
343
|
+
const configuration = new Configuration();
|
|
344
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
345
|
+
|
|
346
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
347
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
348
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
349
|
+
let choiceId: string; //The choice identifier (default to undefined)
|
|
350
|
+
|
|
351
|
+
const { status, data } = await apiInstance.deleteEventSessionQuestionChoice(
|
|
352
|
+
eventId,
|
|
353
|
+
sessionId,
|
|
354
|
+
questionId,
|
|
355
|
+
choiceId
|
|
356
|
+
);
|
|
357
|
+
```
|
|
358
|
+
|
|
359
|
+
### Parameters
|
|
360
|
+
|
|
361
|
+
|Name | Type | Description | Notes|
|
|
362
|
+
|------------- | ------------- | ------------- | -------------|
|
|
363
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
364
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
365
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
366
|
+
| **choiceId** | [**string**] | The choice identifier | defaults to undefined|
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
### Return type
|
|
370
|
+
|
|
371
|
+
**CreateAccountAddress200Response**
|
|
372
|
+
|
|
373
|
+
### Authorization
|
|
374
|
+
|
|
375
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
376
|
+
|
|
377
|
+
### HTTP request headers
|
|
378
|
+
|
|
379
|
+
- **Content-Type**: Not defined
|
|
380
|
+
- **Accept**: application/json
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
### HTTP response details
|
|
384
|
+
| Status code | Description | Response headers |
|
|
385
|
+
|-------------|-------------|------------------|
|
|
386
|
+
|**200** | Successful response | - |
|
|
387
|
+
|
|
388
|
+
[[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)
|
|
389
|
+
|
|
390
|
+
# **detachEventSessionQuestionSearchList**
|
|
391
|
+
> CreateAccountAddress200Response detachEventSessionQuestionSearchList()
|
|
392
|
+
|
|
393
|
+
Detach Event Session Question Search List endpoint
|
|
394
|
+
|
|
395
|
+
### Example
|
|
396
|
+
|
|
397
|
+
```typescript
|
|
398
|
+
import {
|
|
399
|
+
EventsSessionsQuestionsApi,
|
|
400
|
+
Configuration
|
|
401
|
+
} from '@connectedxm/admin-sdk';
|
|
402
|
+
|
|
403
|
+
const configuration = new Configuration();
|
|
404
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
405
|
+
|
|
406
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
407
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
408
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
409
|
+
|
|
410
|
+
const { status, data } = await apiInstance.detachEventSessionQuestionSearchList(
|
|
411
|
+
eventId,
|
|
412
|
+
sessionId,
|
|
413
|
+
questionId
|
|
414
|
+
);
|
|
415
|
+
```
|
|
416
|
+
|
|
417
|
+
### Parameters
|
|
418
|
+
|
|
419
|
+
|Name | Type | Description | Notes|
|
|
420
|
+
|------------- | ------------- | ------------- | -------------|
|
|
421
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
422
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
423
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### Return type
|
|
427
|
+
|
|
428
|
+
**CreateAccountAddress200Response**
|
|
429
|
+
|
|
430
|
+
### Authorization
|
|
431
|
+
|
|
432
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
433
|
+
|
|
434
|
+
### HTTP request headers
|
|
435
|
+
|
|
436
|
+
- **Content-Type**: Not defined
|
|
437
|
+
- **Accept**: application/json
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
### HTTP response details
|
|
441
|
+
| Status code | Description | Response headers |
|
|
442
|
+
|-------------|-------------|------------------|
|
|
443
|
+
|**200** | Successful response | - |
|
|
444
|
+
|
|
445
|
+
[[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)
|
|
446
|
+
|
|
447
|
+
# **getEventSessionQuestion**
|
|
448
|
+
> CreateAccountAddress200Response getEventSessionQuestion()
|
|
449
|
+
|
|
450
|
+
Get Event Session Question endpoint
|
|
451
|
+
|
|
452
|
+
### Example
|
|
453
|
+
|
|
454
|
+
```typescript
|
|
455
|
+
import {
|
|
456
|
+
EventsSessionsQuestionsApi,
|
|
457
|
+
Configuration
|
|
458
|
+
} from '@connectedxm/admin-sdk';
|
|
459
|
+
|
|
460
|
+
const configuration = new Configuration();
|
|
461
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
462
|
+
|
|
463
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
464
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
465
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
466
|
+
|
|
467
|
+
const { status, data } = await apiInstance.getEventSessionQuestion(
|
|
468
|
+
eventId,
|
|
469
|
+
sessionId,
|
|
470
|
+
questionId
|
|
471
|
+
);
|
|
472
|
+
```
|
|
473
|
+
|
|
474
|
+
### Parameters
|
|
475
|
+
|
|
476
|
+
|Name | Type | Description | Notes|
|
|
477
|
+
|------------- | ------------- | ------------- | -------------|
|
|
478
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
479
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
480
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
### Return type
|
|
484
|
+
|
|
485
|
+
**CreateAccountAddress200Response**
|
|
486
|
+
|
|
487
|
+
### Authorization
|
|
488
|
+
|
|
489
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
490
|
+
|
|
491
|
+
### HTTP request headers
|
|
492
|
+
|
|
493
|
+
- **Content-Type**: Not defined
|
|
494
|
+
- **Accept**: application/json
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
### HTTP response details
|
|
498
|
+
| Status code | Description | Response headers |
|
|
499
|
+
|-------------|-------------|------------------|
|
|
500
|
+
|**200** | Successful response | - |
|
|
501
|
+
|
|
502
|
+
[[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)
|
|
503
|
+
|
|
504
|
+
# **getEventSessionQuestionChoice**
|
|
505
|
+
> CreateAccountAddress200Response getEventSessionQuestionChoice()
|
|
506
|
+
|
|
507
|
+
Get Event Session Question Choice endpoint
|
|
508
|
+
|
|
509
|
+
### Example
|
|
510
|
+
|
|
511
|
+
```typescript
|
|
512
|
+
import {
|
|
513
|
+
EventsSessionsQuestionsApi,
|
|
514
|
+
Configuration
|
|
515
|
+
} from '@connectedxm/admin-sdk';
|
|
516
|
+
|
|
517
|
+
const configuration = new Configuration();
|
|
518
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
519
|
+
|
|
520
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
521
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
522
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
523
|
+
let choiceId: string; //The choice identifier (default to undefined)
|
|
524
|
+
|
|
525
|
+
const { status, data } = await apiInstance.getEventSessionQuestionChoice(
|
|
526
|
+
eventId,
|
|
527
|
+
sessionId,
|
|
528
|
+
questionId,
|
|
529
|
+
choiceId
|
|
530
|
+
);
|
|
531
|
+
```
|
|
532
|
+
|
|
533
|
+
### Parameters
|
|
534
|
+
|
|
535
|
+
|Name | Type | Description | Notes|
|
|
536
|
+
|------------- | ------------- | ------------- | -------------|
|
|
537
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
538
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
539
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
540
|
+
| **choiceId** | [**string**] | The choice identifier | defaults to undefined|
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
### Return type
|
|
544
|
+
|
|
545
|
+
**CreateAccountAddress200Response**
|
|
546
|
+
|
|
547
|
+
### Authorization
|
|
548
|
+
|
|
549
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
550
|
+
|
|
551
|
+
### HTTP request headers
|
|
552
|
+
|
|
553
|
+
- **Content-Type**: Not defined
|
|
554
|
+
- **Accept**: application/json
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
### HTTP response details
|
|
558
|
+
| Status code | Description | Response headers |
|
|
559
|
+
|-------------|-------------|------------------|
|
|
560
|
+
|**200** | Successful response | - |
|
|
561
|
+
|
|
562
|
+
[[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)
|
|
563
|
+
|
|
564
|
+
# **getEventSessionQuestionChoiceSubQuestions**
|
|
565
|
+
> GetAccountInvitations200Response getEventSessionQuestionChoiceSubQuestions()
|
|
566
|
+
|
|
567
|
+
Get Event Session Question Choice Sub Questions endpoint
|
|
568
|
+
|
|
569
|
+
### Example
|
|
570
|
+
|
|
571
|
+
```typescript
|
|
572
|
+
import {
|
|
573
|
+
EventsSessionsQuestionsApi,
|
|
574
|
+
Configuration
|
|
575
|
+
} from '@connectedxm/admin-sdk';
|
|
576
|
+
|
|
577
|
+
const configuration = new Configuration();
|
|
578
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
579
|
+
|
|
580
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
581
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
582
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
583
|
+
let choiceId: string; //The choice identifier (default to undefined)
|
|
584
|
+
let page: number; //Page number (optional) (default to 1)
|
|
585
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
586
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
587
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
588
|
+
|
|
589
|
+
const { status, data } = await apiInstance.getEventSessionQuestionChoiceSubQuestions(
|
|
590
|
+
eventId,
|
|
591
|
+
sessionId,
|
|
592
|
+
questionId,
|
|
593
|
+
choiceId,
|
|
594
|
+
page,
|
|
595
|
+
pageSize,
|
|
596
|
+
orderBy,
|
|
597
|
+
search
|
|
598
|
+
);
|
|
599
|
+
```
|
|
600
|
+
|
|
601
|
+
### Parameters
|
|
602
|
+
|
|
603
|
+
|Name | Type | Description | Notes|
|
|
604
|
+
|------------- | ------------- | ------------- | -------------|
|
|
605
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
606
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
607
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
608
|
+
| **choiceId** | [**string**] | The choice identifier | defaults to undefined|
|
|
609
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
610
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
611
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
612
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
### Return type
|
|
616
|
+
|
|
617
|
+
**GetAccountInvitations200Response**
|
|
618
|
+
|
|
619
|
+
### Authorization
|
|
620
|
+
|
|
621
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
622
|
+
|
|
623
|
+
### HTTP request headers
|
|
624
|
+
|
|
625
|
+
- **Content-Type**: Not defined
|
|
626
|
+
- **Accept**: application/json
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
### HTTP response details
|
|
630
|
+
| Status code | Description | Response headers |
|
|
631
|
+
|-------------|-------------|------------------|
|
|
632
|
+
|**200** | Successful response | - |
|
|
633
|
+
|
|
634
|
+
[[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)
|
|
635
|
+
|
|
636
|
+
# **getEventSessionQuestionChoices**
|
|
637
|
+
> GetAccountInvitations200Response getEventSessionQuestionChoices()
|
|
638
|
+
|
|
639
|
+
Get Event Session Question Choices endpoint
|
|
640
|
+
|
|
641
|
+
### Example
|
|
642
|
+
|
|
643
|
+
```typescript
|
|
644
|
+
import {
|
|
645
|
+
EventsSessionsQuestionsApi,
|
|
646
|
+
Configuration
|
|
647
|
+
} from '@connectedxm/admin-sdk';
|
|
648
|
+
|
|
649
|
+
const configuration = new Configuration();
|
|
650
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
651
|
+
|
|
652
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
653
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
654
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
655
|
+
let page: number; //Page number (optional) (default to 1)
|
|
656
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
657
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
658
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
659
|
+
|
|
660
|
+
const { status, data } = await apiInstance.getEventSessionQuestionChoices(
|
|
661
|
+
eventId,
|
|
662
|
+
sessionId,
|
|
663
|
+
questionId,
|
|
664
|
+
page,
|
|
665
|
+
pageSize,
|
|
666
|
+
orderBy,
|
|
667
|
+
search
|
|
668
|
+
);
|
|
669
|
+
```
|
|
670
|
+
|
|
671
|
+
### Parameters
|
|
672
|
+
|
|
673
|
+
|Name | Type | Description | Notes|
|
|
674
|
+
|------------- | ------------- | ------------- | -------------|
|
|
675
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
676
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
677
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
678
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
679
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
680
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
681
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
### Return type
|
|
685
|
+
|
|
686
|
+
**GetAccountInvitations200Response**
|
|
687
|
+
|
|
688
|
+
### Authorization
|
|
689
|
+
|
|
690
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
691
|
+
|
|
692
|
+
### HTTP request headers
|
|
693
|
+
|
|
694
|
+
- **Content-Type**: Not defined
|
|
695
|
+
- **Accept**: application/json
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
### HTTP response details
|
|
699
|
+
| Status code | Description | Response headers |
|
|
700
|
+
|-------------|-------------|------------------|
|
|
701
|
+
|**200** | Successful response | - |
|
|
702
|
+
|
|
703
|
+
[[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)
|
|
704
|
+
|
|
705
|
+
# **getEventSessionQuestionResponses**
|
|
706
|
+
> GetAccountInvitations200Response getEventSessionQuestionResponses()
|
|
707
|
+
|
|
708
|
+
Get Event Session Question Responses endpoint
|
|
709
|
+
|
|
710
|
+
### Example
|
|
711
|
+
|
|
712
|
+
```typescript
|
|
713
|
+
import {
|
|
714
|
+
EventsSessionsQuestionsApi,
|
|
715
|
+
Configuration
|
|
716
|
+
} from '@connectedxm/admin-sdk';
|
|
717
|
+
|
|
718
|
+
const configuration = new Configuration();
|
|
719
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
720
|
+
|
|
721
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
722
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
723
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
724
|
+
let page: number; //Page number (optional) (default to 1)
|
|
725
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
726
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
727
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
728
|
+
|
|
729
|
+
const { status, data } = await apiInstance.getEventSessionQuestionResponses(
|
|
730
|
+
eventId,
|
|
731
|
+
sessionId,
|
|
732
|
+
questionId,
|
|
733
|
+
page,
|
|
734
|
+
pageSize,
|
|
735
|
+
orderBy,
|
|
736
|
+
search
|
|
737
|
+
);
|
|
738
|
+
```
|
|
739
|
+
|
|
740
|
+
### Parameters
|
|
741
|
+
|
|
742
|
+
|Name | Type | Description | Notes|
|
|
743
|
+
|------------- | ------------- | ------------- | -------------|
|
|
744
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
745
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
746
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
747
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
748
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
749
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
750
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
### Return type
|
|
754
|
+
|
|
755
|
+
**GetAccountInvitations200Response**
|
|
756
|
+
|
|
757
|
+
### Authorization
|
|
758
|
+
|
|
759
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
760
|
+
|
|
761
|
+
### HTTP request headers
|
|
762
|
+
|
|
763
|
+
- **Content-Type**: Not defined
|
|
764
|
+
- **Accept**: application/json
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
### HTTP response details
|
|
768
|
+
| Status code | Description | Response headers |
|
|
769
|
+
|-------------|-------------|------------------|
|
|
770
|
+
|**200** | Successful response | - |
|
|
771
|
+
|
|
772
|
+
[[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)
|
|
773
|
+
|
|
774
|
+
# **getEventSessionQuestions**
|
|
775
|
+
> GetAccountInvitations200Response getEventSessionQuestions()
|
|
776
|
+
|
|
777
|
+
Get Event Session Questions endpoint
|
|
778
|
+
|
|
779
|
+
### Example
|
|
780
|
+
|
|
781
|
+
```typescript
|
|
782
|
+
import {
|
|
783
|
+
EventsSessionsQuestionsApi,
|
|
784
|
+
Configuration
|
|
785
|
+
} from '@connectedxm/admin-sdk';
|
|
786
|
+
|
|
787
|
+
const configuration = new Configuration();
|
|
788
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
789
|
+
|
|
790
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
791
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
792
|
+
let page: number; //Page number (optional) (default to 1)
|
|
793
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
794
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
795
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
796
|
+
|
|
797
|
+
const { status, data } = await apiInstance.getEventSessionQuestions(
|
|
798
|
+
eventId,
|
|
799
|
+
sessionId,
|
|
800
|
+
page,
|
|
801
|
+
pageSize,
|
|
802
|
+
orderBy,
|
|
803
|
+
search
|
|
804
|
+
);
|
|
805
|
+
```
|
|
806
|
+
|
|
807
|
+
### Parameters
|
|
808
|
+
|
|
809
|
+
|Name | Type | Description | Notes|
|
|
810
|
+
|------------- | ------------- | ------------- | -------------|
|
|
811
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
812
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
813
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
814
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
815
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
816
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
### Return type
|
|
820
|
+
|
|
821
|
+
**GetAccountInvitations200Response**
|
|
822
|
+
|
|
823
|
+
### Authorization
|
|
824
|
+
|
|
825
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
826
|
+
|
|
827
|
+
### HTTP request headers
|
|
828
|
+
|
|
829
|
+
- **Content-Type**: Not defined
|
|
830
|
+
- **Accept**: application/json
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
### HTTP response details
|
|
834
|
+
| Status code | Description | Response headers |
|
|
835
|
+
|-------------|-------------|------------------|
|
|
836
|
+
|**200** | Successful response | - |
|
|
837
|
+
|
|
838
|
+
[[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)
|
|
839
|
+
|
|
840
|
+
# **removeEventSessionQuestionChoiceSubQuestion**
|
|
841
|
+
> CreateAccountAddress200Response removeEventSessionQuestionChoiceSubQuestion()
|
|
842
|
+
|
|
843
|
+
Remove Event Session Question Choice Sub Question endpoint
|
|
844
|
+
|
|
845
|
+
### Example
|
|
846
|
+
|
|
847
|
+
```typescript
|
|
848
|
+
import {
|
|
849
|
+
EventsSessionsQuestionsApi,
|
|
850
|
+
Configuration
|
|
851
|
+
} from '@connectedxm/admin-sdk';
|
|
852
|
+
|
|
853
|
+
const configuration = new Configuration();
|
|
854
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
855
|
+
|
|
856
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
857
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
858
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
859
|
+
let choiceId: string; //The choice identifier (default to undefined)
|
|
860
|
+
let subQuestionId: string; //The subQuestion identifier (default to undefined)
|
|
861
|
+
|
|
862
|
+
const { status, data } = await apiInstance.removeEventSessionQuestionChoiceSubQuestion(
|
|
863
|
+
eventId,
|
|
864
|
+
sessionId,
|
|
865
|
+
questionId,
|
|
866
|
+
choiceId,
|
|
867
|
+
subQuestionId
|
|
868
|
+
);
|
|
869
|
+
```
|
|
870
|
+
|
|
871
|
+
### Parameters
|
|
872
|
+
|
|
873
|
+
|Name | Type | Description | Notes|
|
|
874
|
+
|------------- | ------------- | ------------- | -------------|
|
|
875
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
876
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
877
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
878
|
+
| **choiceId** | [**string**] | The choice identifier | defaults to undefined|
|
|
879
|
+
| **subQuestionId** | [**string**] | The subQuestion identifier | defaults to undefined|
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
### Return type
|
|
883
|
+
|
|
884
|
+
**CreateAccountAddress200Response**
|
|
885
|
+
|
|
886
|
+
### Authorization
|
|
887
|
+
|
|
888
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
889
|
+
|
|
890
|
+
### HTTP request headers
|
|
891
|
+
|
|
892
|
+
- **Content-Type**: Not defined
|
|
893
|
+
- **Accept**: application/json
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
### HTTP response details
|
|
897
|
+
| Status code | Description | Response headers |
|
|
898
|
+
|-------------|-------------|------------------|
|
|
899
|
+
|**200** | Successful response | - |
|
|
900
|
+
|
|
901
|
+
[[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)
|
|
902
|
+
|
|
903
|
+
# **reorderEventSessionQuestionChoiceSubQuestions**
|
|
904
|
+
> CreateAccountAddress200Response reorderEventSessionQuestionChoiceSubQuestions()
|
|
905
|
+
|
|
906
|
+
Reorder Event Session Question Choice Sub Questions endpoint
|
|
907
|
+
|
|
908
|
+
### Example
|
|
909
|
+
|
|
910
|
+
```typescript
|
|
911
|
+
import {
|
|
912
|
+
EventsSessionsQuestionsApi,
|
|
913
|
+
Configuration
|
|
914
|
+
} from '@connectedxm/admin-sdk';
|
|
915
|
+
|
|
916
|
+
const configuration = new Configuration();
|
|
917
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
918
|
+
|
|
919
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
920
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
921
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
922
|
+
let choiceId: string; //The choice identifier (default to undefined)
|
|
923
|
+
let questionIds: Array<string>; //Filter by questionIds (default to undefined)
|
|
924
|
+
|
|
925
|
+
const { status, data } = await apiInstance.reorderEventSessionQuestionChoiceSubQuestions(
|
|
926
|
+
eventId,
|
|
927
|
+
sessionId,
|
|
928
|
+
questionId,
|
|
929
|
+
choiceId,
|
|
930
|
+
questionIds
|
|
931
|
+
);
|
|
932
|
+
```
|
|
933
|
+
|
|
934
|
+
### Parameters
|
|
935
|
+
|
|
936
|
+
|Name | Type | Description | Notes|
|
|
937
|
+
|------------- | ------------- | ------------- | -------------|
|
|
938
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
939
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
940
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
941
|
+
| **choiceId** | [**string**] | The choice identifier | defaults to undefined|
|
|
942
|
+
| **questionIds** | **Array<string>** | Filter by questionIds | defaults to undefined|
|
|
943
|
+
|
|
944
|
+
|
|
945
|
+
### Return type
|
|
946
|
+
|
|
947
|
+
**CreateAccountAddress200Response**
|
|
948
|
+
|
|
949
|
+
### Authorization
|
|
950
|
+
|
|
951
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
952
|
+
|
|
953
|
+
### HTTP request headers
|
|
954
|
+
|
|
955
|
+
- **Content-Type**: Not defined
|
|
956
|
+
- **Accept**: application/json
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
### HTTP response details
|
|
960
|
+
| Status code | Description | Response headers |
|
|
961
|
+
|-------------|-------------|------------------|
|
|
962
|
+
|**200** | Successful response | - |
|
|
963
|
+
|
|
964
|
+
[[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)
|
|
965
|
+
|
|
966
|
+
# **reorderEventSessionQuestionChoices**
|
|
967
|
+
> CreateAccountAddress200Response reorderEventSessionQuestionChoices()
|
|
968
|
+
|
|
969
|
+
Reorder Event Session Question Choices endpoint
|
|
970
|
+
|
|
971
|
+
### Example
|
|
972
|
+
|
|
973
|
+
```typescript
|
|
974
|
+
import {
|
|
975
|
+
EventsSessionsQuestionsApi,
|
|
976
|
+
Configuration
|
|
977
|
+
} from '@connectedxm/admin-sdk';
|
|
978
|
+
|
|
979
|
+
const configuration = new Configuration();
|
|
980
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
981
|
+
|
|
982
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
983
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
984
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
985
|
+
let choicesIds: Array<string>; //Filter by choicesIds (default to undefined)
|
|
986
|
+
|
|
987
|
+
const { status, data } = await apiInstance.reorderEventSessionQuestionChoices(
|
|
988
|
+
eventId,
|
|
989
|
+
sessionId,
|
|
990
|
+
questionId,
|
|
991
|
+
choicesIds
|
|
992
|
+
);
|
|
993
|
+
```
|
|
994
|
+
|
|
995
|
+
### Parameters
|
|
996
|
+
|
|
997
|
+
|Name | Type | Description | Notes|
|
|
998
|
+
|------------- | ------------- | ------------- | -------------|
|
|
999
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1000
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
1001
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
1002
|
+
| **choicesIds** | **Array<string>** | Filter by choicesIds | defaults to undefined|
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
### Return type
|
|
1006
|
+
|
|
1007
|
+
**CreateAccountAddress200Response**
|
|
1008
|
+
|
|
1009
|
+
### Authorization
|
|
1010
|
+
|
|
1011
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1012
|
+
|
|
1013
|
+
### HTTP request headers
|
|
1014
|
+
|
|
1015
|
+
- **Content-Type**: Not defined
|
|
1016
|
+
- **Accept**: application/json
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
### HTTP response details
|
|
1020
|
+
| Status code | Description | Response headers |
|
|
1021
|
+
|-------------|-------------|------------------|
|
|
1022
|
+
|**200** | Successful response | - |
|
|
1023
|
+
|
|
1024
|
+
[[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)
|
|
1025
|
+
|
|
1026
|
+
# **updateEventSessionQuestion**
|
|
1027
|
+
> CreateAccountAddress200Response updateEventSessionQuestion()
|
|
1028
|
+
|
|
1029
|
+
Update Event Session Question endpoint
|
|
1030
|
+
|
|
1031
|
+
### Example
|
|
1032
|
+
|
|
1033
|
+
```typescript
|
|
1034
|
+
import {
|
|
1035
|
+
EventsSessionsQuestionsApi,
|
|
1036
|
+
Configuration,
|
|
1037
|
+
EventSessionQuestionUpdateInputs
|
|
1038
|
+
} from '@connectedxm/admin-sdk';
|
|
1039
|
+
|
|
1040
|
+
const configuration = new Configuration();
|
|
1041
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
1042
|
+
|
|
1043
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1044
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
1045
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
1046
|
+
let question: EventSessionQuestionUpdateInputs; //Filter by question (default to undefined)
|
|
1047
|
+
|
|
1048
|
+
const { status, data } = await apiInstance.updateEventSessionQuestion(
|
|
1049
|
+
eventId,
|
|
1050
|
+
sessionId,
|
|
1051
|
+
questionId,
|
|
1052
|
+
question
|
|
1053
|
+
);
|
|
1054
|
+
```
|
|
1055
|
+
|
|
1056
|
+
### Parameters
|
|
1057
|
+
|
|
1058
|
+
|Name | Type | Description | Notes|
|
|
1059
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1060
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1061
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
1062
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
1063
|
+
| **question** | **EventSessionQuestionUpdateInputs** | Filter by question | defaults to undefined|
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
### Return type
|
|
1067
|
+
|
|
1068
|
+
**CreateAccountAddress200Response**
|
|
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
|
+
# **updateEventSessionQuestionChoice**
|
|
1088
|
+
> CreateAccountAddress200Response updateEventSessionQuestionChoice()
|
|
1089
|
+
|
|
1090
|
+
Update Event Session Question Choice endpoint
|
|
1091
|
+
|
|
1092
|
+
### Example
|
|
1093
|
+
|
|
1094
|
+
```typescript
|
|
1095
|
+
import {
|
|
1096
|
+
EventsSessionsQuestionsApi,
|
|
1097
|
+
Configuration,
|
|
1098
|
+
EventSessionQuestionChoiceUpdateInputs
|
|
1099
|
+
} from '@connectedxm/admin-sdk';
|
|
1100
|
+
|
|
1101
|
+
const configuration = new Configuration();
|
|
1102
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
1103
|
+
|
|
1104
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1105
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
1106
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
1107
|
+
let choiceId: string; //The choice identifier (default to undefined)
|
|
1108
|
+
let choice: EventSessionQuestionChoiceUpdateInputs; //Filter by choice (default to undefined)
|
|
1109
|
+
|
|
1110
|
+
const { status, data } = await apiInstance.updateEventSessionQuestionChoice(
|
|
1111
|
+
eventId,
|
|
1112
|
+
sessionId,
|
|
1113
|
+
questionId,
|
|
1114
|
+
choiceId,
|
|
1115
|
+
choice
|
|
1116
|
+
);
|
|
1117
|
+
```
|
|
1118
|
+
|
|
1119
|
+
### Parameters
|
|
1120
|
+
|
|
1121
|
+
|Name | Type | Description | Notes|
|
|
1122
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1123
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1124
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
1125
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
1126
|
+
| **choiceId** | [**string**] | The choice identifier | defaults to undefined|
|
|
1127
|
+
| **choice** | **EventSessionQuestionChoiceUpdateInputs** | Filter by choice | defaults to undefined|
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
### Return type
|
|
1131
|
+
|
|
1132
|
+
**CreateAccountAddress200Response**
|
|
1133
|
+
|
|
1134
|
+
### Authorization
|
|
1135
|
+
|
|
1136
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1137
|
+
|
|
1138
|
+
### HTTP request headers
|
|
1139
|
+
|
|
1140
|
+
- **Content-Type**: Not defined
|
|
1141
|
+
- **Accept**: application/json
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
### HTTP response details
|
|
1145
|
+
| Status code | Description | Response headers |
|
|
1146
|
+
|-------------|-------------|------------------|
|
|
1147
|
+
|**200** | Successful response | - |
|
|
1148
|
+
|
|
1149
|
+
[[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)
|
|
1150
|
+
|
|
1151
|
+
# **updateEventSessionQuestionChoiceSubQuestion**
|
|
1152
|
+
> CreateAccountAddress200Response updateEventSessionQuestionChoiceSubQuestion()
|
|
1153
|
+
|
|
1154
|
+
Update Event Session Question Choice Sub Question endpoint
|
|
1155
|
+
|
|
1156
|
+
### Example
|
|
1157
|
+
|
|
1158
|
+
```typescript
|
|
1159
|
+
import {
|
|
1160
|
+
EventsSessionsQuestionsApi,
|
|
1161
|
+
Configuration
|
|
1162
|
+
} from '@connectedxm/admin-sdk';
|
|
1163
|
+
|
|
1164
|
+
const configuration = new Configuration();
|
|
1165
|
+
const apiInstance = new EventsSessionsQuestionsApi(configuration);
|
|
1166
|
+
|
|
1167
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1168
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
1169
|
+
let questionId: string; //The question identifier (default to undefined)
|
|
1170
|
+
let choiceId: string; //The choice identifier (default to undefined)
|
|
1171
|
+
let subQuestionId: string; //The subQuestion identifier (default to undefined)
|
|
1172
|
+
let sortOrder: number; //Filter by sortOrder (default to undefined)
|
|
1173
|
+
|
|
1174
|
+
const { status, data } = await apiInstance.updateEventSessionQuestionChoiceSubQuestion(
|
|
1175
|
+
eventId,
|
|
1176
|
+
sessionId,
|
|
1177
|
+
questionId,
|
|
1178
|
+
choiceId,
|
|
1179
|
+
subQuestionId,
|
|
1180
|
+
sortOrder
|
|
1181
|
+
);
|
|
1182
|
+
```
|
|
1183
|
+
|
|
1184
|
+
### Parameters
|
|
1185
|
+
|
|
1186
|
+
|Name | Type | Description | Notes|
|
|
1187
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1188
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1189
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
1190
|
+
| **questionId** | [**string**] | The question identifier | defaults to undefined|
|
|
1191
|
+
| **choiceId** | [**string**] | The choice identifier | defaults to undefined|
|
|
1192
|
+
| **subQuestionId** | [**string**] | The subQuestion identifier | defaults to undefined|
|
|
1193
|
+
| **sortOrder** | [**number**] | Filter by sortOrder | defaults to undefined|
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
### Return type
|
|
1197
|
+
|
|
1198
|
+
**CreateAccountAddress200Response**
|
|
1199
|
+
|
|
1200
|
+
### Authorization
|
|
1201
|
+
|
|
1202
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1203
|
+
|
|
1204
|
+
### HTTP request headers
|
|
1205
|
+
|
|
1206
|
+
- **Content-Type**: Not defined
|
|
1207
|
+
- **Accept**: application/json
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
### HTTP response details
|
|
1211
|
+
| Status code | Description | Response headers |
|
|
1212
|
+
|-------------|-------------|------------------|
|
|
1213
|
+
|**200** | Successful response | - |
|
|
1214
|
+
|
|
1215
|
+
[[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)
|
|
1216
|
+
|