@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
|
@@ -9,7 +9,9 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
9
9
|
|[**addEventSessionPassType**](#addeventsessionpasstype) | **POST** /events/{eventId}/sessions/{sessionId}/passTypes/{passTypeId} | Add Event Session Pass Type|
|
|
10
10
|
|[**addEventSessionSpeaker**](#addeventsessionspeaker) | **POST** /events/{eventId}/sessions/{sessionId}/speakers/{speakerId} | Add Event Session Speaker|
|
|
11
11
|
|[**addEventSessionSponsor**](#addeventsessionsponsor) | **POST** /events/{eventId}/sessions/{sessionId}/sponsors/{sponsorId} | Add Event Session Sponsor|
|
|
12
|
+
|[**addEventSessionTier**](#addeventsessiontier) | **POST** /events/{eventId}/sessions/{sessionId}/tiers/{tierId} | Add Event Session Tier|
|
|
12
13
|
|[**addEventSessionTrack**](#addeventsessiontrack) | **POST** /events/{eventId}/sessions/{sessionId}/tracks/{trackId} | Add Event Session Track|
|
|
14
|
+
|[**cloneEventSession**](#cloneeventsession) | **POST** /events/{eventId}/sessions/{sessionId}/clone | Clone Event Session|
|
|
13
15
|
|[**createEventSession**](#createeventsession) | **POST** /events/{eventId}/sessions | Create Event Session|
|
|
14
16
|
|[**deleteEventSession**](#deleteeventsession) | **DELETE** /events/{eventId}/sessions/{sessionId} | Delete Event Session|
|
|
15
17
|
|[**getEventSession**](#geteventsession) | **GET** /events/{eventId}/sessions/{sessionId} | Get Event Session|
|
|
@@ -20,6 +22,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
20
22
|
|[**getEventSessionPayments**](#geteventsessionpayments) | **GET** /events/{eventId}/sessions/{sessionId}/payments | Get Event Session Payments|
|
|
21
23
|
|[**getEventSessionSpeakers**](#geteventsessionspeakers) | **GET** /events/{eventId}/sessions/{sessionId}/speakers | Get Event Session Speakers|
|
|
22
24
|
|[**getEventSessionSponsors**](#geteventsessionsponsors) | **GET** /events/{eventId}/sessions/{sessionId}/sponsors | Get Event Session Sponsors|
|
|
25
|
+
|[**getEventSessionTiers**](#geteventsessiontiers) | **GET** /events/{eventId}/sessions/{sessionId}/tiers | Get Event Session Tiers|
|
|
23
26
|
|[**getEventSessionTracks**](#geteventsessiontracks) | **GET** /events/{eventId}/sessions/{sessionId}/tracks | Get Event Session Tracks|
|
|
24
27
|
|[**getEventSessions**](#geteventsessions) | **GET** /events/{eventId}/sessions | Get Event Sessions|
|
|
25
28
|
|[**removeEventSessionAccount**](#removeeventsessionaccount) | **DELETE** /events/{eventId}/sessions/{sessionId}/accounts/{accountId} | Remove Event Session Account|
|
|
@@ -27,11 +30,12 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
27
30
|
|[**removeEventSessionPassType**](#removeeventsessionpasstype) | **DELETE** /events/{eventId}/sessions/{sessionId}/passTypes/{passTypeId} | Remove Event Session Pass Type|
|
|
28
31
|
|[**removeEventSessionSpeaker**](#removeeventsessionspeaker) | **DELETE** /events/{eventId}/sessions/{sessionId}/speakers/{speakerId} | Remove Event Session Speaker|
|
|
29
32
|
|[**removeEventSessionSponsor**](#removeeventsessionsponsor) | **DELETE** /events/{eventId}/sessions/{sessionId}/sponsors/{sponsorId} | Remove Event Session Sponsor|
|
|
33
|
+
|[**removeEventSessionTier**](#removeeventsessiontier) | **DELETE** /events/{eventId}/sessions/{sessionId}/tiers/{tierId} | Remove Event Session Tier|
|
|
30
34
|
|[**removeEventSessionTrack**](#removeeventsessiontrack) | **DELETE** /events/{eventId}/sessions/{sessionId}/tracks/{trackId} | Remove Event Session Track|
|
|
31
35
|
|[**updateEventSession**](#updateeventsession) | **PUT** /events/{eventId}/sessions/{sessionId} | Update Event Session|
|
|
32
36
|
|
|
33
37
|
# **addEventSessionAccount**
|
|
34
|
-
>
|
|
38
|
+
> CreateEventSession200Response addEventSessionAccount()
|
|
35
39
|
|
|
36
40
|
Add Event Session Account endpoint
|
|
37
41
|
|
|
@@ -68,7 +72,7 @@ const { status, data } = await apiInstance.addEventSessionAccount(
|
|
|
68
72
|
|
|
69
73
|
### Return type
|
|
70
74
|
|
|
71
|
-
**
|
|
75
|
+
**CreateEventSession200Response**
|
|
72
76
|
|
|
73
77
|
### Authorization
|
|
74
78
|
|
|
@@ -145,7 +149,7 @@ const { status, data } = await apiInstance.addEventSessionBlock(
|
|
|
145
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)
|
|
146
150
|
|
|
147
151
|
# **addEventSessionPassType**
|
|
148
|
-
>
|
|
152
|
+
> CreateEventSession200Response addEventSessionPassType()
|
|
149
153
|
|
|
150
154
|
Add Event Session Pass Type endpoint
|
|
151
155
|
|
|
@@ -182,7 +186,7 @@ const { status, data } = await apiInstance.addEventSessionPassType(
|
|
|
182
186
|
|
|
183
187
|
### Return type
|
|
184
188
|
|
|
185
|
-
**
|
|
189
|
+
**CreateEventSession200Response**
|
|
186
190
|
|
|
187
191
|
### Authorization
|
|
188
192
|
|
|
@@ -202,7 +206,7 @@ const { status, data } = await apiInstance.addEventSessionPassType(
|
|
|
202
206
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
203
207
|
|
|
204
208
|
# **addEventSessionSpeaker**
|
|
205
|
-
>
|
|
209
|
+
> CreateEventSession200Response addEventSessionSpeaker()
|
|
206
210
|
|
|
207
211
|
Add Event Session Speaker endpoint
|
|
208
212
|
|
|
@@ -239,7 +243,7 @@ const { status, data } = await apiInstance.addEventSessionSpeaker(
|
|
|
239
243
|
|
|
240
244
|
### Return type
|
|
241
245
|
|
|
242
|
-
**
|
|
246
|
+
**CreateEventSession200Response**
|
|
243
247
|
|
|
244
248
|
### Authorization
|
|
245
249
|
|
|
@@ -259,7 +263,7 @@ const { status, data } = await apiInstance.addEventSessionSpeaker(
|
|
|
259
263
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
260
264
|
|
|
261
265
|
# **addEventSessionSponsor**
|
|
262
|
-
>
|
|
266
|
+
> CreateEventSession200Response addEventSessionSponsor()
|
|
263
267
|
|
|
264
268
|
Add Event Session Sponsor endpoint
|
|
265
269
|
|
|
@@ -296,7 +300,64 @@ const { status, data } = await apiInstance.addEventSessionSponsor(
|
|
|
296
300
|
|
|
297
301
|
### Return type
|
|
298
302
|
|
|
299
|
-
**
|
|
303
|
+
**CreateEventSession200Response**
|
|
304
|
+
|
|
305
|
+
### Authorization
|
|
306
|
+
|
|
307
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
308
|
+
|
|
309
|
+
### HTTP request headers
|
|
310
|
+
|
|
311
|
+
- **Content-Type**: Not defined
|
|
312
|
+
- **Accept**: application/json
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
### HTTP response details
|
|
316
|
+
| Status code | Description | Response headers |
|
|
317
|
+
|-------------|-------------|------------------|
|
|
318
|
+
|**200** | Successful response | - |
|
|
319
|
+
|
|
320
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
321
|
+
|
|
322
|
+
# **addEventSessionTier**
|
|
323
|
+
> CreateEventSession200Response addEventSessionTier()
|
|
324
|
+
|
|
325
|
+
Add Event Session Tier endpoint
|
|
326
|
+
|
|
327
|
+
### Example
|
|
328
|
+
|
|
329
|
+
```typescript
|
|
330
|
+
import {
|
|
331
|
+
EventsSessionsApi,
|
|
332
|
+
Configuration
|
|
333
|
+
} from '@connectedxm/admin-sdk';
|
|
334
|
+
|
|
335
|
+
const configuration = new Configuration();
|
|
336
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
337
|
+
|
|
338
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
339
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
340
|
+
let tierId: string; //The tier identifier (default to undefined)
|
|
341
|
+
|
|
342
|
+
const { status, data } = await apiInstance.addEventSessionTier(
|
|
343
|
+
eventId,
|
|
344
|
+
sessionId,
|
|
345
|
+
tierId
|
|
346
|
+
);
|
|
347
|
+
```
|
|
348
|
+
|
|
349
|
+
### Parameters
|
|
350
|
+
|
|
351
|
+
|Name | Type | Description | Notes|
|
|
352
|
+
|------------- | ------------- | ------------- | -------------|
|
|
353
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
354
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
355
|
+
| **tierId** | [**string**] | The tier identifier | defaults to undefined|
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
### Return type
|
|
359
|
+
|
|
360
|
+
**CreateEventSession200Response**
|
|
300
361
|
|
|
301
362
|
### Authorization
|
|
302
363
|
|
|
@@ -365,6 +426,64 @@ const { status, data } = await apiInstance.addEventSessionTrack(
|
|
|
365
426
|
- **Accept**: application/json
|
|
366
427
|
|
|
367
428
|
|
|
429
|
+
### HTTP response details
|
|
430
|
+
| Status code | Description | Response headers |
|
|
431
|
+
|-------------|-------------|------------------|
|
|
432
|
+
|**200** | Successful response | - |
|
|
433
|
+
|
|
434
|
+
[[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)
|
|
435
|
+
|
|
436
|
+
# **cloneEventSession**
|
|
437
|
+
> DeleteDashboard200Response cloneEventSession(eventSessionCloneOptions)
|
|
438
|
+
|
|
439
|
+
Clone Event Session endpoint
|
|
440
|
+
|
|
441
|
+
### Example
|
|
442
|
+
|
|
443
|
+
```typescript
|
|
444
|
+
import {
|
|
445
|
+
EventsSessionsApi,
|
|
446
|
+
Configuration,
|
|
447
|
+
EventSessionCloneOptions
|
|
448
|
+
} from '@connectedxm/admin-sdk';
|
|
449
|
+
|
|
450
|
+
const configuration = new Configuration();
|
|
451
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
452
|
+
|
|
453
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
454
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
455
|
+
let eventSessionCloneOptions: EventSessionCloneOptions; //
|
|
456
|
+
|
|
457
|
+
const { status, data } = await apiInstance.cloneEventSession(
|
|
458
|
+
eventId,
|
|
459
|
+
sessionId,
|
|
460
|
+
eventSessionCloneOptions
|
|
461
|
+
);
|
|
462
|
+
```
|
|
463
|
+
|
|
464
|
+
### Parameters
|
|
465
|
+
|
|
466
|
+
|Name | Type | Description | Notes|
|
|
467
|
+
|------------- | ------------- | ------------- | -------------|
|
|
468
|
+
| **eventSessionCloneOptions** | **EventSessionCloneOptions**| | |
|
|
469
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
470
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
### Return type
|
|
474
|
+
|
|
475
|
+
**DeleteDashboard200Response**
|
|
476
|
+
|
|
477
|
+
### Authorization
|
|
478
|
+
|
|
479
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
480
|
+
|
|
481
|
+
### HTTP request headers
|
|
482
|
+
|
|
483
|
+
- **Content-Type**: application/json
|
|
484
|
+
- **Accept**: application/json
|
|
485
|
+
|
|
486
|
+
|
|
368
487
|
### HTTP response details
|
|
369
488
|
| Status code | Description | Response headers |
|
|
370
489
|
|-------------|-------------|------------------|
|
|
@@ -536,7 +655,7 @@ const { status, data } = await apiInstance.getEventSession(
|
|
|
536
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)
|
|
537
656
|
|
|
538
657
|
# **getEventSessionAccesses**
|
|
539
|
-
>
|
|
658
|
+
> GetEventPassAccesses200Response getEventSessionAccesses()
|
|
540
659
|
|
|
541
660
|
Get Event Session Accesses endpoint
|
|
542
661
|
|
|
@@ -585,7 +704,7 @@ const { status, data } = await apiInstance.getEventSessionAccesses(
|
|
|
585
704
|
|
|
586
705
|
### Return type
|
|
587
706
|
|
|
588
|
-
**
|
|
707
|
+
**GetEventPassAccesses200Response**
|
|
589
708
|
|
|
590
709
|
### Authorization
|
|
591
710
|
|
|
@@ -737,7 +856,7 @@ const { status, data } = await apiInstance.getEventSessionBlocks(
|
|
|
737
856
|
[[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)
|
|
738
857
|
|
|
739
858
|
# **getEventSessionPassTypes**
|
|
740
|
-
>
|
|
859
|
+
> GetEventAddOnPassTypes200Response getEventSessionPassTypes()
|
|
741
860
|
|
|
742
861
|
Get Event Session Pass Types endpoint
|
|
743
862
|
|
|
@@ -783,7 +902,7 @@ const { status, data } = await apiInstance.getEventSessionPassTypes(
|
|
|
783
902
|
|
|
784
903
|
### Return type
|
|
785
904
|
|
|
786
|
-
**
|
|
905
|
+
**GetEventAddOnPassTypes200Response**
|
|
787
906
|
|
|
788
907
|
### Authorization
|
|
789
908
|
|
|
@@ -869,7 +988,7 @@ const { status, data } = await apiInstance.getEventSessionPayments(
|
|
|
869
988
|
[[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)
|
|
870
989
|
|
|
871
990
|
# **getEventSessionSpeakers**
|
|
872
|
-
>
|
|
991
|
+
> GetEventSessionSpeakers200Response getEventSessionSpeakers()
|
|
873
992
|
|
|
874
993
|
Get Event Session Speakers endpoint
|
|
875
994
|
|
|
@@ -915,7 +1034,7 @@ const { status, data } = await apiInstance.getEventSessionSpeakers(
|
|
|
915
1034
|
|
|
916
1035
|
### Return type
|
|
917
1036
|
|
|
918
|
-
**
|
|
1037
|
+
**GetEventSessionSpeakers200Response**
|
|
919
1038
|
|
|
920
1039
|
### Authorization
|
|
921
1040
|
|
|
@@ -993,6 +1112,72 @@ const { status, data } = await apiInstance.getEventSessionSponsors(
|
|
|
993
1112
|
- **Accept**: application/json
|
|
994
1113
|
|
|
995
1114
|
|
|
1115
|
+
### HTTP response details
|
|
1116
|
+
| Status code | Description | Response headers |
|
|
1117
|
+
|-------------|-------------|------------------|
|
|
1118
|
+
|**200** | Successful response | - |
|
|
1119
|
+
|
|
1120
|
+
[[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)
|
|
1121
|
+
|
|
1122
|
+
# **getEventSessionTiers**
|
|
1123
|
+
> GetAccountTiers200Response getEventSessionTiers()
|
|
1124
|
+
|
|
1125
|
+
Get Event Session Tiers endpoint
|
|
1126
|
+
|
|
1127
|
+
### Example
|
|
1128
|
+
|
|
1129
|
+
```typescript
|
|
1130
|
+
import {
|
|
1131
|
+
EventsSessionsApi,
|
|
1132
|
+
Configuration
|
|
1133
|
+
} from '@connectedxm/admin-sdk';
|
|
1134
|
+
|
|
1135
|
+
const configuration = new Configuration();
|
|
1136
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
1137
|
+
|
|
1138
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1139
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
1140
|
+
let page: number; //Page number (optional) (default to 1)
|
|
1141
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
1142
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
1143
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
1144
|
+
|
|
1145
|
+
const { status, data } = await apiInstance.getEventSessionTiers(
|
|
1146
|
+
eventId,
|
|
1147
|
+
sessionId,
|
|
1148
|
+
page,
|
|
1149
|
+
pageSize,
|
|
1150
|
+
orderBy,
|
|
1151
|
+
search
|
|
1152
|
+
);
|
|
1153
|
+
```
|
|
1154
|
+
|
|
1155
|
+
### Parameters
|
|
1156
|
+
|
|
1157
|
+
|Name | Type | Description | Notes|
|
|
1158
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1159
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1160
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
1161
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
1162
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
1163
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
1164
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
### Return type
|
|
1168
|
+
|
|
1169
|
+
**GetAccountTiers200Response**
|
|
1170
|
+
|
|
1171
|
+
### Authorization
|
|
1172
|
+
|
|
1173
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1174
|
+
|
|
1175
|
+
### HTTP request headers
|
|
1176
|
+
|
|
1177
|
+
- **Content-Type**: Not defined
|
|
1178
|
+
- **Accept**: application/json
|
|
1179
|
+
|
|
1180
|
+
|
|
996
1181
|
### HTTP response details
|
|
997
1182
|
| Status code | Description | Response headers |
|
|
998
1183
|
|-------------|-------------|------------------|
|
|
@@ -1067,7 +1252,7 @@ const { status, data } = await apiInstance.getEventSessionTracks(
|
|
|
1067
1252
|
[[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)
|
|
1068
1253
|
|
|
1069
1254
|
# **getEventSessions**
|
|
1070
|
-
>
|
|
1255
|
+
> GetEventActivationSessions200Response getEventSessions()
|
|
1071
1256
|
|
|
1072
1257
|
Get Event Sessions endpoint
|
|
1073
1258
|
|
|
@@ -1110,7 +1295,7 @@ const { status, data } = await apiInstance.getEventSessions(
|
|
|
1110
1295
|
|
|
1111
1296
|
### Return type
|
|
1112
1297
|
|
|
1113
|
-
**
|
|
1298
|
+
**GetEventActivationSessions200Response**
|
|
1114
1299
|
|
|
1115
1300
|
### Authorization
|
|
1116
1301
|
|
|
@@ -1130,7 +1315,7 @@ const { status, data } = await apiInstance.getEventSessions(
|
|
|
1130
1315
|
[[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)
|
|
1131
1316
|
|
|
1132
1317
|
# **removeEventSessionAccount**
|
|
1133
|
-
>
|
|
1318
|
+
> CreateEventSession200Response removeEventSessionAccount()
|
|
1134
1319
|
|
|
1135
1320
|
Remove Event Session Account endpoint
|
|
1136
1321
|
|
|
@@ -1167,7 +1352,7 @@ const { status, data } = await apiInstance.removeEventSessionAccount(
|
|
|
1167
1352
|
|
|
1168
1353
|
### Return type
|
|
1169
1354
|
|
|
1170
|
-
**
|
|
1355
|
+
**CreateEventSession200Response**
|
|
1171
1356
|
|
|
1172
1357
|
### Authorization
|
|
1173
1358
|
|
|
@@ -1187,7 +1372,7 @@ const { status, data } = await apiInstance.removeEventSessionAccount(
|
|
|
1187
1372
|
[[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)
|
|
1188
1373
|
|
|
1189
1374
|
# **removeEventSessionBlock**
|
|
1190
|
-
>
|
|
1375
|
+
> CreateEventSession200Response removeEventSessionBlock()
|
|
1191
1376
|
|
|
1192
1377
|
Remove Event Session Block endpoint
|
|
1193
1378
|
|
|
@@ -1224,7 +1409,7 @@ const { status, data } = await apiInstance.removeEventSessionBlock(
|
|
|
1224
1409
|
|
|
1225
1410
|
### Return type
|
|
1226
1411
|
|
|
1227
|
-
**
|
|
1412
|
+
**CreateEventSession200Response**
|
|
1228
1413
|
|
|
1229
1414
|
### Authorization
|
|
1230
1415
|
|
|
@@ -1244,7 +1429,7 @@ const { status, data } = await apiInstance.removeEventSessionBlock(
|
|
|
1244
1429
|
[[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)
|
|
1245
1430
|
|
|
1246
1431
|
# **removeEventSessionPassType**
|
|
1247
|
-
>
|
|
1432
|
+
> CreateEventSession200Response removeEventSessionPassType()
|
|
1248
1433
|
|
|
1249
1434
|
Remove Event Session Pass Type endpoint
|
|
1250
1435
|
|
|
@@ -1281,7 +1466,7 @@ const { status, data } = await apiInstance.removeEventSessionPassType(
|
|
|
1281
1466
|
|
|
1282
1467
|
### Return type
|
|
1283
1468
|
|
|
1284
|
-
**
|
|
1469
|
+
**CreateEventSession200Response**
|
|
1285
1470
|
|
|
1286
1471
|
### Authorization
|
|
1287
1472
|
|
|
@@ -1301,7 +1486,7 @@ const { status, data } = await apiInstance.removeEventSessionPassType(
|
|
|
1301
1486
|
[[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)
|
|
1302
1487
|
|
|
1303
1488
|
# **removeEventSessionSpeaker**
|
|
1304
|
-
>
|
|
1489
|
+
> CreateEventSession200Response removeEventSessionSpeaker()
|
|
1305
1490
|
|
|
1306
1491
|
Remove Event Session Speaker endpoint
|
|
1307
1492
|
|
|
@@ -1338,7 +1523,7 @@ const { status, data } = await apiInstance.removeEventSessionSpeaker(
|
|
|
1338
1523
|
|
|
1339
1524
|
### Return type
|
|
1340
1525
|
|
|
1341
|
-
**
|
|
1526
|
+
**CreateEventSession200Response**
|
|
1342
1527
|
|
|
1343
1528
|
### Authorization
|
|
1344
1529
|
|
|
@@ -1358,7 +1543,7 @@ const { status, data } = await apiInstance.removeEventSessionSpeaker(
|
|
|
1358
1543
|
[[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)
|
|
1359
1544
|
|
|
1360
1545
|
# **removeEventSessionSponsor**
|
|
1361
|
-
>
|
|
1546
|
+
> CreateEventSession200Response removeEventSessionSponsor()
|
|
1362
1547
|
|
|
1363
1548
|
Remove Event Session Sponsor endpoint
|
|
1364
1549
|
|
|
@@ -1395,7 +1580,64 @@ const { status, data } = await apiInstance.removeEventSessionSponsor(
|
|
|
1395
1580
|
|
|
1396
1581
|
### Return type
|
|
1397
1582
|
|
|
1398
|
-
**
|
|
1583
|
+
**CreateEventSession200Response**
|
|
1584
|
+
|
|
1585
|
+
### Authorization
|
|
1586
|
+
|
|
1587
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1588
|
+
|
|
1589
|
+
### HTTP request headers
|
|
1590
|
+
|
|
1591
|
+
- **Content-Type**: Not defined
|
|
1592
|
+
- **Accept**: application/json
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
### HTTP response details
|
|
1596
|
+
| Status code | Description | Response headers |
|
|
1597
|
+
|-------------|-------------|------------------|
|
|
1598
|
+
|**200** | Successful response | - |
|
|
1599
|
+
|
|
1600
|
+
[[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)
|
|
1601
|
+
|
|
1602
|
+
# **removeEventSessionTier**
|
|
1603
|
+
> CreateEventSession200Response removeEventSessionTier()
|
|
1604
|
+
|
|
1605
|
+
Remove Event Session Tier endpoint
|
|
1606
|
+
|
|
1607
|
+
### Example
|
|
1608
|
+
|
|
1609
|
+
```typescript
|
|
1610
|
+
import {
|
|
1611
|
+
EventsSessionsApi,
|
|
1612
|
+
Configuration
|
|
1613
|
+
} from '@connectedxm/admin-sdk';
|
|
1614
|
+
|
|
1615
|
+
const configuration = new Configuration();
|
|
1616
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
1617
|
+
|
|
1618
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1619
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
1620
|
+
let tierId: string; //The tier identifier (default to undefined)
|
|
1621
|
+
|
|
1622
|
+
const { status, data } = await apiInstance.removeEventSessionTier(
|
|
1623
|
+
eventId,
|
|
1624
|
+
sessionId,
|
|
1625
|
+
tierId
|
|
1626
|
+
);
|
|
1627
|
+
```
|
|
1628
|
+
|
|
1629
|
+
### Parameters
|
|
1630
|
+
|
|
1631
|
+
|Name | Type | Description | Notes|
|
|
1632
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1633
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1634
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
1635
|
+
| **tierId** | [**string**] | The tier identifier | defaults to undefined|
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
### Return type
|
|
1639
|
+
|
|
1640
|
+
**CreateEventSession200Response**
|
|
1399
1641
|
|
|
1400
1642
|
### Authorization
|
|
1401
1643
|
|
|
@@ -1415,7 +1657,7 @@ const { status, data } = await apiInstance.removeEventSessionSponsor(
|
|
|
1415
1657
|
[[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)
|
|
1416
1658
|
|
|
1417
1659
|
# **removeEventSessionTrack**
|
|
1418
|
-
>
|
|
1660
|
+
> CreateEventSession200Response removeEventSessionTrack()
|
|
1419
1661
|
|
|
1420
1662
|
Remove Event Session Track endpoint
|
|
1421
1663
|
|
|
@@ -1452,7 +1694,7 @@ const { status, data } = await apiInstance.removeEventSessionTrack(
|
|
|
1452
1694
|
|
|
1453
1695
|
### Return type
|
|
1454
1696
|
|
|
1455
|
-
**
|
|
1697
|
+
**CreateEventSession200Response**
|
|
1456
1698
|
|
|
1457
1699
|
### Authorization
|
|
1458
1700
|
|
|
@@ -14,7 +14,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
14
14
|
|[**updateEventSessionLocation**](#updateeventsessionlocation) | **PUT** /events/{eventId}/sessionLocations/{locationId} | Update Event Session Location|
|
|
15
15
|
|
|
16
16
|
# **addEventSessionLocationSession**
|
|
17
|
-
>
|
|
17
|
+
> CreateEventSessionLocation200Response addEventSessionLocationSession()
|
|
18
18
|
|
|
19
19
|
Add Event Session Location Session endpoint
|
|
20
20
|
|
|
@@ -51,7 +51,7 @@ const { status, data } = await apiInstance.addEventSessionLocationSession(
|
|
|
51
51
|
|
|
52
52
|
### Return type
|
|
53
53
|
|
|
54
|
-
**
|
|
54
|
+
**CreateEventSessionLocation200Response**
|
|
55
55
|
|
|
56
56
|
### Authorization
|
|
57
57
|
|
|
@@ -71,7 +71,7 @@ const { status, data } = await apiInstance.addEventSessionLocationSession(
|
|
|
71
71
|
[[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)
|
|
72
72
|
|
|
73
73
|
# **createEventSessionLocation**
|
|
74
|
-
>
|
|
74
|
+
> CreateEventSessionLocation200Response createEventSessionLocation(eventSessionLocationCreateInputs)
|
|
75
75
|
|
|
76
76
|
Create Event Session Location endpoint
|
|
77
77
|
|
|
@@ -106,7 +106,7 @@ const { status, data } = await apiInstance.createEventSessionLocation(
|
|
|
106
106
|
|
|
107
107
|
### Return type
|
|
108
108
|
|
|
109
|
-
**
|
|
109
|
+
**CreateEventSessionLocation200Response**
|
|
110
110
|
|
|
111
111
|
### Authorization
|
|
112
112
|
|
|
@@ -180,7 +180,7 @@ const { status, data } = await apiInstance.deleteEventSessionLocation(
|
|
|
180
180
|
[[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)
|
|
181
181
|
|
|
182
182
|
# **getEventSessionLocation**
|
|
183
|
-
>
|
|
183
|
+
> CreateEventSessionLocation200Response getEventSessionLocation()
|
|
184
184
|
|
|
185
185
|
Get Event Session Location endpoint
|
|
186
186
|
|
|
@@ -214,7 +214,7 @@ const { status, data } = await apiInstance.getEventSessionLocation(
|
|
|
214
214
|
|
|
215
215
|
### Return type
|
|
216
216
|
|
|
217
|
-
**
|
|
217
|
+
**CreateEventSessionLocation200Response**
|
|
218
218
|
|
|
219
219
|
### Authorization
|
|
220
220
|
|
|
@@ -234,7 +234,7 @@ const { status, data } = await apiInstance.getEventSessionLocation(
|
|
|
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
|
# **getEventSessionLocationSessions**
|
|
237
|
-
>
|
|
237
|
+
> GetEventActivationSessions200Response getEventSessionLocationSessions()
|
|
238
238
|
|
|
239
239
|
Get Event Session Location Sessions endpoint
|
|
240
240
|
|
|
@@ -280,7 +280,7 @@ const { status, data } = await apiInstance.getEventSessionLocationSessions(
|
|
|
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.getEventSessionLocationSessions(
|
|
|
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
|
# **getEventSessionLocations**
|
|
303
|
-
>
|
|
303
|
+
> GetEventSessionLocations200Response getEventSessionLocations()
|
|
304
304
|
|
|
305
305
|
Get Event Session Locations endpoint
|
|
306
306
|
|
|
@@ -343,7 +343,7 @@ const { status, data } = await apiInstance.getEventSessionLocations(
|
|
|
343
343
|
|
|
344
344
|
### Return type
|
|
345
345
|
|
|
346
|
-
**
|
|
346
|
+
**GetEventSessionLocations200Response**
|
|
347
347
|
|
|
348
348
|
### Authorization
|
|
349
349
|
|
|
@@ -363,7 +363,7 @@ const { status, data } = await apiInstance.getEventSessionLocations(
|
|
|
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
|
# **removeEventSessionLocationSession**
|
|
366
|
-
>
|
|
366
|
+
> CreateEventSessionLocation200Response removeEventSessionLocationSession()
|
|
367
367
|
|
|
368
368
|
Remove Event Session Location Session endpoint
|
|
369
369
|
|
|
@@ -400,7 +400,7 @@ const { status, data } = await apiInstance.removeEventSessionLocationSession(
|
|
|
400
400
|
|
|
401
401
|
### Return type
|
|
402
402
|
|
|
403
|
-
**
|
|
403
|
+
**CreateEventSessionLocation200Response**
|
|
404
404
|
|
|
405
405
|
### Authorization
|
|
406
406
|
|
|
@@ -420,7 +420,7 @@ const { status, data } = await apiInstance.removeEventSessionLocationSession(
|
|
|
420
420
|
[[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)
|
|
421
421
|
|
|
422
422
|
# **updateEventSessionLocation**
|
|
423
|
-
>
|
|
423
|
+
> CreateEventSessionLocation200Response updateEventSessionLocation()
|
|
424
424
|
|
|
425
425
|
Update Event Session Location endpoint
|
|
426
426
|
|
|
@@ -458,7 +458,7 @@ const { status, data } = await apiInstance.updateEventSessionLocation(
|
|
|
458
458
|
|
|
459
459
|
### Return type
|
|
460
460
|
|
|
461
|
-
**
|
|
461
|
+
**CreateEventSessionLocation200Response**
|
|
462
462
|
|
|
463
463
|
### Authorization
|
|
464
464
|
|