@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
package/docs/SupportApi.md
CHANGED
|
@@ -167,7 +167,7 @@ const { status, data } = await apiInstance.getSupportTicket(
|
|
|
167
167
|
[[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)
|
|
168
168
|
|
|
169
169
|
# **getSupportTicketActivity**
|
|
170
|
-
>
|
|
170
|
+
> GetSupportTicketActivity200Response getSupportTicketActivity()
|
|
171
171
|
|
|
172
172
|
Get Support Ticket Activity endpoint
|
|
173
173
|
|
|
@@ -198,7 +198,7 @@ const { status, data } = await apiInstance.getSupportTicketActivity(
|
|
|
198
198
|
|
|
199
199
|
### Return type
|
|
200
200
|
|
|
201
|
-
**
|
|
201
|
+
**GetSupportTicketActivity200Response**
|
|
202
202
|
|
|
203
203
|
### Authorization
|
|
204
204
|
|
|
@@ -218,7 +218,7 @@ const { status, data } = await apiInstance.getSupportTicketActivity(
|
|
|
218
218
|
[[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)
|
|
219
219
|
|
|
220
220
|
# **getSupportTicketViewer**
|
|
221
|
-
>
|
|
221
|
+
> GetSupportTicketViewer200Response getSupportTicketViewer()
|
|
222
222
|
|
|
223
223
|
Get Support Ticket Viewer endpoint
|
|
224
224
|
|
|
@@ -264,7 +264,7 @@ const { status, data } = await apiInstance.getSupportTicketViewer(
|
|
|
264
264
|
|
|
265
265
|
### Return type
|
|
266
266
|
|
|
267
|
-
**
|
|
267
|
+
**GetSupportTicketViewer200Response**
|
|
268
268
|
|
|
269
269
|
### Authorization
|
|
270
270
|
|
|
@@ -8,7 +8,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
8
8
|
|[**getSupportTicketMessages**](#getsupportticketmessages) | **GET** /supportTickets/{supportTicketId}/messages | Get Support Ticket Messages|
|
|
9
9
|
|
|
10
10
|
# **createSupportTicketMessage**
|
|
11
|
-
>
|
|
11
|
+
> CreateSupportTicketMessage200Response createSupportTicketMessage(supportTicketMessageCreateInputs)
|
|
12
12
|
|
|
13
13
|
Create Support Ticket Message endpoint
|
|
14
14
|
|
|
@@ -43,7 +43,7 @@ const { status, data } = await apiInstance.createSupportTicketMessage(
|
|
|
43
43
|
|
|
44
44
|
### Return type
|
|
45
45
|
|
|
46
|
-
**
|
|
46
|
+
**CreateSupportTicketMessage200Response**
|
|
47
47
|
|
|
48
48
|
### Authorization
|
|
49
49
|
|
|
@@ -63,7 +63,7 @@ const { status, data } = await apiInstance.createSupportTicketMessage(
|
|
|
63
63
|
[[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)
|
|
64
64
|
|
|
65
65
|
# **getSupportTicketMessages**
|
|
66
|
-
>
|
|
66
|
+
> GetSupportTicketMessages200Response getSupportTicketMessages()
|
|
67
67
|
|
|
68
68
|
Get Support Ticket Messages endpoint
|
|
69
69
|
|
|
@@ -106,7 +106,7 @@ const { status, data } = await apiInstance.getSupportTicketMessages(
|
|
|
106
106
|
|
|
107
107
|
### Return type
|
|
108
108
|
|
|
109
|
-
**
|
|
109
|
+
**GetSupportTicketMessages200Response**
|
|
110
110
|
|
|
111
111
|
### Authorization
|
|
112
112
|
|
package/docs/SupportNotesApi.md
CHANGED
|
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
9
9
|
|[**getSupportTicketNotes**](#getsupportticketnotes) | **GET** /supportTickets/{supportTicketId}/notes | Get Support Ticket Notes|
|
|
10
10
|
|
|
11
11
|
# **createSupportTicketNote**
|
|
12
|
-
>
|
|
12
|
+
> CreateSupportTicket200Response createSupportTicketNote(supportTicketNoteCreateInputs)
|
|
13
13
|
|
|
14
14
|
Create Support Ticket Note endpoint
|
|
15
15
|
|
|
@@ -44,7 +44,7 @@ const { status, data } = await apiInstance.createSupportTicketNote(
|
|
|
44
44
|
|
|
45
45
|
### Return type
|
|
46
46
|
|
|
47
|
-
**
|
|
47
|
+
**CreateSupportTicket200Response**
|
|
48
48
|
|
|
49
49
|
### Authorization
|
|
50
50
|
|
|
@@ -118,7 +118,7 @@ const { status, data } = await apiInstance.deleteSupportTicketNote(
|
|
|
118
118
|
[[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)
|
|
119
119
|
|
|
120
120
|
# **getSupportTicketNotes**
|
|
121
|
-
>
|
|
121
|
+
> GetSupportTicketNotes200Response getSupportTicketNotes()
|
|
122
122
|
|
|
123
123
|
Get Support Ticket Notes endpoint
|
|
124
124
|
|
|
@@ -161,7 +161,7 @@ const { status, data } = await apiInstance.getSupportTicketNotes(
|
|
|
161
161
|
|
|
162
162
|
### Return type
|
|
163
163
|
|
|
164
|
-
**
|
|
164
|
+
**GetSupportTicketNotes200Response**
|
|
165
165
|
|
|
166
166
|
### Authorization
|
|
167
167
|
|
package/docs/Survey.md
CHANGED
|
@@ -19,8 +19,7 @@ Name | Type | Description | Notes
|
|
|
19
19
|
**updatedAt** | **string** | | [default to undefined]
|
|
20
20
|
**eventId** | **string** | | [default to undefined]
|
|
21
21
|
**event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
|
|
22
|
-
**
|
|
23
|
-
**session** | [**BaseEventSession**](BaseEventSession.md) | | [default to undefined]
|
|
22
|
+
**requireCheckIn** | **boolean** | | [default to undefined]
|
|
24
23
|
**activationId** | **string** | | [default to undefined]
|
|
25
24
|
**activation** | [**BaseEventActivation**](BaseEventActivation.md) | | [default to undefined]
|
|
26
25
|
**passTypes** | [**Array<BaseEventPassType>**](BaseEventPassType.md) | | [default to undefined]
|
|
@@ -46,8 +45,7 @@ const instance: Survey = {
|
|
|
46
45
|
updatedAt,
|
|
47
46
|
eventId,
|
|
48
47
|
event,
|
|
49
|
-
|
|
50
|
-
session,
|
|
48
|
+
requireCheckIn,
|
|
51
49
|
activationId,
|
|
52
50
|
activation,
|
|
53
51
|
passTypes,
|
|
@@ -11,11 +11,11 @@ Name | Type | Description | Notes
|
|
|
11
11
|
**description** | **string** | | [optional] [default to undefined]
|
|
12
12
|
**imageId** | **string** | | [optional] [default to undefined]
|
|
13
13
|
**requireAuth** | **boolean** | | [optional] [default to undefined]
|
|
14
|
+
**requireCheckIn** | **boolean** | | [optional] [default to undefined]
|
|
14
15
|
**submissionsPerAccount** | [**InvoiceLineItemCreateInputsQuantity**](InvoiceLineItemCreateInputsQuantity.md) | | [optional] [default to undefined]
|
|
15
16
|
**replyTo** | **string** | | [optional] [default to undefined]
|
|
16
17
|
**emailBody** | **string** | | [optional] [default to undefined]
|
|
17
18
|
**eventId** | **string** | | [optional] [default to undefined]
|
|
18
|
-
**sessionId** | **string** | | [optional] [default to undefined]
|
|
19
19
|
**activationId** | **string** | | [optional] [default to undefined]
|
|
20
20
|
|
|
21
21
|
## Example
|
|
@@ -30,11 +30,11 @@ const instance: SurveyCreateInputs = {
|
|
|
30
30
|
description,
|
|
31
31
|
imageId,
|
|
32
32
|
requireAuth,
|
|
33
|
+
requireCheckIn,
|
|
33
34
|
submissionsPerAccount,
|
|
34
35
|
replyTo,
|
|
35
36
|
emailBody,
|
|
36
37
|
eventId,
|
|
37
|
-
sessionId,
|
|
38
38
|
activationId,
|
|
39
39
|
};
|
|
40
40
|
```
|
|
@@ -11,11 +11,11 @@ Name | Type | Description | Notes
|
|
|
11
11
|
**description** | **string** | | [optional] [default to undefined]
|
|
12
12
|
**imageId** | **string** | | [optional] [default to undefined]
|
|
13
13
|
**requireAuth** | **boolean** | | [optional] [default to undefined]
|
|
14
|
+
**requireCheckIn** | **boolean** | | [optional] [default to undefined]
|
|
14
15
|
**submissionsPerAccount** | [**InvoiceLineItemCreateInputsQuantity**](InvoiceLineItemCreateInputsQuantity.md) | | [optional] [default to undefined]
|
|
15
16
|
**replyTo** | **string** | | [optional] [default to undefined]
|
|
16
17
|
**emailBody** | **string** | | [optional] [default to undefined]
|
|
17
18
|
**eventId** | **string** | | [optional] [default to undefined]
|
|
18
|
-
**sessionId** | **string** | | [optional] [default to undefined]
|
|
19
19
|
**activationId** | **string** | | [optional] [default to undefined]
|
|
20
20
|
|
|
21
21
|
## Example
|
|
@@ -30,11 +30,11 @@ const instance: SurveyUpdateInputs = {
|
|
|
30
30
|
description,
|
|
31
31
|
imageId,
|
|
32
32
|
requireAuth,
|
|
33
|
+
requireCheckIn,
|
|
33
34
|
submissionsPerAccount,
|
|
34
35
|
replyTo,
|
|
35
36
|
emailBody,
|
|
36
37
|
eventId,
|
|
37
|
-
sessionId,
|
|
38
38
|
activationId,
|
|
39
39
|
};
|
|
40
40
|
```
|
package/docs/SurveysApi.md
CHANGED
|
@@ -7,6 +7,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
7
7
|
|[**createSurvey**](#createsurvey) | **POST** /surveys | Create Survey|
|
|
8
8
|
|[**deleteSurvey**](#deletesurvey) | **DELETE** /surveys/{surveyId} | Delete Survey|
|
|
9
9
|
|[**getSurvey**](#getsurvey) | **GET** /surveys/{surveyId} | Get Survey|
|
|
10
|
+
|[**getSurveySessions**](#getsurveysessions) | **GET** /surveys/{surveyId}/sessions | Get Survey Sessions|
|
|
10
11
|
|[**getSurveys**](#getsurveys) | **GET** /surveys | Get Surveys|
|
|
11
12
|
|[**updateSurvey**](#updatesurvey) | **PUT** /surveys/{surveyId} | Update Survey|
|
|
12
13
|
|
|
@@ -157,6 +158,69 @@ const { status, data } = await apiInstance.getSurvey(
|
|
|
157
158
|
- **Accept**: application/json
|
|
158
159
|
|
|
159
160
|
|
|
161
|
+
### HTTP response details
|
|
162
|
+
| Status code | Description | Response headers |
|
|
163
|
+
|-------------|-------------|------------------|
|
|
164
|
+
|**200** | Successful response | - |
|
|
165
|
+
|
|
166
|
+
[[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)
|
|
167
|
+
|
|
168
|
+
# **getSurveySessions**
|
|
169
|
+
> GetEventActivationSessions200Response getSurveySessions()
|
|
170
|
+
|
|
171
|
+
Get Survey Sessions endpoint
|
|
172
|
+
|
|
173
|
+
### Example
|
|
174
|
+
|
|
175
|
+
```typescript
|
|
176
|
+
import {
|
|
177
|
+
SurveysApi,
|
|
178
|
+
Configuration
|
|
179
|
+
} from '@connectedxm/admin-sdk';
|
|
180
|
+
|
|
181
|
+
const configuration = new Configuration();
|
|
182
|
+
const apiInstance = new SurveysApi(configuration);
|
|
183
|
+
|
|
184
|
+
let surveyId: string; //The survey identifier (default to undefined)
|
|
185
|
+
let page: number; //Page number (optional) (default to 1)
|
|
186
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
187
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
188
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
189
|
+
|
|
190
|
+
const { status, data } = await apiInstance.getSurveySessions(
|
|
191
|
+
surveyId,
|
|
192
|
+
page,
|
|
193
|
+
pageSize,
|
|
194
|
+
orderBy,
|
|
195
|
+
search
|
|
196
|
+
);
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
### Parameters
|
|
200
|
+
|
|
201
|
+
|Name | Type | Description | Notes|
|
|
202
|
+
|------------- | ------------- | ------------- | -------------|
|
|
203
|
+
| **surveyId** | [**string**] | The survey identifier | defaults to undefined|
|
|
204
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
205
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
206
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
207
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
### Return type
|
|
211
|
+
|
|
212
|
+
**GetEventActivationSessions200Response**
|
|
213
|
+
|
|
214
|
+
### Authorization
|
|
215
|
+
|
|
216
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
217
|
+
|
|
218
|
+
### HTTP request headers
|
|
219
|
+
|
|
220
|
+
- **Content-Type**: Not defined
|
|
221
|
+
- **Accept**: application/json
|
|
222
|
+
|
|
223
|
+
|
|
160
224
|
### HTTP response details
|
|
161
225
|
| Status code | Description | Response headers |
|
|
162
226
|
|-------------|-------------|------------------|
|
|
@@ -25,7 +25,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
25
25
|
|[**updateSurveyQuestionChoiceSubQuestion**](#updatesurveyquestionchoicesubquestion) | **PUT** /surveys/{surveyId}/questions/{questionId}/choices/{choiceId}/subQuestions/{subQuestionId} | Update Survey Question Choice Sub Question|
|
|
26
26
|
|
|
27
27
|
# **addSurveyQuestionChoiceSubQuestion**
|
|
28
|
-
>
|
|
28
|
+
> CreateSurveyQuestionChoice200Response addSurveyQuestionChoiceSubQuestion()
|
|
29
29
|
|
|
30
30
|
Add Survey Question Choice Sub Question endpoint
|
|
31
31
|
|
|
@@ -65,7 +65,7 @@ const { status, data } = await apiInstance.addSurveyQuestionChoiceSubQuestion(
|
|
|
65
65
|
|
|
66
66
|
### Return type
|
|
67
67
|
|
|
68
|
-
**
|
|
68
|
+
**CreateSurveyQuestionChoice200Response**
|
|
69
69
|
|
|
70
70
|
### Authorization
|
|
71
71
|
|
|
@@ -85,7 +85,7 @@ const { status, data } = await apiInstance.addSurveyQuestionChoiceSubQuestion(
|
|
|
85
85
|
[[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)
|
|
86
86
|
|
|
87
87
|
# **attachSurveyQuestionSearchList**
|
|
88
|
-
>
|
|
88
|
+
> CreateSurveyQuestion200Response attachSurveyQuestionSearchList(attachSearchListInputs)
|
|
89
89
|
|
|
90
90
|
Attach Survey Question Search List endpoint
|
|
91
91
|
|
|
@@ -123,7 +123,7 @@ const { status, data } = await apiInstance.attachSurveyQuestionSearchList(
|
|
|
123
123
|
|
|
124
124
|
### Return type
|
|
125
125
|
|
|
126
|
-
**
|
|
126
|
+
**CreateSurveyQuestion200Response**
|
|
127
127
|
|
|
128
128
|
### Authorization
|
|
129
129
|
|
|
@@ -143,7 +143,7 @@ const { status, data } = await apiInstance.attachSurveyQuestionSearchList(
|
|
|
143
143
|
[[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)
|
|
144
144
|
|
|
145
145
|
# **createSurveyQuestion**
|
|
146
|
-
>
|
|
146
|
+
> CreateSurveyQuestion200Response createSurveyQuestion(surveyQuestionCreateInputs)
|
|
147
147
|
|
|
148
148
|
Create Survey Question endpoint
|
|
149
149
|
|
|
@@ -178,7 +178,7 @@ const { status, data } = await apiInstance.createSurveyQuestion(
|
|
|
178
178
|
|
|
179
179
|
### Return type
|
|
180
180
|
|
|
181
|
-
**
|
|
181
|
+
**CreateSurveyQuestion200Response**
|
|
182
182
|
|
|
183
183
|
### Authorization
|
|
184
184
|
|
|
@@ -198,7 +198,7 @@ const { status, data } = await apiInstance.createSurveyQuestion(
|
|
|
198
198
|
[[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)
|
|
199
199
|
|
|
200
200
|
# **createSurveyQuestionChoice**
|
|
201
|
-
>
|
|
201
|
+
> CreateSurveyQuestionChoice200Response createSurveyQuestionChoice(surveyQuestionChoiceCreateInputs)
|
|
202
202
|
|
|
203
203
|
Create Survey Question Choice endpoint
|
|
204
204
|
|
|
@@ -236,7 +236,7 @@ const { status, data } = await apiInstance.createSurveyQuestionChoice(
|
|
|
236
236
|
|
|
237
237
|
### Return type
|
|
238
238
|
|
|
239
|
-
**
|
|
239
|
+
**CreateSurveyQuestionChoice200Response**
|
|
240
240
|
|
|
241
241
|
### Authorization
|
|
242
242
|
|
|
@@ -370,7 +370,7 @@ const { status, data } = await apiInstance.deleteSurveyQuestionChoice(
|
|
|
370
370
|
[[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)
|
|
371
371
|
|
|
372
372
|
# **detachSurveyQuestionSearchList**
|
|
373
|
-
>
|
|
373
|
+
> CreateSurveyQuestion200Response detachSurveyQuestionSearchList()
|
|
374
374
|
|
|
375
375
|
Detach Survey Question Search List endpoint
|
|
376
376
|
|
|
@@ -404,7 +404,7 @@ const { status, data } = await apiInstance.detachSurveyQuestionSearchList(
|
|
|
404
404
|
|
|
405
405
|
### Return type
|
|
406
406
|
|
|
407
|
-
**
|
|
407
|
+
**CreateSurveyQuestion200Response**
|
|
408
408
|
|
|
409
409
|
### Authorization
|
|
410
410
|
|
|
@@ -424,7 +424,7 @@ const { status, data } = await apiInstance.detachSurveyQuestionSearchList(
|
|
|
424
424
|
[[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)
|
|
425
425
|
|
|
426
426
|
# **getSurveyQuestion**
|
|
427
|
-
>
|
|
427
|
+
> CreateSurveyQuestion200Response getSurveyQuestion()
|
|
428
428
|
|
|
429
429
|
Get Survey Question endpoint
|
|
430
430
|
|
|
@@ -458,7 +458,7 @@ const { status, data } = await apiInstance.getSurveyQuestion(
|
|
|
458
458
|
|
|
459
459
|
### Return type
|
|
460
460
|
|
|
461
|
-
**
|
|
461
|
+
**CreateSurveyQuestion200Response**
|
|
462
462
|
|
|
463
463
|
### Authorization
|
|
464
464
|
|
|
@@ -478,7 +478,7 @@ const { status, data } = await apiInstance.getSurveyQuestion(
|
|
|
478
478
|
[[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)
|
|
479
479
|
|
|
480
480
|
# **getSurveyQuestionChoice**
|
|
481
|
-
>
|
|
481
|
+
> CreateSurveyQuestionChoice200Response getSurveyQuestionChoice()
|
|
482
482
|
|
|
483
483
|
Get Survey Question Choice endpoint
|
|
484
484
|
|
|
@@ -515,7 +515,7 @@ const { status, data } = await apiInstance.getSurveyQuestionChoice(
|
|
|
515
515
|
|
|
516
516
|
### Return type
|
|
517
517
|
|
|
518
|
-
**
|
|
518
|
+
**CreateSurveyQuestionChoice200Response**
|
|
519
519
|
|
|
520
520
|
### Authorization
|
|
521
521
|
|
|
@@ -535,7 +535,7 @@ const { status, data } = await apiInstance.getSurveyQuestionChoice(
|
|
|
535
535
|
[[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)
|
|
536
536
|
|
|
537
537
|
# **getSurveyQuestionChoiceSubQuestions**
|
|
538
|
-
>
|
|
538
|
+
> GetSurveyQuestionChoiceSubQuestions200Response getSurveyQuestionChoiceSubQuestions()
|
|
539
539
|
|
|
540
540
|
Get Survey Question Choice Sub Questions endpoint
|
|
541
541
|
|
|
@@ -584,7 +584,7 @@ const { status, data } = await apiInstance.getSurveyQuestionChoiceSubQuestions(
|
|
|
584
584
|
|
|
585
585
|
### Return type
|
|
586
586
|
|
|
587
|
-
**
|
|
587
|
+
**GetSurveyQuestionChoiceSubQuestions200Response**
|
|
588
588
|
|
|
589
589
|
### Authorization
|
|
590
590
|
|
|
@@ -604,7 +604,7 @@ const { status, data } = await apiInstance.getSurveyQuestionChoiceSubQuestions(
|
|
|
604
604
|
[[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)
|
|
605
605
|
|
|
606
606
|
# **getSurveyQuestionChoices**
|
|
607
|
-
>
|
|
607
|
+
> GetSurveyQuestionChoices200Response getSurveyQuestionChoices()
|
|
608
608
|
|
|
609
609
|
Get Survey Question Choices endpoint
|
|
610
610
|
|
|
@@ -650,7 +650,7 @@ const { status, data } = await apiInstance.getSurveyQuestionChoices(
|
|
|
650
650
|
|
|
651
651
|
### Return type
|
|
652
652
|
|
|
653
|
-
**
|
|
653
|
+
**GetSurveyQuestionChoices200Response**
|
|
654
654
|
|
|
655
655
|
### Authorization
|
|
656
656
|
|
|
@@ -670,7 +670,7 @@ const { status, data } = await apiInstance.getSurveyQuestionChoices(
|
|
|
670
670
|
[[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)
|
|
671
671
|
|
|
672
672
|
# **getSurveyQuestionResponses**
|
|
673
|
-
>
|
|
673
|
+
> GetSurveyQuestionResponses200Response getSurveyQuestionResponses()
|
|
674
674
|
|
|
675
675
|
Get Survey Question Responses endpoint
|
|
676
676
|
|
|
@@ -716,7 +716,7 @@ const { status, data } = await apiInstance.getSurveyQuestionResponses(
|
|
|
716
716
|
|
|
717
717
|
### Return type
|
|
718
718
|
|
|
719
|
-
**
|
|
719
|
+
**GetSurveyQuestionResponses200Response**
|
|
720
720
|
|
|
721
721
|
### Authorization
|
|
722
722
|
|
|
@@ -799,7 +799,7 @@ const { status, data } = await apiInstance.getSurveyQuestions(
|
|
|
799
799
|
[[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)
|
|
800
800
|
|
|
801
801
|
# **removeSurveyQuestionChoiceSubQuestion**
|
|
802
|
-
>
|
|
802
|
+
> CreateAccountInvitations200Response removeSurveyQuestionChoiceSubQuestion()
|
|
803
803
|
|
|
804
804
|
Remove Survey Question Choice Sub Question endpoint
|
|
805
805
|
|
|
@@ -839,7 +839,7 @@ const { status, data } = await apiInstance.removeSurveyQuestionChoiceSubQuestion
|
|
|
839
839
|
|
|
840
840
|
### Return type
|
|
841
841
|
|
|
842
|
-
**
|
|
842
|
+
**CreateAccountInvitations200Response**
|
|
843
843
|
|
|
844
844
|
### Authorization
|
|
845
845
|
|
|
@@ -859,7 +859,7 @@ const { status, data } = await apiInstance.removeSurveyQuestionChoiceSubQuestion
|
|
|
859
859
|
[[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)
|
|
860
860
|
|
|
861
861
|
# **reorderSurveyQuestionChoiceSubQuestions**
|
|
862
|
-
>
|
|
862
|
+
> ReorderSurveyQuestionChoiceSubQuestions200Response reorderSurveyQuestionChoiceSubQuestions()
|
|
863
863
|
|
|
864
864
|
Reorder Survey Question Choice Sub Questions endpoint
|
|
865
865
|
|
|
@@ -899,7 +899,7 @@ const { status, data } = await apiInstance.reorderSurveyQuestionChoiceSubQuestio
|
|
|
899
899
|
|
|
900
900
|
### Return type
|
|
901
901
|
|
|
902
|
-
**
|
|
902
|
+
**ReorderSurveyQuestionChoiceSubQuestions200Response**
|
|
903
903
|
|
|
904
904
|
### Authorization
|
|
905
905
|
|
|
@@ -919,7 +919,7 @@ const { status, data } = await apiInstance.reorderSurveyQuestionChoiceSubQuestio
|
|
|
919
919
|
[[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)
|
|
920
920
|
|
|
921
921
|
# **reorderSurveyQuestionChoices**
|
|
922
|
-
>
|
|
922
|
+
> ReorderSurveyQuestionChoices200Response reorderSurveyQuestionChoices()
|
|
923
923
|
|
|
924
924
|
Reorder Survey Question Choices endpoint
|
|
925
925
|
|
|
@@ -956,7 +956,7 @@ const { status, data } = await apiInstance.reorderSurveyQuestionChoices(
|
|
|
956
956
|
|
|
957
957
|
### Return type
|
|
958
958
|
|
|
959
|
-
**
|
|
959
|
+
**ReorderSurveyQuestionChoices200Response**
|
|
960
960
|
|
|
961
961
|
### Authorization
|
|
962
962
|
|
|
@@ -976,7 +976,7 @@ const { status, data } = await apiInstance.reorderSurveyQuestionChoices(
|
|
|
976
976
|
[[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)
|
|
977
977
|
|
|
978
978
|
# **updateSurveyQuestion**
|
|
979
|
-
>
|
|
979
|
+
> CreateSurveyQuestion200Response updateSurveyQuestion()
|
|
980
980
|
|
|
981
981
|
Update Survey Question endpoint
|
|
982
982
|
|
|
@@ -1014,7 +1014,7 @@ const { status, data } = await apiInstance.updateSurveyQuestion(
|
|
|
1014
1014
|
|
|
1015
1015
|
### Return type
|
|
1016
1016
|
|
|
1017
|
-
**
|
|
1017
|
+
**CreateSurveyQuestion200Response**
|
|
1018
1018
|
|
|
1019
1019
|
### Authorization
|
|
1020
1020
|
|
|
@@ -1034,7 +1034,7 @@ const { status, data } = await apiInstance.updateSurveyQuestion(
|
|
|
1034
1034
|
[[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)
|
|
1035
1035
|
|
|
1036
1036
|
# **updateSurveyQuestionChoice**
|
|
1037
|
-
>
|
|
1037
|
+
> DeleteDashboard200Response updateSurveyQuestionChoice()
|
|
1038
1038
|
|
|
1039
1039
|
Update Survey Question Choice endpoint
|
|
1040
1040
|
|
|
@@ -1075,7 +1075,7 @@ const { status, data } = await apiInstance.updateSurveyQuestionChoice(
|
|
|
1075
1075
|
|
|
1076
1076
|
### Return type
|
|
1077
1077
|
|
|
1078
|
-
**
|
|
1078
|
+
**DeleteDashboard200Response**
|
|
1079
1079
|
|
|
1080
1080
|
### Authorization
|
|
1081
1081
|
|
|
@@ -1095,7 +1095,7 @@ const { status, data } = await apiInstance.updateSurveyQuestionChoice(
|
|
|
1095
1095
|
[[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)
|
|
1096
1096
|
|
|
1097
1097
|
# **updateSurveyQuestionChoiceSubQuestion**
|
|
1098
|
-
>
|
|
1098
|
+
> CreateSurveyQuestionChoice200Response updateSurveyQuestionChoiceSubQuestion()
|
|
1099
1099
|
|
|
1100
1100
|
Update Survey Question Choice Sub Question endpoint
|
|
1101
1101
|
|
|
@@ -1138,7 +1138,7 @@ const { status, data } = await apiInstance.updateSurveyQuestionChoiceSubQuestion
|
|
|
1138
1138
|
|
|
1139
1139
|
### Return type
|
|
1140
1140
|
|
|
1141
|
-
**
|
|
1141
|
+
**CreateSurveyQuestionChoice200Response**
|
|
1142
1142
|
|
|
1143
1143
|
### Authorization
|
|
1144
1144
|
|
|
@@ -16,7 +16,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
16
16
|
|[**updateSurveySectionQuestion**](#updatesurveysectionquestion) | **PUT** /surveys/{surveyId}/sections/{sectionId}/questions/{questionId} | Update Survey Section Question|
|
|
17
17
|
|
|
18
18
|
# **addSurveySectionQuestion**
|
|
19
|
-
>
|
|
19
|
+
> CreateSurveySection200Response addSurveySectionQuestion()
|
|
20
20
|
|
|
21
21
|
Add Survey Section Question endpoint
|
|
22
22
|
|
|
@@ -53,7 +53,7 @@ const { status, data } = await apiInstance.addSurveySectionQuestion(
|
|
|
53
53
|
|
|
54
54
|
### Return type
|
|
55
55
|
|
|
56
|
-
**
|
|
56
|
+
**CreateSurveySection200Response**
|
|
57
57
|
|
|
58
58
|
### Authorization
|
|
59
59
|
|
|
@@ -236,7 +236,7 @@ const { status, data } = await apiInstance.getSurveySection(
|
|
|
236
236
|
[[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)
|
|
237
237
|
|
|
238
238
|
# **getSurveySectionQuestions**
|
|
239
|
-
>
|
|
239
|
+
> GetSurveySectionQuestions200Response getSurveySectionQuestions()
|
|
240
240
|
|
|
241
241
|
Get Survey Section Questions endpoint
|
|
242
242
|
|
|
@@ -282,7 +282,7 @@ const { status, data } = await apiInstance.getSurveySectionQuestions(
|
|
|
282
282
|
|
|
283
283
|
### Return type
|
|
284
284
|
|
|
285
|
-
**
|
|
285
|
+
**GetSurveySectionQuestions200Response**
|
|
286
286
|
|
|
287
287
|
### Authorization
|
|
288
288
|
|
|
@@ -365,7 +365,7 @@ const { status, data } = await apiInstance.getSurveySections(
|
|
|
365
365
|
[[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)
|
|
366
366
|
|
|
367
367
|
# **removeSurveySectionQuestion**
|
|
368
|
-
>
|
|
368
|
+
> CreateSurveySection200Response removeSurveySectionQuestion()
|
|
369
369
|
|
|
370
370
|
Remove Survey Section Question endpoint
|
|
371
371
|
|
|
@@ -402,7 +402,7 @@ const { status, data } = await apiInstance.removeSurveySectionQuestion(
|
|
|
402
402
|
|
|
403
403
|
### Return type
|
|
404
404
|
|
|
405
|
-
**
|
|
405
|
+
**CreateSurveySection200Response**
|
|
406
406
|
|
|
407
407
|
### Authorization
|
|
408
408
|
|
|
@@ -422,7 +422,7 @@ const { status, data } = await apiInstance.removeSurveySectionQuestion(
|
|
|
422
422
|
[[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)
|
|
423
423
|
|
|
424
424
|
# **reorderSurveySectionQuestions**
|
|
425
|
-
>
|
|
425
|
+
> ReorderSurveySectionQuestions200Response reorderSurveySectionQuestions()
|
|
426
426
|
|
|
427
427
|
Reorder Survey Section Questions endpoint
|
|
428
428
|
|
|
@@ -459,7 +459,7 @@ const { status, data } = await apiInstance.reorderSurveySectionQuestions(
|
|
|
459
459
|
|
|
460
460
|
### Return type
|
|
461
461
|
|
|
462
|
-
**
|
|
462
|
+
**ReorderSurveySectionQuestions200Response**
|
|
463
463
|
|
|
464
464
|
### Authorization
|
|
465
465
|
|
|
@@ -537,7 +537,7 @@ const { status, data } = await apiInstance.updateSurveySection(
|
|
|
537
537
|
[[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)
|
|
538
538
|
|
|
539
539
|
# **updateSurveySectionQuestion**
|
|
540
|
-
>
|
|
540
|
+
> CreateSurveySection200Response updateSurveySectionQuestion()
|
|
541
541
|
|
|
542
542
|
Update Survey Section Question endpoint
|
|
543
543
|
|
|
@@ -577,7 +577,7 @@ const { status, data } = await apiInstance.updateSurveySectionQuestion(
|
|
|
577
577
|
|
|
578
578
|
### Return type
|
|
579
579
|
|
|
580
|
-
**
|
|
580
|
+
**CreateSurveySection200Response**
|
|
581
581
|
|
|
582
582
|
### Authorization
|
|
583
583
|
|