@connectedxm/admin-sdk 6.9.0 → 6.14.5
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 +212 -20
- package/AdminApi.ts +18 -0
- package/README.md +241 -24
- package/api.ts +7182 -1621
- package/dist/AdminApi.d.ts +7 -1
- package/dist/AdminApi.js +6 -0
- package/dist/api.d.ts +4993 -1528
- package/dist/api.js +4123 -720
- package/dist/esm/AdminApi.d.ts +7 -1
- package/dist/esm/AdminApi.js +7 -1
- package/dist/esm/api.d.ts +4993 -1528
- package/dist/esm/api.js +4077 -702
- package/docs/AccountAttribute.md +3 -1
- package/docs/AccountAttributeCreateInputs.md +7 -1
- package/docs/AccountAttributeType.md +20 -0
- package/docs/AccountAttributeUpdateInputs.md +6 -0
- package/docs/AccountsAddressesApi.md +4 -4
- package/docs/AccountsApi.md +58 -6
- package/docs/AddChannelSubscriber200Response.md +24 -0
- package/docs/AddOrganizationUser200Response.md +24 -0
- package/docs/AdvertisementsApi.md +4 -4
- package/docs/AnnouncementsApi.md +4 -4
- package/docs/AnnouncementsScheduleApi.md +4 -4
- package/docs/BaseAccountAttribute.md +3 -1
- package/docs/BaseEventActivation.md +4 -0
- package/docs/{EventTrackAllOfCount.md → BaseEventActivationCount.md} +3 -3
- package/docs/{BaseRegistrationQuestionChoiceQuestion.md → BaseEventAttribute.md} +3 -3
- package/docs/BaseEventBlock.md +2 -0
- package/docs/BaseEventOnSite.md +2 -2
- package/docs/BaseEventPass.md +2 -0
- package/docs/BaseEventSession.md +2 -4
- package/docs/BaseEventSessionQuestionChoice.md +1 -1
- package/docs/BasePassAttribute.md +26 -0
- package/docs/BasePassAttributeAttribute.md +22 -0
- package/docs/BasePayment.md +2 -0
- package/docs/BaseRegistrationQuestionChoice.md +1 -1
- package/docs/BaseSeriesQuestion.md +60 -0
- package/docs/BaseSeriesQuestionChoice.md +30 -0
- package/docs/BaseSeriesRegistration.md +2 -0
- package/docs/BaseSeriesRegistrationQuestionResponse.md +26 -0
- package/docs/BaseSideEffect.md +2 -0
- package/docs/BaseSurveyQuestionChoice.md +1 -1
- package/docs/BookingsApi.md +10 -10
- package/docs/BookingsAvailabilitiesApi.md +6 -6
- package/docs/BookingsBlackoutsApi.md +4 -4
- package/docs/BulkUploadSearchListValues200Response.md +24 -0
- package/docs/ChannelsApi.md +36 -36
- package/docs/CloneOptions.md +2 -0
- package/docs/CreateAccountAddress200Response.md +1 -1
- package/docs/CreateAccountAttribute200Response.md +24 -0
- package/docs/CreateBookingSpaceAvailability200Response.md +24 -0
- package/docs/CreateBookingSpaceBlackout200Response.md +24 -0
- package/docs/{GetChannelContent200Response.md → CreateChannelContent200Response.md} +3 -3
- package/docs/CreateChannelContentGuest200Response.md +24 -0
- package/docs/CreateDashboardWidget200Response.md +24 -0
- package/docs/{GetEventActivation200Response.md → CreateEventActivation200Response.md} +3 -3
- package/docs/CreateEventActivationCompletion200Response.md +24 -0
- package/docs/CreateEventAttendeePackage200Response.md +24 -0
- package/docs/{GetAccountAddress200Response.md → CreateEventAttribute200Response.md} +4 -4
- package/docs/CreateEventFollowup200Response.md +24 -0
- package/docs/{GetEventMediaItem200Response.md → CreateEventMediaItem200Response.md} +3 -3
- package/docs/CreateEventPackagePass200Response.md +24 -0
- package/docs/CreateEventQuestion200Response.md +24 -0
- package/docs/CreateEventQuestionChoice200Response.md +24 -0
- package/docs/CreateEventRegistrationBypass200Response.md +24 -0
- package/docs/CreateEventReservation200Response.md +24 -0
- package/docs/{GetEventSection200Response.md → CreateEventSection200Response.md} +3 -3
- package/docs/CreateEventSessionLocation200Response.md +24 -0
- package/docs/CreateEventSessionQuestion200Response.md +24 -0
- package/docs/CreateEventSessionQuestionChoice200Response.md +24 -0
- package/docs/CreateEventSessionSection200Response.md +24 -0
- package/docs/CreateEventSponsorship200Response.md +24 -0
- package/docs/CreateEventSponsorshipLevel200Response.md +24 -0
- package/docs/CreateGroupInvitations200Response.md +24 -0
- package/docs/{GetInvoiceLineItem200Response.md → CreateInvoiceLineItem200Response.md} +3 -3
- package/docs/CreateOrganizationPaymentIntegration200Response.md +24 -0
- package/docs/CreateOrganizationSideEffect200Response.md +24 -0
- package/docs/CreateOrganizationTeamMember200Response.md +24 -0
- package/docs/{GetSearchListValue200Response.md → CreateSearchListValue200Response.md} +3 -3
- package/docs/CreateSeriesQuestion200Response.md +24 -0
- package/docs/CreateSeriesQuestionChoice200Response.md +24 -0
- package/docs/CreateSeriesRegistration200Response.md +24 -0
- package/docs/CreateStreamInputOutput200Response.md +24 -0
- package/docs/CreateSupportTicketMessage200Response.md +24 -0
- package/docs/{GetSurveyQuestion200Response.md → CreateSurveyQuestion200Response.md} +3 -3
- package/docs/CreateSurveyQuestionChoice200Response.md +24 -0
- package/docs/CreateThreadCircleAccount200Response.md +24 -0
- package/docs/CreateThreadMessageReaction200Response.md +24 -0
- package/docs/DashboardsApi.md +2 -2
- package/docs/DashboardsWidgetsApi.md +8 -8
- package/docs/DeleteDashboard200Response.md +24 -0
- package/docs/EmailReceiptsApi.md +2 -2
- package/docs/Event.md +6 -0
- package/docs/EventActivation.md +8 -0
- package/docs/EventActivationCreateInputs.md +6 -0
- package/docs/EventActivationUpdateInputs.md +6 -0
- package/docs/EventAttribute.md +26 -0
- package/docs/EventAttributeCreateInputs.md +20 -0
- package/docs/EventAttributeUpdateInputs.md +20 -0
- package/docs/EventBlock.md +2 -0
- package/docs/EventBlockCreateInputs.md +2 -0
- package/docs/EventBlockUpdateInputs.md +2 -0
- package/docs/EventCreateInputs.md +6 -0
- package/docs/EventMediaItemTranslation.md +30 -0
- package/docs/EventMediaItemTranslationUpdateInputs.md +22 -0
- package/docs/EventOnSite.md +2 -4
- package/docs/EventPass.md +8 -0
- package/docs/EventPassCreateInputs.md +2 -0
- package/docs/EventPassType.md +4 -0
- package/docs/EventPassUpdateInputs.md +2 -0
- package/docs/EventRoomTypeReservationPassesInner.md +1 -1
- package/docs/EventSession.md +12 -4
- package/docs/EventSessionCloneOptions.md +22 -0
- package/docs/EventSessionCreateInputs.md +8 -4
- package/docs/EventSessionUpdateInputs.md +8 -4
- package/docs/{SessionAccess.md → EventSessionVisibility.md} +6 -2
- package/docs/EventTrack.md +1 -1
- package/docs/EventTranslation.md +2 -0
- package/docs/EventTranslationUpdateInputs.md +2 -0
- package/docs/EventUpdateInputs.md +6 -0
- package/docs/EventsAccessApi.md +4 -4
- package/docs/EventsActivationsApi.md +85 -18
- package/docs/EventsActivationsSessionsApi.md +123 -0
- package/docs/EventsAddonsApi.md +4 -4
- package/docs/EventsApi.md +2 -2
- package/docs/EventsAttendeesApi.md +8 -8
- package/docs/EventsAttendeesPackagesApi.md +10 -10
- package/docs/EventsAttendeesReservationsApi.md +16 -16
- package/docs/EventsAttributesApi.md +296 -0
- package/docs/EventsBlocksApi.md +2 -2
- package/docs/EventsBypassApi.md +8 -8
- package/docs/EventsFaqsApi.md +2 -2
- package/docs/EventsFollowupsApi.md +32 -32
- package/docs/EventsMatchesApi.md +10 -10
- package/docs/EventsMediaApi.md +12 -12
- package/docs/EventsOnSiteApi.md +10 -188
- package/docs/EventsPackagesPassesApi.md +8 -8
- package/docs/EventsPassesApi.md +26 -26
- package/docs/EventsPassesAttributesApi.md +191 -0
- package/docs/EventsPasstypesApi.md +14 -14
- package/docs/EventsPasstypesPriceschedulesApi.md +10 -10
- package/docs/EventsPasstypesRefundschedulesApi.md +10 -10
- package/docs/EventsQuestionsApi.md +38 -38
- package/docs/EventsRoomsApi.md +2 -2
- package/docs/EventsRoomtypesApi.md +8 -8
- package/docs/EventsSectionsApi.md +32 -32
- package/docs/EventsSessionsAccessesApi.md +6 -6
- package/docs/EventsSessionsApi.md +270 -28
- package/docs/EventsSessionsLocationsApi.md +14 -14
- package/docs/EventsSessionsMatchesApi.md +12 -12
- package/docs/EventsSessionsQuestionsApi.md +36 -36
- package/docs/EventsSessionsSectionsApi.md +18 -18
- package/docs/EventsSpeakersApi.md +8 -8
- package/docs/EventsSponsorshiplevelsApi.md +10 -10
- package/docs/EventsSponsorshipsApi.md +10 -10
- package/docs/EventsTracksApi.md +2 -2
- package/docs/GetAcccountEmailReceipts200Response.md +26 -0
- package/docs/GetAccountAddresses200Response.md +26 -0
- package/docs/GetAccountInvitations200Response.md +1 -1
- package/docs/GetAccountNotificationPreferences200Response.md +24 -0
- package/docs/{GetEventAttendees200Response.md → GetAccountRegistrations200Response.md} +3 -3
- package/docs/GetAccountsByInternalRefId200Response.md +24 -0
- package/docs/GetAdvertisementClicks200Response.md +26 -0
- package/docs/GetAdvertisementViews200Response.md +26 -0
- package/docs/GetAnnouncementAudience200Response.md +26 -0
- package/docs/GetBookingSpaceAvailabilities200Response.md +24 -0
- package/docs/GetBookingSpaceBlackouts200Response.md +26 -0
- package/docs/GetBookingSpaceSlots200Response.md +24 -0
- package/docs/GetChannelContentGuests200Response.md +26 -0
- package/docs/GetChannelContentLikes200Response.md +26 -0
- package/docs/GetChannelSubscribers200Response.md +26 -0
- package/docs/GetDashboardAttributes200Response.md +24 -0
- package/docs/GetDashboardWidgets200Response.md +24 -0
- package/docs/GetEmailReceipts200Response.md +26 -0
- package/docs/GetEventActivationCompletions200Response.md +26 -0
- package/docs/{GetEventSessions200Response.md → GetEventActivationSessions200Response.md} +3 -3
- package/docs/GetEventActivations200Response.md +26 -0
- package/docs/{GetEventPassTypes200Response.md → GetEventAddOnPassTypes200Response.md} +3 -3
- package/docs/GetEventAttendeePackages200Response.md +26 -0
- package/docs/GetEventAttendeeReservations200Response.md +26 -0
- package/docs/GetEventAttendeeTransfersLogs200Response.md +26 -0
- package/docs/GetEventAttributes200Response.md +26 -0
- package/docs/GetEventDashboardQuestions200Response.md +24 -0
- package/docs/GetEventFollowupQuestions200Response.md +26 -0
- package/docs/GetEventPackagePasses200Response.md +26 -0
- package/docs/GetEventPassAccesses200Response.md +26 -0
- package/docs/GetEventPassAttributes200Response.md +26 -0
- package/docs/GetEventPassQuestionFollowups200Response.md +26 -0
- package/docs/GetEventPassQuestionSections200Response.md +26 -0
- package/docs/GetEventPassResponse200Response.md +24 -0
- package/docs/GetEventPassResponseChanges200Response.md +26 -0
- package/docs/GetEventPassResponses200Response.md +26 -0
- package/docs/GetEventPassTypePriceSchedule200Response.md +24 -0
- package/docs/GetEventPassTypePriceSchedules200Response.md +26 -0
- package/docs/GetEventPassTypeRefundSchedule200Response.md +24 -0
- package/docs/GetEventPassTypeRefundSchedules200Response.md +26 -0
- package/docs/GetEventQuestionChoiceSubQuestions200Response.md +26 -0
- package/docs/GetEventQuestionChoices200Response.md +26 -0
- package/docs/GetEventQuestionSummaries200Response.md +26 -0
- package/docs/GetEventQuestions200Response.md +26 -0
- package/docs/GetEventRegistrationBypassList200Response.md +26 -0
- package/docs/GetEventRoundQuestions200Response.md +26 -0
- package/docs/GetEventRoundQuestionsSummary200Response.md +24 -0
- package/docs/GetEventSectionQuestions200Response.md +26 -0
- package/docs/GetEventSessionAccess200Response.md +24 -0
- package/docs/GetEventSessionAccessQuestionSections200Response.md +26 -0
- package/docs/GetEventSessionAccessResponseChanges200Response.md +26 -0
- package/docs/GetEventSessionLocations200Response.md +26 -0
- package/docs/GetEventSessionQuestionChoiceSubQuestions200Response.md +26 -0
- package/docs/GetEventSessionQuestionChoices200Response.md +26 -0
- package/docs/GetEventSessionQuestionResponses200Response.md +26 -0
- package/docs/GetEventSessionQuestions200Response.md +26 -0
- package/docs/GetEventSessionRoundQuestions200Response.md +26 -0
- package/docs/GetEventSessionSectionQuestions200Response.md +26 -0
- package/docs/{GetEventSpeakers200Response.md → GetEventSessionSpeakers200Response.md} +3 -3
- package/docs/GetEventSponsorshipLevels200Response.md +26 -0
- package/docs/GetEventSponsorships200Response.md +26 -0
- package/docs/GetGroupInvitations200Response.md +26 -0
- package/docs/GetInvoiceLineItems200Response.md +26 -0
- package/docs/GetLivestreamSessions200Response.md +26 -0
- package/docs/GetMeetingParticipant200Response.md +24 -0
- package/docs/GetMeetingParticipants200Response.md +26 -0
- package/docs/GetMeetingRecording200Response.md +24 -0
- package/docs/GetMeetingRecordings200Response.md +26 -0
- package/docs/GetMeetingSessionMessages200Response.md +24 -0
- package/docs/GetMeetingSessionParticipant200Response.md +24 -0
- package/docs/GetMeetingSessionParticipants200Response.md +26 -0
- package/docs/GetMeetingSessionSummary200Response.md +24 -0
- package/docs/GetMeetingSessionTranscript200Response.md +24 -0
- package/docs/GetMeetingSessions200Response.md +26 -0
- package/docs/GetNotificationStats200Response.md +24 -0
- package/docs/GetNotifications200Response.md +26 -0
- package/docs/GetOrganizationAccountAttributes200Response.md +26 -0
- package/docs/GetOrganizationDomain200Response.md +24 -0
- package/docs/GetOrganizationModule200Response.md +24 -0
- package/docs/GetOrganizationModuleSettings200Response.md +24 -0
- package/docs/GetOrganizationModules200Response.md +26 -0
- package/docs/GetOrganizationPaymentIntegrations200Response.md +26 -0
- package/docs/GetOrganizationSideEffects200Response.md +26 -0
- package/docs/GetOrganizationSystemLog200Response.md +24 -0
- package/docs/GetOrganizationSystemLogs200Response.md +26 -0
- package/docs/GetOrganizationTeamMembers200Response.md +26 -0
- package/docs/GetOrganizationUsers200Response.md +26 -0
- package/docs/GetPreferences200Response.md +24 -0
- package/docs/GetSearchListConnectedQuestions200Response.md +24 -0
- package/docs/GetSearchListValues200Response.md +26 -0
- package/docs/GetSeriesQuestionChoices200Response.md +26 -0
- package/docs/GetSeriesQuestions200Response.md +26 -0
- package/docs/GetSeriesRegistrationResponses200Response.md +24 -0
- package/docs/GetSeriesRegistrations200Response.md +26 -0
- package/docs/GetStreamInputOutputs200Response.md +26 -0
- package/docs/GetStreamSessionChat200Response.md +24 -0
- package/docs/GetStreamSessionSubscriptions200Response.md +26 -0
- package/docs/GetSupportTicketActivity200Response.md +24 -0
- package/docs/GetSupportTicketMessages200Response.md +26 -0
- package/docs/GetSupportTicketNotes200Response.md +26 -0
- package/docs/GetSupportTicketViewer200Response.md +26 -0
- package/docs/GetSurveyQuestionChoiceSubQuestions200Response.md +26 -0
- package/docs/GetSurveyQuestionChoices200Response.md +26 -0
- package/docs/GetSurveyQuestionResponses200Response.md +26 -0
- package/docs/GetSurveySectionQuestions200Response.md +26 -0
- package/docs/GetSurveySubmission200Response.md +24 -0
- package/docs/GetSurveySubmissionResponseChanges200Response.md +26 -0
- package/docs/GetSurveySubmissions200Response.md +26 -0
- package/docs/GetThreadCircleAccounts200Response.md +26 -0
- package/docs/GetThreadMessageReactions200Response.md +24 -0
- package/docs/GroupsInvitationsApi.md +8 -8
- package/docs/GroupsModeratorsApi.md +4 -4
- package/docs/InterestsApi.md +2 -2
- package/docs/InvoicesApi.md +4 -4
- package/docs/InvoicesLineitemsApi.md +4 -4
- package/docs/MeetingsLivestreamsApi.md +4 -4
- package/docs/MeetingsParticipantsApi.md +10 -10
- package/docs/MeetingsRecordingsApi.md +4 -4
- package/docs/MeetingsSessionsApi.md +14 -14
- package/docs/NotificationsApi.md +8 -8
- package/docs/{BadgeFieldTransformation.md → OnSiteScanType.md} +5 -3
- package/docs/OrganizationApi.md +10 -10
- package/docs/OrganizationAttributesApi.md +12 -12
- package/docs/OrganizationDomainsApi.md +4 -4
- package/docs/OrganizationModulesApi.md +6 -6
- package/docs/OrganizationModulesSettingsApi.md +4 -4
- package/docs/OrganizationModulesTiersApi.md +12 -12
- package/docs/OrganizationPaymentsApi.md +12 -12
- package/docs/OrganizationSideeffectsApi.md +8 -8
- package/docs/OrganizationTaxApi.md +6 -6
- package/docs/OrganizationTeammembersApi.md +8 -8
- package/docs/OrganizationUsersApi.md +4 -4
- package/docs/PassAttribute.md +30 -0
- package/docs/PassAttributesUpdateInputs.md +20 -0
- package/docs/PassAttributesUpdateInputsValuesInner.md +22 -0
- package/docs/PassTypeCreateInputs.md +4 -0
- package/docs/PassTypeUpdateInputs.md +4 -0
- package/docs/Payment.md +4 -0
- package/docs/PaymentLineItem.md +2 -0
- package/docs/PaymentLineItemType.md +2 -0
- package/docs/PreferencesApi.md +4 -4
- package/docs/RemoveEventPassAttribute200Response.md +24 -0
- package/docs/ReorderEventFaqSectionQuestions200Response.md +24 -0
- package/docs/ReorderEventFollowupQuestions200Response.md +24 -0
- package/docs/ReorderEventQuestionChoiceSubQuestions200Response.md +24 -0
- package/docs/ReorderEventQuestionChoices200Response.md +24 -0
- package/docs/ReorderEventSectionQuestions200Response.md +24 -0
- package/docs/ReorderEventSessionQuestionChoiceSubQuestions200Response.md +24 -0
- package/docs/ReorderEventSessionQuestionChoices200Response.md +24 -0
- package/docs/ReorderEventSessionSectionQuestions200Response.md +24 -0
- package/docs/ReorderEventSponsorshipLevels200Response.md +24 -0
- package/docs/ReorderEventSponsorships200Response.md +24 -0
- package/docs/ReorderSeriesQuestionChoices200Response.md +24 -0
- package/docs/ReorderSurveyQuestionChoiceSubQuestions200Response.md +24 -0
- package/docs/ReorderSurveyQuestionChoices200Response.md +24 -0
- package/docs/ReorderSurveySectionQuestions200Response.md +24 -0
- package/docs/SearchlistsValuesApi.md +12 -12
- package/docs/SelfApi.md +2 -2
- package/docs/Series.md +6 -0
- package/docs/SeriesApi.md +64 -0
- package/docs/SeriesCreateInputs.md +6 -0
- package/docs/SeriesQuestion.md +68 -0
- package/docs/SeriesQuestionChoice.md +38 -0
- package/docs/SeriesQuestionChoiceCreateInputs.md +28 -0
- package/docs/SeriesQuestionChoiceTranslation.md +32 -0
- package/docs/SeriesQuestionChoiceUpdateInputs.md +28 -0
- package/docs/SeriesQuestionCreateInputs.md +56 -0
- package/docs/SeriesQuestionTranslation.md +32 -0
- package/docs/SeriesQuestionTranslationUpdateInputs.md +24 -0
- package/docs/SeriesQuestionType.md +30 -0
- package/docs/SeriesQuestionUpdateInputs.md +56 -0
- package/docs/SeriesQuestionUpdateInputsChoices.md +18 -0
- package/docs/SeriesQuestionsApi.md +421 -0
- package/docs/SeriesQuestionsChoicesApi.md +244 -0
- package/docs/SeriesRegistration.md +4 -0
- package/docs/SeriesRegistrationQuestionResponse.md +34 -0
- package/docs/SeriesRegistrationResponsesUpdateInputs.md +20 -0
- package/docs/SeriesRegistrationResponsesUpdateInputsResponsesInner.md +22 -0
- package/docs/SeriesRegistrationsApi.md +203 -10
- package/docs/SeriesTranslation.md +38 -0
- package/docs/SeriesTranslationUpdateInputs.md +28 -0
- package/docs/SeriesUpdateInputs.md +6 -0
- package/docs/SideEffect.md +4 -0
- package/docs/SideEffectActionType.md +2 -0
- package/docs/StorageVideosApi.md +4 -4
- package/docs/StorageVideosCaptionsApi.md +2 -2
- package/docs/StreamsApi.md +2 -2
- package/docs/StreamsOutputsApi.md +8 -8
- package/docs/StreamsSessionsApi.md +4 -4
- package/docs/SupportApi.md +4 -4
- package/docs/SupportMessagesApi.md +4 -4
- package/docs/SupportNotesApi.md +4 -4
- package/docs/Survey.md +2 -4
- package/docs/SurveyCreateInputs.md +2 -2
- package/docs/SurveyUpdateInputs.md +2 -2
- package/docs/SurveysApi.md +64 -0
- package/docs/SurveysQuestionsApi.md +32 -32
- package/docs/SurveysSectionsApi.md +10 -10
- package/docs/SurveysSessionsApi.md +117 -0
- package/docs/SurveysSubmissionsApi.md +12 -12
- package/docs/ThreadsCirclesAccountsApi.md +8 -8
- package/docs/ThreadsMessagesApi.md +2 -2
- package/docs/ThreadsMessagesFilesApi.md +2 -2
- package/docs/ThreadsMessagesImagesApi.md +2 -2
- package/docs/ThreadsMessagesReactionsApi.md +4 -4
- package/docs/ThreadsMessagesVideosApi.md +2 -2
- package/docs/UpdateEventPassAttributes200Response.md +24 -0
- package/docs/UpdateEventRoundQuestion200Response.md +24 -0
- package/docs/UpdateEventSessionRoundQuestion200Response.md +24 -0
- package/docs/UpdateOrganizationDomain200Response.md +24 -0
- package/package.json +1 -1
- package/docs/BadgeFieldType.md +0 -20
- package/docs/BaseEventOnSiteBadgeField.md +0 -44
- package/docs/EventBadgeFieldUpdateInputs.md +0 -34
- package/docs/EventOnSiteBadgeField.md +0 -46
|
@@ -373,7 +373,7 @@ const { status, data } = await apiInstance.getEventSessionRoundMatch(
|
|
|
373
373
|
[[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)
|
|
374
374
|
|
|
375
375
|
# **getEventSessionRoundMatchPasses**
|
|
376
|
-
>
|
|
376
|
+
> GetEventAddOnPasses200Response getEventSessionRoundMatchPasses()
|
|
377
377
|
|
|
378
378
|
Get Event Session Round Match Passes endpoint
|
|
379
379
|
|
|
@@ -425,7 +425,7 @@ const { status, data } = await apiInstance.getEventSessionRoundMatchPasses(
|
|
|
425
425
|
|
|
426
426
|
### Return type
|
|
427
427
|
|
|
428
|
-
**
|
|
428
|
+
**GetEventAddOnPasses200Response**
|
|
429
429
|
|
|
430
430
|
### Authorization
|
|
431
431
|
|
|
@@ -514,7 +514,7 @@ const { status, data } = await apiInstance.getEventSessionRoundMatches(
|
|
|
514
514
|
[[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)
|
|
515
515
|
|
|
516
516
|
# **getEventSessionRoundPasses**
|
|
517
|
-
>
|
|
517
|
+
> GetEventAddOnPasses200Response getEventSessionRoundPasses()
|
|
518
518
|
|
|
519
519
|
Get Event Session Round Passes endpoint
|
|
520
520
|
|
|
@@ -566,7 +566,7 @@ const { status, data } = await apiInstance.getEventSessionRoundPasses(
|
|
|
566
566
|
|
|
567
567
|
### Return type
|
|
568
568
|
|
|
569
|
-
**
|
|
569
|
+
**GetEventAddOnPasses200Response**
|
|
570
570
|
|
|
571
571
|
### Authorization
|
|
572
572
|
|
|
@@ -586,7 +586,7 @@ const { status, data } = await apiInstance.getEventSessionRoundPasses(
|
|
|
586
586
|
[[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)
|
|
587
587
|
|
|
588
588
|
# **getEventSessionRoundQuestions**
|
|
589
|
-
>
|
|
589
|
+
> GetEventSessionRoundQuestions200Response getEventSessionRoundQuestions()
|
|
590
590
|
|
|
591
591
|
Get Event Session Round Questions endpoint
|
|
592
592
|
|
|
@@ -635,7 +635,7 @@ const { status, data } = await apiInstance.getEventSessionRoundQuestions(
|
|
|
635
635
|
|
|
636
636
|
### Return type
|
|
637
637
|
|
|
638
|
-
**
|
|
638
|
+
**GetEventSessionRoundQuestions200Response**
|
|
639
639
|
|
|
640
640
|
### Authorization
|
|
641
641
|
|
|
@@ -655,7 +655,7 @@ const { status, data } = await apiInstance.getEventSessionRoundQuestions(
|
|
|
655
655
|
[[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)
|
|
656
656
|
|
|
657
657
|
# **getEventSessionRoundQuestionsSummary**
|
|
658
|
-
>
|
|
658
|
+
> GetEventRoundQuestionsSummary200Response getEventSessionRoundQuestionsSummary()
|
|
659
659
|
|
|
660
660
|
Get Event Session Round Questions Summary endpoint
|
|
661
661
|
|
|
@@ -692,7 +692,7 @@ const { status, data } = await apiInstance.getEventSessionRoundQuestionsSummary(
|
|
|
692
692
|
|
|
693
693
|
### Return type
|
|
694
694
|
|
|
695
|
-
**
|
|
695
|
+
**GetEventRoundQuestionsSummary200Response**
|
|
696
696
|
|
|
697
697
|
### Authorization
|
|
698
698
|
|
|
@@ -829,7 +829,7 @@ const { status, data } = await apiInstance.removeEventSessionMatchPass(
|
|
|
829
829
|
[[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)
|
|
830
830
|
|
|
831
831
|
# **startEventSessionRoundMatchmaking**
|
|
832
|
-
>
|
|
832
|
+
> CreateAccountInvitations200Response startEventSessionRoundMatchmaking()
|
|
833
833
|
|
|
834
834
|
Start Event Session Round Matchmaking endpoint
|
|
835
835
|
|
|
@@ -869,7 +869,7 @@ const { status, data } = await apiInstance.startEventSessionRoundMatchmaking(
|
|
|
869
869
|
|
|
870
870
|
### Return type
|
|
871
871
|
|
|
872
|
-
**
|
|
872
|
+
**CreateAccountInvitations200Response**
|
|
873
873
|
|
|
874
874
|
### Authorization
|
|
875
875
|
|
|
@@ -953,7 +953,7 @@ const { status, data } = await apiInstance.updateEventSessionMatch(
|
|
|
953
953
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
954
954
|
|
|
955
955
|
# **updateEventSessionRoundQuestion**
|
|
956
|
-
>
|
|
956
|
+
> UpdateEventSessionRoundQuestion200Response updateEventSessionRoundQuestion(roundSessionQuestionUpdateInputs)
|
|
957
957
|
|
|
958
958
|
Update Event Session Round Question endpoint
|
|
959
959
|
|
|
@@ -997,7 +997,7 @@ const { status, data } = await apiInstance.updateEventSessionRoundQuestion(
|
|
|
997
997
|
|
|
998
998
|
### Return type
|
|
999
999
|
|
|
1000
|
-
**
|
|
1000
|
+
**UpdateEventSessionRoundQuestion200Response**
|
|
1001
1001
|
|
|
1002
1002
|
### Authorization
|
|
1003
1003
|
|
|
@@ -25,7 +25,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
25
25
|
|[**updateEventSessionQuestionChoiceSubQuestion**](#updateeventsessionquestionchoicesubquestion) | **PUT** /events/{eventId}/sessions/{sessionId}/questions/{questionId}/choices/{choiceId}/subQuestions/{subQuestionId} | Update Event Session Question Choice Sub Question|
|
|
26
26
|
|
|
27
27
|
# **addEventSessionQuestionChoiceSubQuestion**
|
|
28
|
-
>
|
|
28
|
+
> CreateEventSessionQuestionChoice200Response addEventSessionQuestionChoiceSubQuestion()
|
|
29
29
|
|
|
30
30
|
Add Event Session Question Choice Sub Question endpoint
|
|
31
31
|
|
|
@@ -68,7 +68,7 @@ const { status, data } = await apiInstance.addEventSessionQuestionChoiceSubQuest
|
|
|
68
68
|
|
|
69
69
|
### Return type
|
|
70
70
|
|
|
71
|
-
**
|
|
71
|
+
**CreateEventSessionQuestionChoice200Response**
|
|
72
72
|
|
|
73
73
|
### Authorization
|
|
74
74
|
|
|
@@ -88,7 +88,7 @@ const { status, data } = await apiInstance.addEventSessionQuestionChoiceSubQuest
|
|
|
88
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
89
|
|
|
90
90
|
# **attachEventSessionQuestionSearchList**
|
|
91
|
-
>
|
|
91
|
+
> CreateEventSessionQuestion200Response attachEventSessionQuestionSearchList(attachSearchListInputs)
|
|
92
92
|
|
|
93
93
|
Attach Event Session Question Search List endpoint
|
|
94
94
|
|
|
@@ -129,7 +129,7 @@ const { status, data } = await apiInstance.attachEventSessionQuestionSearchList(
|
|
|
129
129
|
|
|
130
130
|
### Return type
|
|
131
131
|
|
|
132
|
-
**
|
|
132
|
+
**CreateEventSessionQuestion200Response**
|
|
133
133
|
|
|
134
134
|
### Authorization
|
|
135
135
|
|
|
@@ -149,7 +149,7 @@ const { status, data } = await apiInstance.attachEventSessionQuestionSearchList(
|
|
|
149
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
150
|
|
|
151
151
|
# **createEventSessionQuestion**
|
|
152
|
-
>
|
|
152
|
+
> CreateEventSessionQuestion200Response createEventSessionQuestion(eventSessionQuestionCreateInputs)
|
|
153
153
|
|
|
154
154
|
Create Event Session Question endpoint
|
|
155
155
|
|
|
@@ -187,7 +187,7 @@ const { status, data } = await apiInstance.createEventSessionQuestion(
|
|
|
187
187
|
|
|
188
188
|
### Return type
|
|
189
189
|
|
|
190
|
-
**
|
|
190
|
+
**CreateEventSessionQuestion200Response**
|
|
191
191
|
|
|
192
192
|
### Authorization
|
|
193
193
|
|
|
@@ -207,7 +207,7 @@ const { status, data } = await apiInstance.createEventSessionQuestion(
|
|
|
207
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
208
|
|
|
209
209
|
# **createEventSessionQuestionChoice**
|
|
210
|
-
>
|
|
210
|
+
> CreateEventSessionQuestionChoice200Response createEventSessionQuestionChoice(eventSessionQuestionChoiceCreateInputs)
|
|
211
211
|
|
|
212
212
|
Create Event Session Question Choice endpoint
|
|
213
213
|
|
|
@@ -248,7 +248,7 @@ const { status, data } = await apiInstance.createEventSessionQuestionChoice(
|
|
|
248
248
|
|
|
249
249
|
### Return type
|
|
250
250
|
|
|
251
|
-
**
|
|
251
|
+
**CreateEventSessionQuestionChoice200Response**
|
|
252
252
|
|
|
253
253
|
### Authorization
|
|
254
254
|
|
|
@@ -328,7 +328,7 @@ const { status, data } = await apiInstance.deleteEventSessionQuestion(
|
|
|
328
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
329
|
|
|
330
330
|
# **deleteEventSessionQuestionChoice**
|
|
331
|
-
>
|
|
331
|
+
> CreateAccountInvitations200Response deleteEventSessionQuestionChoice()
|
|
332
332
|
|
|
333
333
|
Delete Event Session Question Choice endpoint
|
|
334
334
|
|
|
@@ -368,7 +368,7 @@ const { status, data } = await apiInstance.deleteEventSessionQuestionChoice(
|
|
|
368
368
|
|
|
369
369
|
### Return type
|
|
370
370
|
|
|
371
|
-
**
|
|
371
|
+
**CreateAccountInvitations200Response**
|
|
372
372
|
|
|
373
373
|
### Authorization
|
|
374
374
|
|
|
@@ -388,7 +388,7 @@ const { status, data } = await apiInstance.deleteEventSessionQuestionChoice(
|
|
|
388
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
389
|
|
|
390
390
|
# **detachEventSessionQuestionSearchList**
|
|
391
|
-
>
|
|
391
|
+
> CreateEventSessionQuestion200Response detachEventSessionQuestionSearchList()
|
|
392
392
|
|
|
393
393
|
Detach Event Session Question Search List endpoint
|
|
394
394
|
|
|
@@ -425,7 +425,7 @@ const { status, data } = await apiInstance.detachEventSessionQuestionSearchList(
|
|
|
425
425
|
|
|
426
426
|
### Return type
|
|
427
427
|
|
|
428
|
-
**
|
|
428
|
+
**CreateEventSessionQuestion200Response**
|
|
429
429
|
|
|
430
430
|
### Authorization
|
|
431
431
|
|
|
@@ -445,7 +445,7 @@ const { status, data } = await apiInstance.detachEventSessionQuestionSearchList(
|
|
|
445
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
446
|
|
|
447
447
|
# **getEventSessionQuestion**
|
|
448
|
-
>
|
|
448
|
+
> CreateEventSessionQuestion200Response getEventSessionQuestion()
|
|
449
449
|
|
|
450
450
|
Get Event Session Question endpoint
|
|
451
451
|
|
|
@@ -482,7 +482,7 @@ const { status, data } = await apiInstance.getEventSessionQuestion(
|
|
|
482
482
|
|
|
483
483
|
### Return type
|
|
484
484
|
|
|
485
|
-
**
|
|
485
|
+
**CreateEventSessionQuestion200Response**
|
|
486
486
|
|
|
487
487
|
### Authorization
|
|
488
488
|
|
|
@@ -502,7 +502,7 @@ const { status, data } = await apiInstance.getEventSessionQuestion(
|
|
|
502
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
503
|
|
|
504
504
|
# **getEventSessionQuestionChoice**
|
|
505
|
-
>
|
|
505
|
+
> CreateEventSessionQuestionChoice200Response getEventSessionQuestionChoice()
|
|
506
506
|
|
|
507
507
|
Get Event Session Question Choice endpoint
|
|
508
508
|
|
|
@@ -542,7 +542,7 @@ const { status, data } = await apiInstance.getEventSessionQuestionChoice(
|
|
|
542
542
|
|
|
543
543
|
### Return type
|
|
544
544
|
|
|
545
|
-
**
|
|
545
|
+
**CreateEventSessionQuestionChoice200Response**
|
|
546
546
|
|
|
547
547
|
### Authorization
|
|
548
548
|
|
|
@@ -562,7 +562,7 @@ const { status, data } = await apiInstance.getEventSessionQuestionChoice(
|
|
|
562
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
563
|
|
|
564
564
|
# **getEventSessionQuestionChoiceSubQuestions**
|
|
565
|
-
>
|
|
565
|
+
> GetEventSessionQuestionChoiceSubQuestions200Response getEventSessionQuestionChoiceSubQuestions()
|
|
566
566
|
|
|
567
567
|
Get Event Session Question Choice Sub Questions endpoint
|
|
568
568
|
|
|
@@ -614,7 +614,7 @@ const { status, data } = await apiInstance.getEventSessionQuestionChoiceSubQuest
|
|
|
614
614
|
|
|
615
615
|
### Return type
|
|
616
616
|
|
|
617
|
-
**
|
|
617
|
+
**GetEventSessionQuestionChoiceSubQuestions200Response**
|
|
618
618
|
|
|
619
619
|
### Authorization
|
|
620
620
|
|
|
@@ -634,7 +634,7 @@ const { status, data } = await apiInstance.getEventSessionQuestionChoiceSubQuest
|
|
|
634
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
635
|
|
|
636
636
|
# **getEventSessionQuestionChoices**
|
|
637
|
-
>
|
|
637
|
+
> GetEventSessionQuestionChoices200Response getEventSessionQuestionChoices()
|
|
638
638
|
|
|
639
639
|
Get Event Session Question Choices endpoint
|
|
640
640
|
|
|
@@ -683,7 +683,7 @@ const { status, data } = await apiInstance.getEventSessionQuestionChoices(
|
|
|
683
683
|
|
|
684
684
|
### Return type
|
|
685
685
|
|
|
686
|
-
**
|
|
686
|
+
**GetEventSessionQuestionChoices200Response**
|
|
687
687
|
|
|
688
688
|
### Authorization
|
|
689
689
|
|
|
@@ -703,7 +703,7 @@ const { status, data } = await apiInstance.getEventSessionQuestionChoices(
|
|
|
703
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
704
|
|
|
705
705
|
# **getEventSessionQuestionResponses**
|
|
706
|
-
>
|
|
706
|
+
> GetEventSessionQuestionResponses200Response getEventSessionQuestionResponses()
|
|
707
707
|
|
|
708
708
|
Get Event Session Question Responses endpoint
|
|
709
709
|
|
|
@@ -752,7 +752,7 @@ const { status, data } = await apiInstance.getEventSessionQuestionResponses(
|
|
|
752
752
|
|
|
753
753
|
### Return type
|
|
754
754
|
|
|
755
|
-
**
|
|
755
|
+
**GetEventSessionQuestionResponses200Response**
|
|
756
756
|
|
|
757
757
|
### Authorization
|
|
758
758
|
|
|
@@ -772,7 +772,7 @@ const { status, data } = await apiInstance.getEventSessionQuestionResponses(
|
|
|
772
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
773
|
|
|
774
774
|
# **getEventSessionQuestions**
|
|
775
|
-
>
|
|
775
|
+
> GetEventSessionQuestions200Response getEventSessionQuestions()
|
|
776
776
|
|
|
777
777
|
Get Event Session Questions endpoint
|
|
778
778
|
|
|
@@ -818,7 +818,7 @@ const { status, data } = await apiInstance.getEventSessionQuestions(
|
|
|
818
818
|
|
|
819
819
|
### Return type
|
|
820
820
|
|
|
821
|
-
**
|
|
821
|
+
**GetEventSessionQuestions200Response**
|
|
822
822
|
|
|
823
823
|
### Authorization
|
|
824
824
|
|
|
@@ -838,7 +838,7 @@ const { status, data } = await apiInstance.getEventSessionQuestions(
|
|
|
838
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
839
|
|
|
840
840
|
# **removeEventSessionQuestionChoiceSubQuestion**
|
|
841
|
-
>
|
|
841
|
+
> CreateAccountInvitations200Response removeEventSessionQuestionChoiceSubQuestion()
|
|
842
842
|
|
|
843
843
|
Remove Event Session Question Choice Sub Question endpoint
|
|
844
844
|
|
|
@@ -881,7 +881,7 @@ const { status, data } = await apiInstance.removeEventSessionQuestionChoiceSubQu
|
|
|
881
881
|
|
|
882
882
|
### Return type
|
|
883
883
|
|
|
884
|
-
**
|
|
884
|
+
**CreateAccountInvitations200Response**
|
|
885
885
|
|
|
886
886
|
### Authorization
|
|
887
887
|
|
|
@@ -901,7 +901,7 @@ const { status, data } = await apiInstance.removeEventSessionQuestionChoiceSubQu
|
|
|
901
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
902
|
|
|
903
903
|
# **reorderEventSessionQuestionChoiceSubQuestions**
|
|
904
|
-
>
|
|
904
|
+
> ReorderEventSessionQuestionChoiceSubQuestions200Response reorderEventSessionQuestionChoiceSubQuestions()
|
|
905
905
|
|
|
906
906
|
Reorder Event Session Question Choice Sub Questions endpoint
|
|
907
907
|
|
|
@@ -944,7 +944,7 @@ const { status, data } = await apiInstance.reorderEventSessionQuestionChoiceSubQ
|
|
|
944
944
|
|
|
945
945
|
### Return type
|
|
946
946
|
|
|
947
|
-
**
|
|
947
|
+
**ReorderEventSessionQuestionChoiceSubQuestions200Response**
|
|
948
948
|
|
|
949
949
|
### Authorization
|
|
950
950
|
|
|
@@ -964,7 +964,7 @@ const { status, data } = await apiInstance.reorderEventSessionQuestionChoiceSubQ
|
|
|
964
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
965
|
|
|
966
966
|
# **reorderEventSessionQuestionChoices**
|
|
967
|
-
>
|
|
967
|
+
> ReorderEventSessionQuestionChoices200Response reorderEventSessionQuestionChoices()
|
|
968
968
|
|
|
969
969
|
Reorder Event Session Question Choices endpoint
|
|
970
970
|
|
|
@@ -1004,7 +1004,7 @@ const { status, data } = await apiInstance.reorderEventSessionQuestionChoices(
|
|
|
1004
1004
|
|
|
1005
1005
|
### Return type
|
|
1006
1006
|
|
|
1007
|
-
**
|
|
1007
|
+
**ReorderEventSessionQuestionChoices200Response**
|
|
1008
1008
|
|
|
1009
1009
|
### Authorization
|
|
1010
1010
|
|
|
@@ -1024,7 +1024,7 @@ const { status, data } = await apiInstance.reorderEventSessionQuestionChoices(
|
|
|
1024
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
1025
|
|
|
1026
1026
|
# **updateEventSessionQuestion**
|
|
1027
|
-
>
|
|
1027
|
+
> CreateEventSessionQuestion200Response updateEventSessionQuestion()
|
|
1028
1028
|
|
|
1029
1029
|
Update Event Session Question endpoint
|
|
1030
1030
|
|
|
@@ -1065,7 +1065,7 @@ const { status, data } = await apiInstance.updateEventSessionQuestion(
|
|
|
1065
1065
|
|
|
1066
1066
|
### Return type
|
|
1067
1067
|
|
|
1068
|
-
**
|
|
1068
|
+
**CreateEventSessionQuestion200Response**
|
|
1069
1069
|
|
|
1070
1070
|
### Authorization
|
|
1071
1071
|
|
|
@@ -1085,7 +1085,7 @@ const { status, data } = await apiInstance.updateEventSessionQuestion(
|
|
|
1085
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
1086
|
|
|
1087
1087
|
# **updateEventSessionQuestionChoice**
|
|
1088
|
-
>
|
|
1088
|
+
> DeleteDashboard200Response updateEventSessionQuestionChoice()
|
|
1089
1089
|
|
|
1090
1090
|
Update Event Session Question Choice endpoint
|
|
1091
1091
|
|
|
@@ -1129,7 +1129,7 @@ const { status, data } = await apiInstance.updateEventSessionQuestionChoice(
|
|
|
1129
1129
|
|
|
1130
1130
|
### Return type
|
|
1131
1131
|
|
|
1132
|
-
**
|
|
1132
|
+
**DeleteDashboard200Response**
|
|
1133
1133
|
|
|
1134
1134
|
### Authorization
|
|
1135
1135
|
|
|
@@ -1149,7 +1149,7 @@ const { status, data } = await apiInstance.updateEventSessionQuestionChoice(
|
|
|
1149
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
1150
|
|
|
1151
1151
|
# **updateEventSessionQuestionChoiceSubQuestion**
|
|
1152
|
-
>
|
|
1152
|
+
> CreateEventSessionQuestionChoice200Response updateEventSessionQuestionChoiceSubQuestion()
|
|
1153
1153
|
|
|
1154
1154
|
Update Event Session Question Choice Sub Question endpoint
|
|
1155
1155
|
|
|
@@ -1195,7 +1195,7 @@ const { status, data } = await apiInstance.updateEventSessionQuestionChoiceSubQu
|
|
|
1195
1195
|
|
|
1196
1196
|
### Return type
|
|
1197
1197
|
|
|
1198
|
-
**
|
|
1198
|
+
**CreateEventSessionQuestionChoice200Response**
|
|
1199
1199
|
|
|
1200
1200
|
### Authorization
|
|
1201
1201
|
|
|
@@ -16,7 +16,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
16
16
|
|[**updateEventSessionSectionQuestion**](#updateeventsessionsectionquestion) | **PUT** /events/{eventId}/sessions/{sessionId}/sections/{sectionId}/questions/{questionId} | Update Event Session Section Question|
|
|
17
17
|
|
|
18
18
|
# **addEventSessionSectionQuestion**
|
|
19
|
-
>
|
|
19
|
+
> CreateEventSessionSection200Response addEventSessionSectionQuestion()
|
|
20
20
|
|
|
21
21
|
Add Event Session Section Question endpoint
|
|
22
22
|
|
|
@@ -56,7 +56,7 @@ const { status, data } = await apiInstance.addEventSessionSectionQuestion(
|
|
|
56
56
|
|
|
57
57
|
### Return type
|
|
58
58
|
|
|
59
|
-
**
|
|
59
|
+
**CreateEventSessionSection200Response**
|
|
60
60
|
|
|
61
61
|
### Authorization
|
|
62
62
|
|
|
@@ -76,7 +76,7 @@ const { status, data } = await apiInstance.addEventSessionSectionQuestion(
|
|
|
76
76
|
[[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)
|
|
77
77
|
|
|
78
78
|
# **createEventSessionSection**
|
|
79
|
-
>
|
|
79
|
+
> CreateEventSessionSection200Response createEventSessionSection(eventSessionSectionCreateInputs)
|
|
80
80
|
|
|
81
81
|
Create Event Session Section endpoint
|
|
82
82
|
|
|
@@ -114,7 +114,7 @@ const { status, data } = await apiInstance.createEventSessionSection(
|
|
|
114
114
|
|
|
115
115
|
### Return type
|
|
116
116
|
|
|
117
|
-
**
|
|
117
|
+
**CreateEventSessionSection200Response**
|
|
118
118
|
|
|
119
119
|
### Authorization
|
|
120
120
|
|
|
@@ -191,7 +191,7 @@ const { status, data } = await apiInstance.deleteEventSessionSection(
|
|
|
191
191
|
[[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)
|
|
192
192
|
|
|
193
193
|
# **getEventSessionSection**
|
|
194
|
-
>
|
|
194
|
+
> CreateEventSessionSection200Response getEventSessionSection()
|
|
195
195
|
|
|
196
196
|
Get Event Session Section endpoint
|
|
197
197
|
|
|
@@ -228,7 +228,7 @@ const { status, data } = await apiInstance.getEventSessionSection(
|
|
|
228
228
|
|
|
229
229
|
### Return type
|
|
230
230
|
|
|
231
|
-
**
|
|
231
|
+
**CreateEventSessionSection200Response**
|
|
232
232
|
|
|
233
233
|
### Authorization
|
|
234
234
|
|
|
@@ -248,7 +248,7 @@ const { status, data } = await apiInstance.getEventSessionSection(
|
|
|
248
248
|
[[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)
|
|
249
249
|
|
|
250
250
|
# **getEventSessionSectionQuestions**
|
|
251
|
-
>
|
|
251
|
+
> GetEventSessionSectionQuestions200Response getEventSessionSectionQuestions()
|
|
252
252
|
|
|
253
253
|
Get Event Session Section Questions endpoint
|
|
254
254
|
|
|
@@ -297,7 +297,7 @@ const { status, data } = await apiInstance.getEventSessionSectionQuestions(
|
|
|
297
297
|
|
|
298
298
|
### Return type
|
|
299
299
|
|
|
300
|
-
**
|
|
300
|
+
**GetEventSessionSectionQuestions200Response**
|
|
301
301
|
|
|
302
302
|
### Authorization
|
|
303
303
|
|
|
@@ -317,7 +317,7 @@ const { status, data } = await apiInstance.getEventSessionSectionQuestions(
|
|
|
317
317
|
[[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)
|
|
318
318
|
|
|
319
319
|
# **getEventSessionSections**
|
|
320
|
-
>
|
|
320
|
+
> GetEventSessionAccessQuestionSections200Response getEventSessionSections()
|
|
321
321
|
|
|
322
322
|
Get Event Session Sections endpoint
|
|
323
323
|
|
|
@@ -363,7 +363,7 @@ const { status, data } = await apiInstance.getEventSessionSections(
|
|
|
363
363
|
|
|
364
364
|
### Return type
|
|
365
365
|
|
|
366
|
-
**
|
|
366
|
+
**GetEventSessionAccessQuestionSections200Response**
|
|
367
367
|
|
|
368
368
|
### Authorization
|
|
369
369
|
|
|
@@ -383,7 +383,7 @@ const { status, data } = await apiInstance.getEventSessionSections(
|
|
|
383
383
|
[[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)
|
|
384
384
|
|
|
385
385
|
# **removeEventSessionSectionQuestion**
|
|
386
|
-
>
|
|
386
|
+
> CreateEventSessionSection200Response removeEventSessionSectionQuestion()
|
|
387
387
|
|
|
388
388
|
Remove Event Session Section Question endpoint
|
|
389
389
|
|
|
@@ -423,7 +423,7 @@ const { status, data } = await apiInstance.removeEventSessionSectionQuestion(
|
|
|
423
423
|
|
|
424
424
|
### Return type
|
|
425
425
|
|
|
426
|
-
**
|
|
426
|
+
**CreateEventSessionSection200Response**
|
|
427
427
|
|
|
428
428
|
### Authorization
|
|
429
429
|
|
|
@@ -443,7 +443,7 @@ const { status, data } = await apiInstance.removeEventSessionSectionQuestion(
|
|
|
443
443
|
[[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)
|
|
444
444
|
|
|
445
445
|
# **reorderEventSessionSectionQuestions**
|
|
446
|
-
>
|
|
446
|
+
> ReorderEventSessionSectionQuestions200Response reorderEventSessionSectionQuestions()
|
|
447
447
|
|
|
448
448
|
Reorder Event Session Section Questions endpoint
|
|
449
449
|
|
|
@@ -483,7 +483,7 @@ const { status, data } = await apiInstance.reorderEventSessionSectionQuestions(
|
|
|
483
483
|
|
|
484
484
|
### Return type
|
|
485
485
|
|
|
486
|
-
**
|
|
486
|
+
**ReorderEventSessionSectionQuestions200Response**
|
|
487
487
|
|
|
488
488
|
### Authorization
|
|
489
489
|
|
|
@@ -503,7 +503,7 @@ const { status, data } = await apiInstance.reorderEventSessionSectionQuestions(
|
|
|
503
503
|
[[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)
|
|
504
504
|
|
|
505
505
|
# **updateEventSessionSection**
|
|
506
|
-
>
|
|
506
|
+
> CreateEventSessionSection200Response updateEventSessionSection()
|
|
507
507
|
|
|
508
508
|
Update Event Session Section endpoint
|
|
509
509
|
|
|
@@ -544,7 +544,7 @@ const { status, data } = await apiInstance.updateEventSessionSection(
|
|
|
544
544
|
|
|
545
545
|
### Return type
|
|
546
546
|
|
|
547
|
-
**
|
|
547
|
+
**CreateEventSessionSection200Response**
|
|
548
548
|
|
|
549
549
|
### Authorization
|
|
550
550
|
|
|
@@ -564,7 +564,7 @@ const { status, data } = await apiInstance.updateEventSessionSection(
|
|
|
564
564
|
[[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)
|
|
565
565
|
|
|
566
566
|
# **updateEventSessionSectionQuestion**
|
|
567
|
-
>
|
|
567
|
+
> CreateEventSessionSection200Response updateEventSessionSectionQuestion()
|
|
568
568
|
|
|
569
569
|
Update Event Session Section Question endpoint
|
|
570
570
|
|
|
@@ -607,7 +607,7 @@ const { status, data } = await apiInstance.updateEventSessionSectionQuestion(
|
|
|
607
607
|
|
|
608
608
|
### Return type
|
|
609
609
|
|
|
610
|
-
**
|
|
610
|
+
**CreateEventSessionSection200Response**
|
|
611
611
|
|
|
612
612
|
### Authorization
|
|
613
613
|
|
|
@@ -14,7 +14,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
14
14
|
|[**updateEventSpeaker**](#updateeventspeaker) | **PUT** /events/{eventId}/speakers/{speakerId} | Update Event Speaker|
|
|
15
15
|
|
|
16
16
|
# **addEventSpeakerSession**
|
|
17
|
-
>
|
|
17
|
+
> CreateEventSpeaker200Response addEventSpeakerSession()
|
|
18
18
|
|
|
19
19
|
Add Event Speaker Session endpoint
|
|
20
20
|
|
|
@@ -51,7 +51,7 @@ const { status, data } = await apiInstance.addEventSpeakerSession(
|
|
|
51
51
|
|
|
52
52
|
### Return type
|
|
53
53
|
|
|
54
|
-
**
|
|
54
|
+
**CreateEventSpeaker200Response**
|
|
55
55
|
|
|
56
56
|
### Authorization
|
|
57
57
|
|
|
@@ -234,7 +234,7 @@ const { status, data } = await apiInstance.getEventSpeaker(
|
|
|
234
234
|
[[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)
|
|
235
235
|
|
|
236
236
|
# **getEventSpeakerSessions**
|
|
237
|
-
>
|
|
237
|
+
> GetEventActivationSessions200Response getEventSpeakerSessions()
|
|
238
238
|
|
|
239
239
|
Get Event Speaker Sessions endpoint
|
|
240
240
|
|
|
@@ -280,7 +280,7 @@ const { status, data } = await apiInstance.getEventSpeakerSessions(
|
|
|
280
280
|
|
|
281
281
|
### Return type
|
|
282
282
|
|
|
283
|
-
**
|
|
283
|
+
**GetEventActivationSessions200Response**
|
|
284
284
|
|
|
285
285
|
### Authorization
|
|
286
286
|
|
|
@@ -300,7 +300,7 @@ const { status, data } = await apiInstance.getEventSpeakerSessions(
|
|
|
300
300
|
[[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)
|
|
301
301
|
|
|
302
302
|
# **getEventSpeakers**
|
|
303
|
-
>
|
|
303
|
+
> GetEventSessionSpeakers200Response getEventSpeakers()
|
|
304
304
|
|
|
305
305
|
Get Event Speakers endpoint
|
|
306
306
|
|
|
@@ -343,7 +343,7 @@ const { status, data } = await apiInstance.getEventSpeakers(
|
|
|
343
343
|
|
|
344
344
|
### Return type
|
|
345
345
|
|
|
346
|
-
**
|
|
346
|
+
**GetEventSessionSpeakers200Response**
|
|
347
347
|
|
|
348
348
|
### Authorization
|
|
349
349
|
|
|
@@ -363,7 +363,7 @@ const { status, data } = await apiInstance.getEventSpeakers(
|
|
|
363
363
|
[[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)
|
|
364
364
|
|
|
365
365
|
# **removeEventSpeakerSession**
|
|
366
|
-
>
|
|
366
|
+
> CreateEventSpeaker200Response removeEventSpeakerSession()
|
|
367
367
|
|
|
368
368
|
Remove Event Speaker Session endpoint
|
|
369
369
|
|
|
@@ -400,7 +400,7 @@ const { status, data } = await apiInstance.removeEventSpeakerSession(
|
|
|
400
400
|
|
|
401
401
|
### Return type
|
|
402
402
|
|
|
403
|
-
**
|
|
403
|
+
**CreateEventSpeaker200Response**
|
|
404
404
|
|
|
405
405
|
### Authorization
|
|
406
406
|
|