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