Overview
Summary
Contact
Donate
Imprint
2. Modular API
2.1 Module System
2.2 Module Interfaces
API 1: ChatMessageService-API (24)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/abusereport/reporteruseraccount/{id}
findAllAbuseReportOfReporterUserAccount(id)
ChatMessageModule
GET
UserAccount
AbuseReport
(2)
/messagemedia/{id}
updateMessageMediaById(messagemedia)
ChatMessageModule
PUT
MessageMedia
(3)
/chatmessage
findAllChatMessage()
ChatMessageModule
GET
ChatMessage
(4)
/chatmessage
insertChatMessage(chatmessage)
ChatMessageModule
POST
ChatMessage
(5)
/abusereport/{id}
deleteAbuseReportById(id)
ChatMessageModule
DELETE
AbuseReport
(6)
/abusereport/chatmessage/{id}
findAllAbuseReportOfChatMessage(id)
ChatMessageModule
GET
ChatMessage
AbuseReport
(7)
/abusereport
findAllAbuseReport()
ChatMessageModule
GET
AbuseReport
(8)
/messagemedia/{id}
findMessageMediaById(id)
ChatMessageModule
GET
MessageMedia
(9)
/abusereport
insertAbuseReport(abusereport)
ChatMessageModule
POST
AbuseReport
(10)
/messagemedia/mediafile/{id}
findAllMessageMediaOfMediaFile(id)
ChatMessageModule
GET
MediaFile
MessageMedia
(11)
/messagemedia/thumbnailmediafile/{id}
findAllMessageMediaOfThumbnailMediaFile(id)
ChatMessageModule
GET
MediaFile
MessageMedia
(12)
/messagemedia
findAllMessageMedia()
ChatMessageModule
GET
MessageMedia
(13)
/chatmessage/chat/{id}
findAllChatMessageOfChat(id)
ChatMessageModule
GET
Chat
ChatMessage
(14)
/chatmessage/{id}
updateChatMessageById(chatmessage)
ChatMessageModule
PUT
ChatMessage
(15)
/messagemedia/chatmessage/{id}
findAllMessageMediaOfChatMessage(id)
ChatMessageModule
GET
ChatMessage
MessageMedia
(16)
/chatmessage/{id}
deleteChatMessageById(id)
ChatMessageModule
DELETE
ChatMessage
(17)
/messagemedia
insertMessageMedia(messagemedia)
ChatMessageModule
POST
MessageMedia
(18)
/chatmessage/{id}
findChatMessageById(id)
ChatMessageModule
GET
ChatMessage
(19)
/messagemedia/{id}
deleteMessageMediaById(id)
ChatMessageModule
DELETE
MessageMedia
(20)
/abusereport/{id}
updateAbuseReportById(abusereport)
ChatMessageModule
PUT
AbuseReport
(21)
/abusereport/{id}
findAbuseReportById(id)
ChatMessageModule
GET
AbuseReport
(22)
/abusereport/chat/{id}
findAllAbuseReportOfChat(id)
ChatMessageModule
GET
Chat
AbuseReport
(23)
/chatmessage/senderuseraccount/{id}
findAllChatMessageOfSenderUserAccount(id)
ChatMessageModule
GET
UserAccount
ChatMessage
(24)
/abusereport/reporteduseraccount/{id}
findAllAbuseReportOfReportedUserAccount(id)
ChatMessageModule
GET
UserAccount
AbuseReport
API 2: ChatService-API (28)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/aiinteraction
findAllAiInteraction()
ChatModule
GET
AiInteraction
(2)
/chat/{id}
deleteChatById(id)
ChatModule
DELETE
Chat
(3)
/broadcastchannel/{id}
updateBroadcastChannelById(broadcastchannel)
ChatModule
PUT
BroadcastChannel
(4)
/chat
findAllChat()
ChatModule
GET
Chat
(5)
/broadcastchannel/owneruseraccount/{id}
findAllBroadcastChannelOfOwnerUserAccount(id)
ChatModule
GET
UserAccount
BroadcastChannel
(6)
/chatparticipant/{id}
updateChatParticipantById(chatparticipant)
ChatModule
PUT
ChatParticipant
(7)
/chat/{id}
updateChatById(chat)
ChatModule
PUT
Chat
(8)
/broadcastchannel
insertBroadcastChannel(broadcastchannel)
ChatModule
POST
BroadcastChannel
(9)
/aiinteraction/chatmessage/{id}
findAllAiInteractionOfChatMessage(id)
ChatModule
GET
ChatMessage
AiInteraction
(10)
/broadcastchannel/chat/{id}
findAllBroadcastChannelOfChat(id)
ChatModule
GET
Chat
BroadcastChannel
(11)
/aiinteraction/useraccount/{id}
findAllAiInteractionOfUserAccount(id)
ChatModule
GET
UserAccount
AiInteraction
(12)
/broadcastchannel/{id}
deleteBroadcastChannelById(id)
ChatModule
DELETE
BroadcastChannel
(13)
/chatparticipant/{id}
findChatParticipantById(id)
ChatModule
GET
ChatParticipant
(14)
/chatparticipant
findAllChatParticipant()
ChatModule
GET
ChatParticipant
(15)
/aiinteraction
insertAiInteraction(aiinteraction)
ChatModule
POST
AiInteraction
(16)
/chatparticipant
insertChatParticipant(chatparticipant)
ChatModule
POST
ChatParticipant
(17)
/broadcastchannel/{id}
findBroadcastChannelById(id)
ChatModule
GET
BroadcastChannel
(18)
/aiinteraction/{id}
updateAiInteractionById(aiinteraction)
ChatModule
PUT
AiInteraction
(19)
/chatparticipant/useraccount/{id}
findAllChatParticipantOfUserAccount(id)
ChatModule
GET
UserAccount
ChatParticipant
(20)
/chat/createdbyuseraccount/{id}
findAllChatOfCreatedByUserAccount(id)
ChatModule
GET
UserAccount
Chat
(21)
/aiinteraction/{id}
findAiInteractionById(id)
ChatModule
GET
AiInteraction
(22)
/aiinteraction/chat/{id}
findAllAiInteractionOfChat(id)
ChatModule
GET
Chat
AiInteraction
(23)
/aiinteraction/{id}
deleteAiInteractionById(id)
ChatModule
DELETE
AiInteraction
(24)
/chat/{id}
findChatById(id)
ChatModule
GET
Chat
(25)
/broadcastchannel
findAllBroadcastChannel()
ChatModule
GET
BroadcastChannel
(26)
/chat
insertChat(chat)
ChatModule
POST
Chat
(27)
/chatparticipant/{id}
deleteChatParticipantById(id)
ChatModule
DELETE
ChatParticipant
(28)
/chatparticipant/chat/{id}
findAllChatParticipantOfChat(id)
ChatModule
GET
Chat
ChatParticipant
API 3: CommunitySpaceService-API (26)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/blockeduser/blockeduseraccount/{id}
findAllBlockedUserOfBlockedUserAccount(id)
CommunitySpaceModule
GET
UserAccount
BlockedUser
(2)
/communitychat
findAllCommunityChat()
CommunitySpaceModule
GET
CommunityChat
(3)
/securitysetting/{id}
deleteSecuritySettingById(id)
CommunitySpaceModule
DELETE
SecuritySetting
(4)
/communitychat/{id}
findCommunityChatById(id)
CommunitySpaceModule
GET
CommunityChat
(5)
/blockeduser/useraccount/{id}
findAllBlockedUserOfUserAccount(id)
CommunitySpaceModule
GET
UserAccount
BlockedUser
(6)
/securitysetting/useraccount/{id}
findAllSecuritySettingOfUserAccount(id)
CommunitySpaceModule
GET
UserAccount
SecuritySetting
(7)
/communitychat/{id}
deleteCommunityChatById(id)
CommunitySpaceModule
DELETE
CommunityChat
(8)
/communityspace/owneruseraccount/{id}
findAllCommunitySpaceOfOwnerUserAccount(id)
CommunitySpaceModule
GET
UserAccount
CommunitySpace
(9)
/communitychat/chat/{id}
findAllCommunityChatOfChat(id)
CommunitySpaceModule
GET
Chat
CommunityChat
(10)
/communitychat
insertCommunityChat(communitychat)
CommunitySpaceModule
POST
CommunityChat
(11)
/communityspace/{id}
deleteCommunitySpaceById(id)
CommunitySpaceModule
DELETE
CommunitySpace
(12)
/securitysetting/{id}
findSecuritySettingById(id)
CommunitySpaceModule
GET
SecuritySetting
(13)
/blockeduser/{id}
deleteBlockedUserById(id)
CommunitySpaceModule
DELETE
BlockedUser
(14)
/communityspace/{id}
findCommunitySpaceById(id)
CommunitySpaceModule
GET
CommunitySpace
(15)
/blockeduser
insertBlockedUser(blockeduser)
CommunitySpaceModule
POST
BlockedUser
(16)
/blockeduser/{id}
updateBlockedUserById(blockeduser)
CommunitySpaceModule
PUT
BlockedUser
(17)
/securitysetting/{id}
updateSecuritySettingById(securitysetting)
CommunitySpaceModule
PUT
SecuritySetting
(18)
/securitysetting
findAllSecuritySetting()
CommunitySpaceModule
GET
SecuritySetting
(19)
/securitysetting
insertSecuritySetting(securitysetting)
CommunitySpaceModule
POST
SecuritySetting
(20)
/communitychat/communityspace/{id}
findAllCommunityChatOfCommunitySpace(id)
CommunitySpaceModule
GET
CommunitySpace
CommunityChat
(21)
/communityspace
insertCommunitySpace(communityspace)
CommunitySpaceModule
POST
CommunitySpace
(22)
/blockeduser/{id}
findBlockedUserById(id)
CommunitySpaceModule
GET
BlockedUser
(23)
/communityspace
findAllCommunitySpace()
CommunitySpaceModule
GET
CommunitySpace
(24)
/communityspace/{id}
updateCommunitySpaceById(communityspace)
CommunitySpaceModule
PUT
CommunitySpace
(25)
/blockeduser
findAllBlockedUser()
CommunitySpaceModule
GET
BlockedUser
(26)
/communitychat/{id}
updateCommunityChatById(communitychat)
CommunitySpaceModule
PUT
CommunityChat
API 4: MediaFileService-API (25)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/stickerpack/{id}
deleteStickerPackById(id)
MediaFileModule
DELETE
StickerPack
(2)
/sticker/{id}
findStickerById(id)
MediaFileModule
GET
Sticker
(3)
/stickerpack
findAllStickerPack()
MediaFileModule
GET
StickerPack
(4)
/statusupdate/{id}
updateStatusUpdateById(statusupdate)
MediaFileModule
PUT
StatusUpdate
(5)
/mediafile
insertMediaFile(mediafile)
MediaFileModule
POST
MediaFile
(6)
/statusupdate/{id}
findStatusUpdateById(id)
MediaFileModule
GET
StatusUpdate
(7)
/stickerpack/{id}
updateStickerPackById(stickerpack)
MediaFileModule
PUT
StickerPack
(8)
/sticker
findAllSticker()
MediaFileModule
GET
Sticker
(9)
/statusupdate/useraccount/{id}
findAllStatusUpdateOfUserAccount(id)
MediaFileModule
GET
UserAccount
StatusUpdate
(10)
/sticker
insertSticker(sticker)
MediaFileModule
POST
Sticker
(11)
/stickerpack
insertStickerPack(stickerpack)
MediaFileModule
POST
StickerPack
(12)
/sticker/{id}
deleteStickerById(id)
MediaFileModule
DELETE
Sticker
(13)
/statusupdate
insertStatusUpdate(statusupdate)
MediaFileModule
POST
StatusUpdate
(14)
/statusupdate/{id}
deleteStatusUpdateById(id)
MediaFileModule
DELETE
StatusUpdate
(15)
/statusupdate/voicenotemediafile/{id}
findAllStatusUpdateOfVoiceNoteMediaFile(id)
MediaFileModule
GET
MediaFile
StatusUpdate
(16)
/sticker/mediafile/{id}
findAllStickerOfMediaFile(id)
MediaFileModule
GET
MediaFile
Sticker
(17)
/sticker/{id}
updateStickerById(sticker)
MediaFileModule
PUT
Sticker
(18)
/statusupdate
findAllStatusUpdate()
MediaFileModule
GET
StatusUpdate
(19)
/mediafile/{id}
updateMediaFileById(mediafile)
MediaFileModule
PUT
MediaFile
(20)
/mediafile
findAllMediaFile()
MediaFileModule
GET
MediaFile
(21)
/sticker/stickerpack/{id}
findAllStickerOfStickerPack(id)
MediaFileModule
GET
StickerPack
Sticker
(22)
/stickerpack/{id}
findStickerPackById(id)
MediaFileModule
GET
StickerPack
(23)
/mediafile/{id}
deleteMediaFileById(id)
MediaFileModule
DELETE
MediaFile
(24)
/mediafile/{id}
findMediaFileById(id)
MediaFileModule
GET
MediaFile
(25)
/statusupdate/mediafile/{id}
findAllStatusUpdateOfMediaFile(id)
MediaFileModule
GET
MediaFile
StatusUpdate
API 5: RegulatoryRegionService-API (23)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/regulatoryregion/{id}
deleteRegulatoryRegionById(id)
RegulatoryRegionModule
DELETE
RegulatoryRegion
(2)
/userregion/useraccount/{id}
findAllUserRegionOfUserAccount(id)
RegulatoryRegionModule
GET
UserAccount
UserRegion
(3)
/featureflag/{id}
findFeatureFlagById(id)
RegulatoryRegionModule
GET
FeatureFlag
(4)
/businessprofile/{id}
findBusinessProfileById(id)
RegulatoryRegionModule
GET
BusinessProfile
(5)
/regulatoryregion
findAllRegulatoryRegion()
RegulatoryRegionModule
GET
RegulatoryRegion
(6)
/userregion/{id}
updateUserRegionById(userregion)
RegulatoryRegionModule
PUT
UserRegion
(7)
/userregion/{id}
deleteUserRegionById(id)
RegulatoryRegionModule
DELETE
UserRegion
(8)
/featureflag/{id}
deleteFeatureFlagById(id)
RegulatoryRegionModule
DELETE
FeatureFlag
(9)
/regulatoryregion/{id}
findRegulatoryRegionById(id)
RegulatoryRegionModule
GET
RegulatoryRegion
(10)
/regulatoryregion/{id}
updateRegulatoryRegionById(regulatoryregion)
RegulatoryRegionModule
PUT
RegulatoryRegion
(11)
/businessprofile/useraccount/{id}
findAllBusinessProfileOfUserAccount(id)
RegulatoryRegionModule
GET
UserAccount
BusinessProfile
(12)
/featureflag/{id}
updateFeatureFlagById(featureflag)
RegulatoryRegionModule
PUT
FeatureFlag
(13)
/featureflag
findAllFeatureFlag()
RegulatoryRegionModule
GET
FeatureFlag
(14)
/featureflag
insertFeatureFlag(featureflag)
RegulatoryRegionModule
POST
FeatureFlag
(15)
/businessprofile
insertBusinessProfile(businessprofile)
RegulatoryRegionModule
POST
BusinessProfile
(16)
/businessprofile/{id}
deleteBusinessProfileById(id)
RegulatoryRegionModule
DELETE
BusinessProfile
(17)
/userregion/regulatoryregion/{id}
findAllUserRegionOfRegulatoryRegion(id)
RegulatoryRegionModule
GET
RegulatoryRegion
UserRegion
(18)
/regulatoryregion
insertRegulatoryRegion(regulatoryregion)
RegulatoryRegionModule
POST
RegulatoryRegion
(19)
/userregion/{id}
findUserRegionById(id)
RegulatoryRegionModule
GET
UserRegion
(20)
/businessprofile
findAllBusinessProfile()
RegulatoryRegionModule
GET
BusinessProfile
(21)
/userregion
insertUserRegion(userregion)
RegulatoryRegionModule
POST
UserRegion
(22)
/businessprofile/{id}
updateBusinessProfileById(businessprofile)
RegulatoryRegionModule
PUT
BusinessProfile
(23)
/userregion
findAllUserRegion()
RegulatoryRegionModule
GET
UserRegion
API 6: UserAccountService-API (26)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/useravatar
insertUserAvatar(useravatar)
UserAccountModule
POST
UserAvatar
(2)
/useravatar/{id}
findUserAvatarById(id)
UserAccountModule
GET
UserAvatar
(3)
/userfeatureflag/{id}
deleteUserFeatureFlagById(id)
UserAccountModule
DELETE
UserFeatureFlag
(4)
/userfeatureflag
findAllUserFeatureFlag()
UserAccountModule
GET
UserFeatureFlag
(5)
/userfeatureflag/featureflag/{id}
findAllUserFeatureFlagOfFeatureFlag(id)
UserAccountModule
GET
FeatureFlag
UserFeatureFlag
(6)
/useravatar/{id}
deleteUserAvatarById(id)
UserAccountModule
DELETE
UserAvatar
(7)
/useraccount
findAllUserAccount()
UserAccountModule
GET
UserAccount
(8)
/userfeatureflag
insertUserFeatureFlag(userfeatureflag)
UserAccountModule
POST
UserFeatureFlag
(9)
/useraccount/{id}
updateUserAccountById(useraccount)
UserAccountModule
PUT
UserAccount
(10)
/userfeatureflag/{id}
updateUserFeatureFlagById(userfeatureflag)
UserAccountModule
PUT
UserFeatureFlag
(11)
/useravatar/useraccount/{id}
findAllUserAvatarOfUserAccount(id)
UserAccountModule
GET
UserAccount
UserAvatar
(12)
/channelfollower/{id}
updateChannelFollowerById(channelfollower)
UserAccountModule
PUT
ChannelFollower
(13)
/channelfollower
insertChannelFollower(channelfollower)
UserAccountModule
POST
ChannelFollower
(14)
/useraccount/{id}
findUserAccountById(id)
UserAccountModule
GET
UserAccount
(15)
/useraccount/{id}
deleteUserAccountById(id)
UserAccountModule
DELETE
UserAccount
(16)
/channelfollower
findAllChannelFollower()
UserAccountModule
GET
ChannelFollower
(17)
/channelfollower/useraccount/{id}
findAllChannelFollowerOfUserAccount(id)
UserAccountModule
GET
UserAccount
ChannelFollower
(18)
/useravatar/{id}
updateUserAvatarById(useravatar)
UserAccountModule
PUT
UserAvatar
(19)
/channelfollower/broadcastchannel/{id}
findAllChannelFollowerOfBroadcastChannel(id)
UserAccountModule
GET
BroadcastChannel
ChannelFollower
(20)
/useraccount
insertUserAccount(useraccount)
UserAccountModule
POST
UserAccount
(21)
/useravatar/renderedmediafile/{id}
findAllUserAvatarOfRenderedMediaFile(id)
UserAccountModule
GET
MediaFile
UserAvatar
(22)
/userfeatureflag/{id}
findUserFeatureFlagById(id)
UserAccountModule
GET
UserFeatureFlag
(23)
/channelfollower/{id}
deleteChannelFollowerById(id)
UserAccountModule
DELETE
ChannelFollower
(24)
/useravatar
findAllUserAvatar()
UserAccountModule
GET
UserAvatar
(25)
/channelfollower/{id}
findChannelFollowerById(id)
UserAccountModule
GET
ChannelFollower
(26)
/userfeatureflag/useraccount/{id}
findAllUserFeatureFlagOfUserAccount(id)
UserAccountModule
GET
UserAccount
UserFeatureFlag
API 7: UserDeviceService-API (26)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/encryptionkey/useraccount/{id}
findAllEncryptionKeyOfUserAccount(id)
UserDeviceModule
GET
UserAccount
EncryptionKey
(2)
/encryptionkey/{id}
updateEncryptionKeyById(encryptionkey)
UserDeviceModule
PUT
EncryptionKey
(3)
/appversion
insertAppVersion(appversion)
UserDeviceModule
POST
AppVersion
(4)
/appversion/platformsupport/{id}
findAllAppVersionOfPlatformSupport(id)
UserDeviceModule
GET
PlatformSupport
AppVersion
(5)
/userdevice/{id}
updateUserDeviceById(userdevice)
UserDeviceModule
PUT
UserDevice
(6)
/platformsupport/{id}
findPlatformSupportById(id)
UserDeviceModule
GET
PlatformSupport
(7)
/userdevice
insertUserDevice(userdevice)
UserDeviceModule
POST
UserDevice
(8)
/userdevice/platformsupport/{id}
findAllUserDeviceOfPlatformSupport(id)
UserDeviceModule
GET
PlatformSupport
UserDevice
(9)
/platformsupport/{id}
updatePlatformSupportById(platformsupport)
UserDeviceModule
PUT
PlatformSupport
(10)
/platformsupport
insertPlatformSupport(platformsupport)
UserDeviceModule
POST
PlatformSupport
(11)
/appversion/{id}
updateAppVersionById(appversion)
UserDeviceModule
PUT
AppVersion
(12)
/userdevice/{id}
findUserDeviceById(id)
UserDeviceModule
GET
UserDevice
(13)
/userdevice/useraccount/{id}
findAllUserDeviceOfUserAccount(id)
UserDeviceModule
GET
UserAccount
UserDevice
(14)
/appversion/{id}
deleteAppVersionById(id)
UserDeviceModule
DELETE
AppVersion
(15)
/encryptionkey/{id}
deleteEncryptionKeyById(id)
UserDeviceModule
DELETE
EncryptionKey
(16)
/platformsupport
findAllPlatformSupport()
UserDeviceModule
GET
PlatformSupport
(17)
/userdevice
findAllUserDevice()
UserDeviceModule
GET
UserDevice
(18)
/userdevice/appversion/{id}
findAllUserDeviceOfAppVersion(id)
UserDeviceModule
GET
AppVersion
UserDevice
(19)
/appversion/{id}
findAppVersionById(id)
UserDeviceModule
GET
AppVersion
(20)
/platformsupport/{id}
deletePlatformSupportById(id)
UserDeviceModule
DELETE
PlatformSupport
(21)
/encryptionkey
findAllEncryptionKey()
UserDeviceModule
GET
EncryptionKey
(22)
/encryptionkey/{id}
findEncryptionKeyById(id)
UserDeviceModule
GET
EncryptionKey
(23)
/userdevice/{id}
deleteUserDeviceById(id)
UserDeviceModule
DELETE
UserDevice
(24)
/encryptionkey/userdevice/{id}
findAllEncryptionKeyOfUserDevice(id)
UserDeviceModule
GET
UserDevice
EncryptionKey
(25)
/encryptionkey
insertEncryptionKey(encryptionkey)
UserDeviceModule
POST
EncryptionKey
(26)
/appversion
findAllAppVersion()
UserDeviceModule
GET
AppVersion
API 8: VoiceCallService-API (21)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/loginsession
insertLoginSession(loginsession)
VoiceCallModule
POST
LoginSession
(2)
/loginsession/{id}
updateLoginSessionById(loginsession)
VoiceCallModule
PUT
LoginSession
(3)
/callparticipant
findAllCallParticipant()
VoiceCallModule
GET
CallParticipant
(4)
/voicecall
insertVoiceCall(voicecall)
VoiceCallModule
POST
VoiceCall
(5)
/voicecall
findAllVoiceCall()
VoiceCallModule
GET
VoiceCall
(6)
/callparticipant/{id}
findCallParticipantById(id)
VoiceCallModule
GET
CallParticipant
(7)
/callparticipant/useraccount/{id}
findAllCallParticipantOfUserAccount(id)
VoiceCallModule
GET
UserAccount
CallParticipant
(8)
/loginsession/useraccount/{id}
findAllLoginSessionOfUserAccount(id)
VoiceCallModule
GET
UserAccount
LoginSession
(9)
/callparticipant/voicecall/{id}
findAllCallParticipantOfVoiceCall(id)
VoiceCallModule
GET
VoiceCall
CallParticipant
(10)
/loginsession/{id}
findLoginSessionById(id)
VoiceCallModule
GET
LoginSession
(11)
/callparticipant/{id}
updateCallParticipantById(callparticipant)
VoiceCallModule
PUT
CallParticipant
(12)
/loginsession/userdevice/{id}
findAllLoginSessionOfUserDevice(id)
VoiceCallModule
GET
UserDevice
LoginSession
(13)
/voicecall/{id}
findVoiceCallById(id)
VoiceCallModule
GET
VoiceCall
(14)
/voicecall/{id}
updateVoiceCallById(voicecall)
VoiceCallModule
PUT
VoiceCall
(15)
/callparticipant/{id}
deleteCallParticipantById(id)
VoiceCallModule
DELETE
CallParticipant
(16)
/voicecall/chat/{id}
findAllVoiceCallOfChat(id)
VoiceCallModule
GET
Chat
VoiceCall
(17)
/callparticipant
insertCallParticipant(callparticipant)
VoiceCallModule
POST
CallParticipant
(18)
/voicecall/initiatoruseraccount/{id}
findAllVoiceCallOfInitiatorUserAccount(id)
VoiceCallModule
GET
UserAccount
VoiceCall
(19)
/voicecall/{id}
deleteVoiceCallById(id)
VoiceCallModule
DELETE
VoiceCall
(20)
/loginsession/{id}
deleteLoginSessionById(id)
VoiceCallModule
DELETE
LoginSession
(21)
/loginsession
findAllLoginSession()
VoiceCallModule
GET
LoginSession
Overview
Summary
Contact
Donate
Imprint