Overview

Summary

ContactDonateImprint


2. Modular API



2.1 Module System




2.2 Module Interfaces


API 1: ChatMessageService-API (24)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /abusereport/reporteruseraccount/{id}findAllAbuseReportOfReporterUserAccount(id)ChatMessageModuleGETUserAccount AbuseReport
(2) /messagemedia/{id}updateMessageMediaById(messagemedia)ChatMessageModulePUTMessageMedia
(3) /chatmessagefindAllChatMessage()ChatMessageModuleGETChatMessage
(4) /chatmessageinsertChatMessage(chatmessage)ChatMessageModulePOSTChatMessage
(5) /abusereport/{id}deleteAbuseReportById(id)ChatMessageModuleDELETEAbuseReport
(6) /abusereport/chatmessage/{id}findAllAbuseReportOfChatMessage(id)ChatMessageModuleGETChatMessage AbuseReport
(7) /abusereportfindAllAbuseReport()ChatMessageModuleGETAbuseReport
(8) /messagemedia/{id}findMessageMediaById(id)ChatMessageModuleGETMessageMedia
(9) /abusereportinsertAbuseReport(abusereport)ChatMessageModulePOSTAbuseReport
(10) /messagemedia/mediafile/{id}findAllMessageMediaOfMediaFile(id)ChatMessageModuleGETMediaFile MessageMedia
(11) /messagemedia/thumbnailmediafile/{id}findAllMessageMediaOfThumbnailMediaFile(id)ChatMessageModuleGETMediaFile MessageMedia
(12) /messagemediafindAllMessageMedia()ChatMessageModuleGETMessageMedia
(13) /chatmessage/chat/{id}findAllChatMessageOfChat(id)ChatMessageModuleGETChat ChatMessage
(14) /chatmessage/{id}updateChatMessageById(chatmessage)ChatMessageModulePUTChatMessage
(15) /messagemedia/chatmessage/{id}findAllMessageMediaOfChatMessage(id)ChatMessageModuleGETChatMessage MessageMedia
(16) /chatmessage/{id}deleteChatMessageById(id)ChatMessageModuleDELETEChatMessage
(17) /messagemediainsertMessageMedia(messagemedia)ChatMessageModulePOSTMessageMedia
(18) /chatmessage/{id}findChatMessageById(id)ChatMessageModuleGETChatMessage
(19) /messagemedia/{id}deleteMessageMediaById(id)ChatMessageModuleDELETEMessageMedia
(20) /abusereport/{id}updateAbuseReportById(abusereport)ChatMessageModulePUTAbuseReport
(21) /abusereport/{id}findAbuseReportById(id)ChatMessageModuleGETAbuseReport
(22) /abusereport/chat/{id}findAllAbuseReportOfChat(id)ChatMessageModuleGETChat AbuseReport
(23) /chatmessage/senderuseraccount/{id}findAllChatMessageOfSenderUserAccount(id)ChatMessageModuleGETUserAccount ChatMessage
(24) /abusereport/reporteduseraccount/{id}findAllAbuseReportOfReportedUserAccount(id)ChatMessageModuleGETUserAccount AbuseReport

API 2: ChatService-API (28)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /aiinteractionfindAllAiInteraction()ChatModuleGETAiInteraction
(2) /chat/{id}deleteChatById(id)ChatModuleDELETEChat
(3) /broadcastchannel/{id}updateBroadcastChannelById(broadcastchannel)ChatModulePUTBroadcastChannel
(4) /chatfindAllChat()ChatModuleGETChat
(5) /broadcastchannel/owneruseraccount/{id}findAllBroadcastChannelOfOwnerUserAccount(id)ChatModuleGETUserAccount BroadcastChannel
(6) /chatparticipant/{id}updateChatParticipantById(chatparticipant)ChatModulePUTChatParticipant
(7) /chat/{id}updateChatById(chat)ChatModulePUTChat
(8) /broadcastchannelinsertBroadcastChannel(broadcastchannel)ChatModulePOSTBroadcastChannel
(9) /aiinteraction/chatmessage/{id}findAllAiInteractionOfChatMessage(id)ChatModuleGETChatMessage AiInteraction
(10) /broadcastchannel/chat/{id}findAllBroadcastChannelOfChat(id)ChatModuleGETChat BroadcastChannel
(11) /aiinteraction/useraccount/{id}findAllAiInteractionOfUserAccount(id)ChatModuleGETUserAccount AiInteraction
(12) /broadcastchannel/{id}deleteBroadcastChannelById(id)ChatModuleDELETEBroadcastChannel
(13) /chatparticipant/{id}findChatParticipantById(id)ChatModuleGETChatParticipant
(14) /chatparticipantfindAllChatParticipant()ChatModuleGETChatParticipant
(15) /aiinteractioninsertAiInteraction(aiinteraction)ChatModulePOSTAiInteraction
(16) /chatparticipantinsertChatParticipant(chatparticipant)ChatModulePOSTChatParticipant
(17) /broadcastchannel/{id}findBroadcastChannelById(id)ChatModuleGETBroadcastChannel
(18) /aiinteraction/{id}updateAiInteractionById(aiinteraction)ChatModulePUTAiInteraction
(19) /chatparticipant/useraccount/{id}findAllChatParticipantOfUserAccount(id)ChatModuleGETUserAccount ChatParticipant
(20) /chat/createdbyuseraccount/{id}findAllChatOfCreatedByUserAccount(id)ChatModuleGETUserAccount Chat
(21) /aiinteraction/{id}findAiInteractionById(id)ChatModuleGETAiInteraction
(22) /aiinteraction/chat/{id}findAllAiInteractionOfChat(id)ChatModuleGETChat AiInteraction
(23) /aiinteraction/{id}deleteAiInteractionById(id)ChatModuleDELETEAiInteraction
(24) /chat/{id}findChatById(id)ChatModuleGETChat
(25) /broadcastchannelfindAllBroadcastChannel()ChatModuleGETBroadcastChannel
(26) /chatinsertChat(chat)ChatModulePOSTChat
(27) /chatparticipant/{id}deleteChatParticipantById(id)ChatModuleDELETEChatParticipant
(28) /chatparticipant/chat/{id}findAllChatParticipantOfChat(id)ChatModuleGETChat ChatParticipant

API 3: CommunitySpaceService-API (26)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /blockeduser/blockeduseraccount/{id}findAllBlockedUserOfBlockedUserAccount(id)CommunitySpaceModuleGETUserAccount BlockedUser
(2) /communitychatfindAllCommunityChat()CommunitySpaceModuleGETCommunityChat
(3) /securitysetting/{id}deleteSecuritySettingById(id)CommunitySpaceModuleDELETESecuritySetting
(4) /communitychat/{id}findCommunityChatById(id)CommunitySpaceModuleGETCommunityChat
(5) /blockeduser/useraccount/{id}findAllBlockedUserOfUserAccount(id)CommunitySpaceModuleGETUserAccount BlockedUser
(6) /securitysetting/useraccount/{id}findAllSecuritySettingOfUserAccount(id)CommunitySpaceModuleGETUserAccount SecuritySetting
(7) /communitychat/{id}deleteCommunityChatById(id)CommunitySpaceModuleDELETECommunityChat
(8) /communityspace/owneruseraccount/{id}findAllCommunitySpaceOfOwnerUserAccount(id)CommunitySpaceModuleGETUserAccount CommunitySpace
(9) /communitychat/chat/{id}findAllCommunityChatOfChat(id)CommunitySpaceModuleGETChat CommunityChat
(10) /communitychatinsertCommunityChat(communitychat)CommunitySpaceModulePOSTCommunityChat
(11) /communityspace/{id}deleteCommunitySpaceById(id)CommunitySpaceModuleDELETECommunitySpace
(12) /securitysetting/{id}findSecuritySettingById(id)CommunitySpaceModuleGETSecuritySetting
(13) /blockeduser/{id}deleteBlockedUserById(id)CommunitySpaceModuleDELETEBlockedUser
(14) /communityspace/{id}findCommunitySpaceById(id)CommunitySpaceModuleGETCommunitySpace
(15) /blockeduserinsertBlockedUser(blockeduser)CommunitySpaceModulePOSTBlockedUser
(16) /blockeduser/{id}updateBlockedUserById(blockeduser)CommunitySpaceModulePUTBlockedUser
(17) /securitysetting/{id}updateSecuritySettingById(securitysetting)CommunitySpaceModulePUTSecuritySetting
(18) /securitysettingfindAllSecuritySetting()CommunitySpaceModuleGETSecuritySetting
(19) /securitysettinginsertSecuritySetting(securitysetting)CommunitySpaceModulePOSTSecuritySetting
(20) /communitychat/communityspace/{id}findAllCommunityChatOfCommunitySpace(id)CommunitySpaceModuleGETCommunitySpace CommunityChat
(21) /communityspaceinsertCommunitySpace(communityspace)CommunitySpaceModulePOSTCommunitySpace
(22) /blockeduser/{id}findBlockedUserById(id)CommunitySpaceModuleGETBlockedUser
(23) /communityspacefindAllCommunitySpace()CommunitySpaceModuleGETCommunitySpace
(24) /communityspace/{id}updateCommunitySpaceById(communityspace)CommunitySpaceModulePUTCommunitySpace
(25) /blockeduserfindAllBlockedUser()CommunitySpaceModuleGETBlockedUser
(26) /communitychat/{id}updateCommunityChatById(communitychat)CommunitySpaceModulePUTCommunityChat

API 4: MediaFileService-API (25)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /stickerpack/{id}deleteStickerPackById(id)MediaFileModuleDELETEStickerPack
(2) /sticker/{id}findStickerById(id)MediaFileModuleGETSticker
(3) /stickerpackfindAllStickerPack()MediaFileModuleGETStickerPack
(4) /statusupdate/{id}updateStatusUpdateById(statusupdate)MediaFileModulePUTStatusUpdate
(5) /mediafileinsertMediaFile(mediafile)MediaFileModulePOSTMediaFile
(6) /statusupdate/{id}findStatusUpdateById(id)MediaFileModuleGETStatusUpdate
(7) /stickerpack/{id}updateStickerPackById(stickerpack)MediaFileModulePUTStickerPack
(8) /stickerfindAllSticker()MediaFileModuleGETSticker
(9) /statusupdate/useraccount/{id}findAllStatusUpdateOfUserAccount(id)MediaFileModuleGETUserAccount StatusUpdate
(10) /stickerinsertSticker(sticker)MediaFileModulePOSTSticker
(11) /stickerpackinsertStickerPack(stickerpack)MediaFileModulePOSTStickerPack
(12) /sticker/{id}deleteStickerById(id)MediaFileModuleDELETESticker
(13) /statusupdateinsertStatusUpdate(statusupdate)MediaFileModulePOSTStatusUpdate
(14) /statusupdate/{id}deleteStatusUpdateById(id)MediaFileModuleDELETEStatusUpdate
(15) /statusupdate/voicenotemediafile/{id}findAllStatusUpdateOfVoiceNoteMediaFile(id)MediaFileModuleGETMediaFile StatusUpdate
(16) /sticker/mediafile/{id}findAllStickerOfMediaFile(id)MediaFileModuleGETMediaFile Sticker
(17) /sticker/{id}updateStickerById(sticker)MediaFileModulePUTSticker
(18) /statusupdatefindAllStatusUpdate()MediaFileModuleGETStatusUpdate
(19) /mediafile/{id}updateMediaFileById(mediafile)MediaFileModulePUTMediaFile
(20) /mediafilefindAllMediaFile()MediaFileModuleGETMediaFile
(21) /sticker/stickerpack/{id}findAllStickerOfStickerPack(id)MediaFileModuleGETStickerPack Sticker
(22) /stickerpack/{id}findStickerPackById(id)MediaFileModuleGETStickerPack
(23) /mediafile/{id}deleteMediaFileById(id)MediaFileModuleDELETEMediaFile
(24) /mediafile/{id}findMediaFileById(id)MediaFileModuleGETMediaFile
(25) /statusupdate/mediafile/{id}findAllStatusUpdateOfMediaFile(id)MediaFileModuleGETMediaFile StatusUpdate

API 5: RegulatoryRegionService-API (23)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /regulatoryregion/{id}deleteRegulatoryRegionById(id)RegulatoryRegionModuleDELETERegulatoryRegion
(2) /userregion/useraccount/{id}findAllUserRegionOfUserAccount(id)RegulatoryRegionModuleGETUserAccount UserRegion
(3) /featureflag/{id}findFeatureFlagById(id)RegulatoryRegionModuleGETFeatureFlag
(4) /businessprofile/{id}findBusinessProfileById(id)RegulatoryRegionModuleGETBusinessProfile
(5) /regulatoryregionfindAllRegulatoryRegion()RegulatoryRegionModuleGETRegulatoryRegion
(6) /userregion/{id}updateUserRegionById(userregion)RegulatoryRegionModulePUTUserRegion
(7) /userregion/{id}deleteUserRegionById(id)RegulatoryRegionModuleDELETEUserRegion
(8) /featureflag/{id}deleteFeatureFlagById(id)RegulatoryRegionModuleDELETEFeatureFlag
(9) /regulatoryregion/{id}findRegulatoryRegionById(id)RegulatoryRegionModuleGETRegulatoryRegion
(10) /regulatoryregion/{id}updateRegulatoryRegionById(regulatoryregion)RegulatoryRegionModulePUTRegulatoryRegion
(11) /businessprofile/useraccount/{id}findAllBusinessProfileOfUserAccount(id)RegulatoryRegionModuleGETUserAccount BusinessProfile
(12) /featureflag/{id}updateFeatureFlagById(featureflag)RegulatoryRegionModulePUTFeatureFlag
(13) /featureflagfindAllFeatureFlag()RegulatoryRegionModuleGETFeatureFlag
(14) /featureflaginsertFeatureFlag(featureflag)RegulatoryRegionModulePOSTFeatureFlag
(15) /businessprofileinsertBusinessProfile(businessprofile)RegulatoryRegionModulePOSTBusinessProfile
(16) /businessprofile/{id}deleteBusinessProfileById(id)RegulatoryRegionModuleDELETEBusinessProfile
(17) /userregion/regulatoryregion/{id}findAllUserRegionOfRegulatoryRegion(id)RegulatoryRegionModuleGETRegulatoryRegion UserRegion
(18) /regulatoryregioninsertRegulatoryRegion(regulatoryregion)RegulatoryRegionModulePOSTRegulatoryRegion
(19) /userregion/{id}findUserRegionById(id)RegulatoryRegionModuleGETUserRegion
(20) /businessprofilefindAllBusinessProfile()RegulatoryRegionModuleGETBusinessProfile
(21) /userregioninsertUserRegion(userregion)RegulatoryRegionModulePOSTUserRegion
(22) /businessprofile/{id}updateBusinessProfileById(businessprofile)RegulatoryRegionModulePUTBusinessProfile
(23) /userregionfindAllUserRegion()RegulatoryRegionModuleGETUserRegion

API 6: UserAccountService-API (26)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /useravatarinsertUserAvatar(useravatar)UserAccountModulePOSTUserAvatar
(2) /useravatar/{id}findUserAvatarById(id)UserAccountModuleGETUserAvatar
(3) /userfeatureflag/{id}deleteUserFeatureFlagById(id)UserAccountModuleDELETEUserFeatureFlag
(4) /userfeatureflagfindAllUserFeatureFlag()UserAccountModuleGETUserFeatureFlag
(5) /userfeatureflag/featureflag/{id}findAllUserFeatureFlagOfFeatureFlag(id)UserAccountModuleGETFeatureFlag UserFeatureFlag
(6) /useravatar/{id}deleteUserAvatarById(id)UserAccountModuleDELETEUserAvatar
(7) /useraccountfindAllUserAccount()UserAccountModuleGETUserAccount
(8) /userfeatureflaginsertUserFeatureFlag(userfeatureflag)UserAccountModulePOSTUserFeatureFlag
(9) /useraccount/{id}updateUserAccountById(useraccount)UserAccountModulePUTUserAccount
(10) /userfeatureflag/{id}updateUserFeatureFlagById(userfeatureflag)UserAccountModulePUTUserFeatureFlag
(11) /useravatar/useraccount/{id}findAllUserAvatarOfUserAccount(id)UserAccountModuleGETUserAccount UserAvatar
(12) /channelfollower/{id}updateChannelFollowerById(channelfollower)UserAccountModulePUTChannelFollower
(13) /channelfollowerinsertChannelFollower(channelfollower)UserAccountModulePOSTChannelFollower
(14) /useraccount/{id}findUserAccountById(id)UserAccountModuleGETUserAccount
(15) /useraccount/{id}deleteUserAccountById(id)UserAccountModuleDELETEUserAccount
(16) /channelfollowerfindAllChannelFollower()UserAccountModuleGETChannelFollower
(17) /channelfollower/useraccount/{id}findAllChannelFollowerOfUserAccount(id)UserAccountModuleGETUserAccount ChannelFollower
(18) /useravatar/{id}updateUserAvatarById(useravatar)UserAccountModulePUTUserAvatar
(19) /channelfollower/broadcastchannel/{id}findAllChannelFollowerOfBroadcastChannel(id)UserAccountModuleGETBroadcastChannel ChannelFollower
(20) /useraccountinsertUserAccount(useraccount)UserAccountModulePOSTUserAccount
(21) /useravatar/renderedmediafile/{id}findAllUserAvatarOfRenderedMediaFile(id)UserAccountModuleGETMediaFile UserAvatar
(22) /userfeatureflag/{id}findUserFeatureFlagById(id)UserAccountModuleGETUserFeatureFlag
(23) /channelfollower/{id}deleteChannelFollowerById(id)UserAccountModuleDELETEChannelFollower
(24) /useravatarfindAllUserAvatar()UserAccountModuleGETUserAvatar
(25) /channelfollower/{id}findChannelFollowerById(id)UserAccountModuleGETChannelFollower
(26) /userfeatureflag/useraccount/{id}findAllUserFeatureFlagOfUserAccount(id)UserAccountModuleGETUserAccount UserFeatureFlag

API 7: UserDeviceService-API (26)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /encryptionkey/useraccount/{id}findAllEncryptionKeyOfUserAccount(id)UserDeviceModuleGETUserAccount EncryptionKey
(2) /encryptionkey/{id}updateEncryptionKeyById(encryptionkey)UserDeviceModulePUTEncryptionKey
(3) /appversioninsertAppVersion(appversion)UserDeviceModulePOSTAppVersion
(4) /appversion/platformsupport/{id}findAllAppVersionOfPlatformSupport(id)UserDeviceModuleGETPlatformSupport AppVersion
(5) /userdevice/{id}updateUserDeviceById(userdevice)UserDeviceModulePUTUserDevice
(6) /platformsupport/{id}findPlatformSupportById(id)UserDeviceModuleGETPlatformSupport
(7) /userdeviceinsertUserDevice(userdevice)UserDeviceModulePOSTUserDevice
(8) /userdevice/platformsupport/{id}findAllUserDeviceOfPlatformSupport(id)UserDeviceModuleGETPlatformSupport UserDevice
(9) /platformsupport/{id}updatePlatformSupportById(platformsupport)UserDeviceModulePUTPlatformSupport
(10) /platformsupportinsertPlatformSupport(platformsupport)UserDeviceModulePOSTPlatformSupport
(11) /appversion/{id}updateAppVersionById(appversion)UserDeviceModulePUTAppVersion
(12) /userdevice/{id}findUserDeviceById(id)UserDeviceModuleGETUserDevice
(13) /userdevice/useraccount/{id}findAllUserDeviceOfUserAccount(id)UserDeviceModuleGETUserAccount UserDevice
(14) /appversion/{id}deleteAppVersionById(id)UserDeviceModuleDELETEAppVersion
(15) /encryptionkey/{id}deleteEncryptionKeyById(id)UserDeviceModuleDELETEEncryptionKey
(16) /platformsupportfindAllPlatformSupport()UserDeviceModuleGETPlatformSupport
(17) /userdevicefindAllUserDevice()UserDeviceModuleGETUserDevice
(18) /userdevice/appversion/{id}findAllUserDeviceOfAppVersion(id)UserDeviceModuleGETAppVersion UserDevice
(19) /appversion/{id}findAppVersionById(id)UserDeviceModuleGETAppVersion
(20) /platformsupport/{id}deletePlatformSupportById(id)UserDeviceModuleDELETEPlatformSupport
(21) /encryptionkeyfindAllEncryptionKey()UserDeviceModuleGETEncryptionKey
(22) /encryptionkey/{id}findEncryptionKeyById(id)UserDeviceModuleGETEncryptionKey
(23) /userdevice/{id}deleteUserDeviceById(id)UserDeviceModuleDELETEUserDevice
(24) /encryptionkey/userdevice/{id}findAllEncryptionKeyOfUserDevice(id)UserDeviceModuleGETUserDevice EncryptionKey
(25) /encryptionkeyinsertEncryptionKey(encryptionkey)UserDeviceModulePOSTEncryptionKey
(26) /appversionfindAllAppVersion()UserDeviceModuleGETAppVersion

API 8: VoiceCallService-API (21)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /loginsessioninsertLoginSession(loginsession)VoiceCallModulePOSTLoginSession
(2) /loginsession/{id}updateLoginSessionById(loginsession)VoiceCallModulePUTLoginSession
(3) /callparticipantfindAllCallParticipant()VoiceCallModuleGETCallParticipant
(4) /voicecallinsertVoiceCall(voicecall)VoiceCallModulePOSTVoiceCall
(5) /voicecallfindAllVoiceCall()VoiceCallModuleGETVoiceCall
(6) /callparticipant/{id}findCallParticipantById(id)VoiceCallModuleGETCallParticipant
(7) /callparticipant/useraccount/{id}findAllCallParticipantOfUserAccount(id)VoiceCallModuleGETUserAccount CallParticipant
(8) /loginsession/useraccount/{id}findAllLoginSessionOfUserAccount(id)VoiceCallModuleGETUserAccount LoginSession
(9) /callparticipant/voicecall/{id}findAllCallParticipantOfVoiceCall(id)VoiceCallModuleGETVoiceCall CallParticipant
(10) /loginsession/{id}findLoginSessionById(id)VoiceCallModuleGETLoginSession
(11) /callparticipant/{id}updateCallParticipantById(callparticipant)VoiceCallModulePUTCallParticipant
(12) /loginsession/userdevice/{id}findAllLoginSessionOfUserDevice(id)VoiceCallModuleGETUserDevice LoginSession
(13) /voicecall/{id}findVoiceCallById(id)VoiceCallModuleGETVoiceCall
(14) /voicecall/{id}updateVoiceCallById(voicecall)VoiceCallModulePUTVoiceCall
(15) /callparticipant/{id}deleteCallParticipantById(id)VoiceCallModuleDELETECallParticipant
(16) /voicecall/chat/{id}findAllVoiceCallOfChat(id)VoiceCallModuleGETChat VoiceCall
(17) /callparticipantinsertCallParticipant(callparticipant)VoiceCallModulePOSTCallParticipant
(18) /voicecall/initiatoruseraccount/{id}findAllVoiceCallOfInitiatorUserAccount(id)VoiceCallModuleGETUserAccount VoiceCall
(19) /voicecall/{id}deleteVoiceCallById(id)VoiceCallModuleDELETEVoiceCall
(20) /loginsession/{id}deleteLoginSessionById(id)VoiceCallModuleDELETELoginSession
(21) /loginsessionfindAllLoginSession()VoiceCallModuleGETLoginSession



Overview

Summary

ContactDonateImprint