Overview
Summary
Contact
Donate
Imprint
2. Modular API
2.1 Module System
2.2 Module Interfaces
API 1: DirectThreadService-API (28)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/device
findAllDevice()
DirectThreadModule
GET
Device
(2)
/device/{id}
deleteDeviceById(id)
DirectThreadModule
DELETE
Device
(3)
/postlike/{id}
updatePostLikeById(postlike)
DirectThreadModule
PUT
PostLike
(4)
/directmessage/post/{id}
findAllDirectMessageOfPost(id)
DirectThreadModule
GET
Post
DirectMessage
(5)
/device/{id}
updateDeviceById(device)
DirectThreadModule
PUT
Device
(6)
/postlike/post/{id}
findAllPostLikeOfPost(id)
DirectThreadModule
GET
Post
PostLike
(7)
/postlike
findAllPostLike()
DirectThreadModule
GET
PostLike
(8)
/directthread
insertDirectThread(directthread)
DirectThreadModule
POST
DirectThread
(9)
/directmessage/{id}
findDirectMessageById(id)
DirectThreadModule
GET
DirectMessage
(10)
/postlike
insertPostLike(postlike)
DirectThreadModule
POST
PostLike
(11)
/directthread/{id}
deleteDirectThreadById(id)
DirectThreadModule
DELETE
DirectThread
(12)
/directthread/{id}
findDirectThreadById(id)
DirectThreadModule
GET
DirectThread
(13)
/directmessage/{id}
deleteDirectMessageById(id)
DirectThreadModule
DELETE
DirectMessage
(14)
/directmessage/{id}
updateDirectMessageById(directmessage)
DirectThreadModule
PUT
DirectMessage
(15)
/directthread/{id}
updateDirectThreadById(directthread)
DirectThreadModule
PUT
DirectThread
(16)
/device/useraccount/{id}
findAllDeviceOfUserAccount(id)
DirectThreadModule
GET
UserAccount
Device
(17)
/directmessage
findAllDirectMessage()
DirectThreadModule
GET
DirectMessage
(18)
/directmessage/directthread/{id}
findAllDirectMessageOfDirectThread(id)
DirectThreadModule
GET
DirectThread
DirectMessage
(19)
/directmessage
insertDirectMessage(directmessage)
DirectThreadModule
POST
DirectMessage
(20)
/device/{id}
findDeviceById(id)
DirectThreadModule
GET
Device
(21)
/device
insertDevice(device)
DirectThreadModule
POST
Device
(22)
/postlike/useraccount/{id}
findAllPostLikeOfUserAccount(id)
DirectThreadModule
GET
UserAccount
PostLike
(23)
/directthread
findAllDirectThread()
DirectThreadModule
GET
DirectThread
(24)
/postlike/{id}
findPostLikeById(id)
DirectThreadModule
GET
PostLike
(25)
/directmessage/reel/{id}
findAllDirectMessageOfReel(id)
DirectThreadModule
GET
Reel
DirectMessage
(26)
/directmessage/sender/{id}
findAllDirectMessageOfSender(id)
DirectThreadModule
GET
UserAccount
DirectMessage
(27)
/postlike/{id}
deletePostLikeById(id)
DirectThreadModule
DELETE
PostLike
(28)
/directmessage/story/{id}
findAllDirectMessageOfStory(id)
DirectThreadModule
GET
Story
DirectMessage
API 2: FeatureFlagService-API (24)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/location/{id}
updateLocationById(location)
FeatureFlagModule
PUT
Location
(2)
/storyview/{id}
findStoryViewById(id)
FeatureFlagModule
GET
StoryView
(3)
/location/{id}
findLocationById(id)
FeatureFlagModule
GET
Location
(4)
/userfeatureflag
findAllUserFeatureFlag()
FeatureFlagModule
GET
UserFeatureFlag
(5)
/featureflag/{id}
findFeatureFlagById(id)
FeatureFlagModule
GET
FeatureFlag
(6)
/storyview/viewer/{id}
findAllStoryViewOfViewer(id)
FeatureFlagModule
GET
UserAccount
StoryView
(7)
/userfeatureflag/{id}
deleteUserFeatureFlagById(id)
FeatureFlagModule
DELETE
UserFeatureFlag
(8)
/userfeatureflag
insertUserFeatureFlag(userfeatureflag)
FeatureFlagModule
POST
UserFeatureFlag
(9)
/featureflag/{id}
updateFeatureFlagById(featureflag)
FeatureFlagModule
PUT
FeatureFlag
(10)
/location/{id}
deleteLocationById(id)
FeatureFlagModule
DELETE
Location
(11)
/featureflag
findAllFeatureFlag()
FeatureFlagModule
GET
FeatureFlag
(12)
/location
insertLocation(location)
FeatureFlagModule
POST
Location
(13)
/location
findAllLocation()
FeatureFlagModule
GET
Location
(14)
/storyview/{id}
deleteStoryViewById(id)
FeatureFlagModule
DELETE
StoryView
(15)
/userfeatureflag/{id}
findUserFeatureFlagById(id)
FeatureFlagModule
GET
UserFeatureFlag
(16)
/featureflag
insertFeatureFlag(featureflag)
FeatureFlagModule
POST
FeatureFlag
(17)
/userfeatureflag/{id}
updateUserFeatureFlagById(userfeatureflag)
FeatureFlagModule
PUT
UserFeatureFlag
(18)
/storyview
insertStoryView(storyview)
FeatureFlagModule
POST
StoryView
(19)
/storyview/story/{id}
findAllStoryViewOfStory(id)
FeatureFlagModule
GET
Story
StoryView
(20)
/userfeatureflag/useraccount/{id}
findAllUserFeatureFlagOfUserAccount(id)
FeatureFlagModule
GET
UserAccount
UserFeatureFlag
(21)
/featureflag/{id}
deleteFeatureFlagById(id)
FeatureFlagModule
DELETE
FeatureFlag
(22)
/storyview/{id}
updateStoryViewById(storyview)
FeatureFlagModule
PUT
StoryView
(23)
/userfeatureflag/featureflag/{id}
findAllUserFeatureFlagOfFeatureFlag(id)
FeatureFlagModule
GET
FeatureFlag
UserFeatureFlag
(24)
/storyview
findAllStoryView()
FeatureFlagModule
GET
StoryView
API 3: HashtagService-API (26)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/followrelation/{id}
deleteFollowRelationById(id)
HashtagModule
DELETE
FollowRelation
(2)
/followrelation/{id}
findFollowRelationById(id)
HashtagModule
GET
FollowRelation
(3)
/userhashtagfollow/{id}
findUserHashtagFollowById(id)
HashtagModule
GET
UserHashtagFollow
(4)
/userhashtagfollow/hashtag/{id}
findAllUserHashtagFollowOfHashtag(id)
HashtagModule
GET
Hashtag
UserHashtagFollow
(5)
/posthashtag/{id}
deletePostHashtagById(id)
HashtagModule
DELETE
PostHashtag
(6)
/followrelation
insertFollowRelation(followrelation)
HashtagModule
POST
FollowRelation
(7)
/hashtag
insertHashtag(hashtag)
HashtagModule
POST
Hashtag
(8)
/userhashtagfollow/{id}
deleteUserHashtagFollowById(id)
HashtagModule
DELETE
UserHashtagFollow
(9)
/posthashtag
insertPostHashtag(posthashtag)
HashtagModule
POST
PostHashtag
(10)
/posthashtag/{id}
findPostHashtagById(id)
HashtagModule
GET
PostHashtag
(11)
/hashtag/{id}
deleteHashtagById(id)
HashtagModule
DELETE
Hashtag
(12)
/hashtag/{id}
findHashtagById(id)
HashtagModule
GET
Hashtag
(13)
/followrelation
findAllFollowRelation()
HashtagModule
GET
FollowRelation
(14)
/userhashtagfollow
findAllUserHashtagFollow()
HashtagModule
GET
UserHashtagFollow
(15)
/userhashtagfollow
insertUserHashtagFollow(userhashtagfollow)
HashtagModule
POST
UserHashtagFollow
(16)
/hashtag
findAllHashtag()
HashtagModule
GET
Hashtag
(17)
/hashtag/{id}
updateHashtagById(hashtag)
HashtagModule
PUT
Hashtag
(18)
/followrelation/{id}
updateFollowRelationById(followrelation)
HashtagModule
PUT
FollowRelation
(19)
/followrelation/followed/{id}
findAllFollowRelationOfFollowed(id)
HashtagModule
GET
UserAccount
FollowRelation
(20)
/posthashtag/{id}
updatePostHashtagById(posthashtag)
HashtagModule
PUT
PostHashtag
(21)
/posthashtag/hashtag/{id}
findAllPostHashtagOfHashtag(id)
HashtagModule
GET
Hashtag
PostHashtag
(22)
/posthashtag
findAllPostHashtag()
HashtagModule
GET
PostHashtag
(23)
/posthashtag/post/{id}
findAllPostHashtagOfPost(id)
HashtagModule
GET
Post
PostHashtag
(24)
/userhashtagfollow/{id}
updateUserHashtagFollowById(userhashtagfollow)
HashtagModule
PUT
UserHashtagFollow
(25)
/followrelation/follower/{id}
findAllFollowRelationOfFollower(id)
HashtagModule
GET
UserAccount
FollowRelation
(26)
/userhashtagfollow/useraccount/{id}
findAllUserHashtagFollowOfUserAccount(id)
HashtagModule
GET
UserAccount
UserHashtagFollow
API 4: LanguageService-API (18)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/userlanguage/{id}
updateUserLanguageById(userlanguage)
LanguageModule
PUT
UserLanguage
(2)
/igtvvideo/useraccount/{id}
findAllIGTVVideoOfUserAccount(id)
LanguageModule
GET
UserAccount
IGTVVideo
(3)
/userlanguage/{id}
deleteUserLanguageById(id)
LanguageModule
DELETE
UserLanguage
(4)
/userlanguage/useraccount/{id}
findAllUserLanguageOfUserAccount(id)
LanguageModule
GET
UserAccount
UserLanguage
(5)
/language
findAllLanguage()
LanguageModule
GET
Language
(6)
/userlanguage
findAllUserLanguage()
LanguageModule
GET
UserLanguage
(7)
/igtvvideo/{id}
deleteIGTVVideoById(id)
LanguageModule
DELETE
IGTVVideo
(8)
/igtvvideo
insertIGTVVideo(igtvvideo)
LanguageModule
POST
IGTVVideo
(9)
/igtvvideo
findAllIGTVVideo()
LanguageModule
GET
IGTVVideo
(10)
/igtvvideo/{id}
updateIGTVVideoById(igtvvideo)
LanguageModule
PUT
IGTVVideo
(11)
/language/{id}
updateLanguageById(language)
LanguageModule
PUT
Language
(12)
/language/{id}
deleteLanguageById(id)
LanguageModule
DELETE
Language
(13)
/igtvvideo/{id}
findIGTVVideoById(id)
LanguageModule
GET
IGTVVideo
(14)
/userlanguage/language/{id}
findAllUserLanguageOfLanguage(id)
LanguageModule
GET
Language
UserLanguage
(15)
/userlanguage/{id}
findUserLanguageById(id)
LanguageModule
GET
UserLanguage
(16)
/language
insertLanguage(language)
LanguageModule
POST
Language
(17)
/language/{id}
findLanguageById(id)
LanguageModule
GET
Language
(18)
/userlanguage
insertUserLanguage(userlanguage)
LanguageModule
POST
UserLanguage
API 5: ReelService-API (30)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/notification
findAllNotification()
ReelModule
GET
Notification
(2)
/notification/story/{id}
findAllNotificationOfStory(id)
ReelModule
GET
Story
Notification
(3)
/notification/{id}
updateNotificationById(notification)
ReelModule
PUT
Notification
(4)
/adcampaign/{id}
updateAdCampaignById(adcampaign)
ReelModule
PUT
AdCampaign
(5)
/reelview/{id}
findReelViewById(id)
ReelModule
GET
ReelView
(6)
/notification/{id}
findNotificationById(id)
ReelModule
GET
Notification
(7)
/notification
insertNotification(notification)
ReelModule
POST
Notification
(8)
/reelview
findAllReelView()
ReelModule
GET
ReelView
(9)
/reel/{id}
findReelById(id)
ReelModule
GET
Reel
(10)
/reelview
insertReelView(reelview)
ReelModule
POST
ReelView
(11)
/reelview/{id}
deleteReelViewById(id)
ReelModule
DELETE
ReelView
(12)
/reel
findAllReel()
ReelModule
GET
Reel
(13)
/adcampaign
insertAdCampaign(adcampaign)
ReelModule
POST
AdCampaign
(14)
/reel/useraccount/{id}
findAllReelOfUserAccount(id)
ReelModule
GET
UserAccount
Reel
(15)
/reel/{id}
updateReelById(reel)
ReelModule
PUT
Reel
(16)
/adcampaign
findAllAdCampaign()
ReelModule
GET
AdCampaign
(17)
/notification/post/{id}
findAllNotificationOfPost(id)
ReelModule
GET
Post
Notification
(18)
/adcampaign/{id}
deleteAdCampaignById(id)
ReelModule
DELETE
AdCampaign
(19)
/reelview/reel/{id}
findAllReelViewOfReel(id)
ReelModule
GET
Reel
ReelView
(20)
/reel
insertReel(reel)
ReelModule
POST
Reel
(21)
/adcampaign/{id}
findAdCampaignById(id)
ReelModule
GET
AdCampaign
(22)
/reel/{id}
deleteReelById(id)
ReelModule
DELETE
Reel
(23)
/notification/directmessage/{id}
findAllNotificationOfDirectMessage(id)
ReelModule
GET
DirectMessage
Notification
(24)
/notification/comment/{id}
findAllNotificationOfComment(id)
ReelModule
GET
Comment
Notification
(25)
/notification/{id}
deleteNotificationById(id)
ReelModule
DELETE
Notification
(26)
/reelview/useraccount/{id}
findAllReelViewOfUserAccount(id)
ReelModule
GET
UserAccount
ReelView
(27)
/notification/sourceuser/{id}
findAllNotificationOfSourceUser(id)
ReelModule
GET
UserAccount
Notification
(28)
/notification/reel/{id}
findAllNotificationOfReel(id)
ReelModule
GET
Reel
Notification
(29)
/reelview/{id}
updateReelViewById(reelview)
ReelModule
PUT
ReelView
(30)
/notification/useraccount/{id}
findAllNotificationOfUserAccount(id)
ReelModule
GET
UserAccount
Notification
API 6: SavedCollectionService-API (20)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/savedcollection/{id}
deleteSavedCollectionById(id)
SavedCollectionModule
DELETE
SavedCollection
(2)
/posttag/{id}
updatePostTagById(posttag)
SavedCollectionModule
PUT
PostTag
(3)
/posttag/{id}
deletePostTagById(id)
SavedCollectionModule
DELETE
PostTag
(4)
/savedcollection/{id}
findSavedCollectionById(id)
SavedCollectionModule
GET
SavedCollection
(5)
/savedcollectionitem/{id}
deleteSavedCollectionItemById(id)
SavedCollectionModule
DELETE
SavedCollectionItem
(6)
/savedcollectionitem/post/{id}
findAllSavedCollectionItemOfPost(id)
SavedCollectionModule
GET
Post
SavedCollectionItem
(7)
/savedcollection/{id}
updateSavedCollectionById(savedcollection)
SavedCollectionModule
PUT
SavedCollection
(8)
/savedcollection/useraccount/{id}
findAllSavedCollectionOfUserAccount(id)
SavedCollectionModule
GET
UserAccount
SavedCollection
(9)
/posttag/{id}
findPostTagById(id)
SavedCollectionModule
GET
PostTag
(10)
/savedcollection
findAllSavedCollection()
SavedCollectionModule
GET
SavedCollection
(11)
/posttag/taggeduser/{id}
findAllPostTagOfTaggedUser(id)
SavedCollectionModule
GET
UserAccount
PostTag
(12)
/posttag/post/{id}
findAllPostTagOfPost(id)
SavedCollectionModule
GET
Post
PostTag
(13)
/savedcollectionitem
findAllSavedCollectionItem()
SavedCollectionModule
GET
SavedCollectionItem
(14)
/savedcollection
insertSavedCollection(savedcollection)
SavedCollectionModule
POST
SavedCollection
(15)
/savedcollectionitem/savedcollection/{id}
findAllSavedCollectionItemOfSavedCollection(id)
SavedCollectionModule
GET
SavedCollection
SavedCollectionItem
(16)
/savedcollectionitem
insertSavedCollectionItem(savedcollectionitem)
SavedCollectionModule
POST
SavedCollectionItem
(17)
/savedcollectionitem/{id}
updateSavedCollectionItemById(savedcollectionitem)
SavedCollectionModule
PUT
SavedCollectionItem
(18)
/posttag
insertPostTag(posttag)
SavedCollectionModule
POST
PostTag
(19)
/savedcollectionitem/{id}
findSavedCollectionItemById(id)
SavedCollectionModule
GET
SavedCollectionItem
(20)
/posttag
findAllPostTag()
SavedCollectionModule
GET
PostTag
API 7: StoryService-API (48)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/comment/post/{id}
findAllCommentOfPost(id)
StoryModule
GET
Post
Comment
(2)
/report/{id}
findReportById(id)
StoryModule
GET
Report
(3)
/comment/{id}
updateCommentById(comment)
StoryModule
PUT
Comment
(4)
/archiveitem
findAllArchiveItem()
StoryModule
GET
ArchiveItem
(5)
/storymedia/{id}
updateStoryMediaById(storymedia)
StoryModule
PUT
StoryMedia
(6)
/report/reporteduser/{id}
findAllReportOfReportedUser(id)
StoryModule
GET
UserAccount
Report
(7)
/archiveitem/useraccount/{id}
findAllArchiveItemOfUserAccount(id)
StoryModule
GET
UserAccount
ArchiveItem
(8)
/storymedia/{id}
findStoryMediaById(id)
StoryModule
GET
StoryMedia
(9)
/comment/useraccount/{id}
findAllCommentOfUserAccount(id)
StoryModule
GET
UserAccount
Comment
(10)
/comment
findAllComment()
StoryModule
GET
Comment
(11)
/comment/{id}
deleteCommentById(id)
StoryModule
DELETE
Comment
(12)
/adplacement/reel/{id}
findAllAdPlacementOfReel(id)
StoryModule
GET
Reel
AdPlacement
(13)
/adplacement/adcampaign/{id}
findAllAdPlacementOfAdCampaign(id)
StoryModule
GET
AdCampaign
AdPlacement
(14)
/report/{id}
updateReportById(report)
StoryModule
PUT
Report
(15)
/comment
insertComment(comment)
StoryModule
POST
Comment
(16)
/report/story/{id}
findAllReportOfStory(id)
StoryModule
GET
Story
Report
(17)
/story/{id}
findStoryById(id)
StoryModule
GET
Story
(18)
/storymedia/{id}
deleteStoryMediaById(id)
StoryModule
DELETE
StoryMedia
(19)
/archiveitem/{id}
updateArchiveItemById(archiveitem)
StoryModule
PUT
ArchiveItem
(20)
/report/{id}
deleteReportById(id)
StoryModule
DELETE
Report
(21)
/archiveitem/{id}
findArchiveItemById(id)
StoryModule
GET
ArchiveItem
(22)
/archiveitem
insertArchiveItem(archiveitem)
StoryModule
POST
ArchiveItem
(23)
/storymedia
findAllStoryMedia()
StoryModule
GET
StoryMedia
(24)
/adplacement/post/{id}
findAllAdPlacementOfPost(id)
StoryModule
GET
Post
AdPlacement
(25)
/archiveitem/reel/{id}
findAllArchiveItemOfReel(id)
StoryModule
GET
Reel
ArchiveItem
(26)
/archiveitem/post/{id}
findAllArchiveItemOfPost(id)
StoryModule
GET
Post
ArchiveItem
(27)
/story
insertStory(story)
StoryModule
POST
Story
(28)
/comment/{id}
findCommentById(id)
StoryModule
GET
Comment
(29)
/story/useraccount/{id}
findAllStoryOfUserAccount(id)
StoryModule
GET
UserAccount
Story
(30)
/report
insertReport(report)
StoryModule
POST
Report
(31)
/report/post/{id}
findAllReportOfPost(id)
StoryModule
GET
Post
Report
(32)
/storymedia/story/{id}
findAllStoryMediaOfStory(id)
StoryModule
GET
Story
StoryMedia
(33)
/story
findAllStory()
StoryModule
GET
Story
(34)
/adplacement
findAllAdPlacement()
StoryModule
GET
AdPlacement
(35)
/report
findAllReport()
StoryModule
GET
Report
(36)
/storymedia
insertStoryMedia(storymedia)
StoryModule
POST
StoryMedia
(37)
/story/{id}
updateStoryById(story)
StoryModule
PUT
Story
(38)
/story/{id}
deleteStoryById(id)
StoryModule
DELETE
Story
(39)
/report/comment/{id}
findAllReportOfComment(id)
StoryModule
GET
Comment
Report
(40)
/adplacement/{id}
deleteAdPlacementById(id)
StoryModule
DELETE
AdPlacement
(41)
/report/reporter/{id}
findAllReportOfReporter(id)
StoryModule
GET
UserAccount
Report
(42)
/adplacement/{id}
findAdPlacementById(id)
StoryModule
GET
AdPlacement
(43)
/adplacement/story/{id}
findAllAdPlacementOfStory(id)
StoryModule
GET
Story
AdPlacement
(44)
/report/reel/{id}
findAllReportOfReel(id)
StoryModule
GET
Reel
Report
(45)
/adplacement
insertAdPlacement(adplacement)
StoryModule
POST
AdPlacement
(46)
/archiveitem/{id}
deleteArchiveItemById(id)
StoryModule
DELETE
ArchiveItem
(47)
/adplacement/{id}
updateAdPlacementById(adplacement)
StoryModule
PUT
AdPlacement
(48)
/archiveitem/story/{id}
findAllArchiveItemOfStory(id)
StoryModule
GET
Story
ArchiveItem
API 8: UserAccountService-API (39)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/post/location/{id}
findAllPostOfLocation(id)
UserAccountModule
GET
Location
Post
(2)
/useraccount/{id}
findUserAccountById(id)
UserAccountModule
GET
UserAccount
(3)
/reellike/{id}
deleteReelLikeById(id)
UserAccountModule
DELETE
ReelLike
(4)
/reellike/{id}
findReelLikeById(id)
UserAccountModule
GET
ReelLike
(5)
/useraccount/{id}
deleteUserAccountById(id)
UserAccountModule
DELETE
UserAccount
(6)
/commentlike/{id}
updateCommentLikeById(commentlike)
UserAccountModule
PUT
CommentLike
(7)
/post/{id}
updatePostById(post)
UserAccountModule
PUT
Post
(8)
/mediaitem/{id}
updateMediaItemById(mediaitem)
UserAccountModule
PUT
MediaItem
(9)
/mediaitem
findAllMediaItem()
UserAccountModule
GET
MediaItem
(10)
/directthreadparticipant/directthread/{id}
findAllDirectThreadParticipantOfDirectThread(id)
UserAccountModule
GET
DirectThread
DirectThreadParticipant
(11)
/reellike/{id}
updateReelLikeById(reellike)
UserAccountModule
PUT
ReelLike
(12)
/mediaitem/{id}
deleteMediaItemById(id)
UserAccountModule
DELETE
MediaItem
(13)
/reellike
insertReelLike(reellike)
UserAccountModule
POST
ReelLike
(14)
/directthreadparticipant
findAllDirectThreadParticipant()
UserAccountModule
GET
DirectThreadParticipant
(15)
/post/useraccount/{id}
findAllPostOfUserAccount(id)
UserAccountModule
GET
UserAccount
Post
(16)
/post
insertPost(post)
UserAccountModule
POST
Post
(17)
/directthreadparticipant
insertDirectThreadParticipant(directthreadparticipant)
UserAccountModule
POST
DirectThreadParticipant
(18)
/directthreadparticipant/useraccount/{id}
findAllDirectThreadParticipantOfUserAccount(id)
UserAccountModule
GET
UserAccount
DirectThreadParticipant
(19)
/commentlike
findAllCommentLike()
UserAccountModule
GET
CommentLike
(20)
/useraccount
findAllUserAccount()
UserAccountModule
GET
UserAccount
(21)
/post/{id}
deletePostById(id)
UserAccountModule
DELETE
Post
(22)
/mediaitem/post/{id}
findAllMediaItemOfPost(id)
UserAccountModule
GET
Post
MediaItem
(23)
/mediaitem/{id}
findMediaItemById(id)
UserAccountModule
GET
MediaItem
(24)
/post/{id}
findPostById(id)
UserAccountModule
GET
Post
(25)
/reellike/useraccount/{id}
findAllReelLikeOfUserAccount(id)
UserAccountModule
GET
UserAccount
ReelLike
(26)
/directthreadparticipant/{id}
findDirectThreadParticipantById(id)
UserAccountModule
GET
DirectThreadParticipant
(27)
/mediaitem
insertMediaItem(mediaitem)
UserAccountModule
POST
MediaItem
(28)
/commentlike/{id}
findCommentLikeById(id)
UserAccountModule
GET
CommentLike
(29)
/directthreadparticipant/{id}
deleteDirectThreadParticipantById(id)
UserAccountModule
DELETE
DirectThreadParticipant
(30)
/useraccount
insertUserAccount(useraccount)
UserAccountModule
POST
UserAccount
(31)
/post
findAllPost()
UserAccountModule
GET
Post
(32)
/reellike/reel/{id}
findAllReelLikeOfReel(id)
UserAccountModule
GET
Reel
ReelLike
(33)
/reellike
findAllReelLike()
UserAccountModule
GET
ReelLike
(34)
/useraccount/{id}
updateUserAccountById(useraccount)
UserAccountModule
PUT
UserAccount
(35)
/directthreadparticipant/{id}
updateDirectThreadParticipantById(directthreadparticipant)
UserAccountModule
PUT
DirectThreadParticipant
(36)
/commentlike/comment/{id}
findAllCommentLikeOfComment(id)
UserAccountModule
GET
Comment
CommentLike
(37)
/commentlike
insertCommentLike(commentlike)
UserAccountModule
POST
CommentLike
(38)
/commentlike/{id}
deleteCommentLikeById(id)
UserAccountModule
DELETE
CommentLike
(39)
/commentlike/useraccount/{id}
findAllCommentLikeOfUserAccount(id)
UserAccountModule
GET
UserAccount
CommentLike
Overview
Summary
Contact
Donate
Imprint