| Contact | Donate | Imprint |
| TweetHashtag | HashtagModule | TwitterX |
| Property | Type | Entity | Reference | Module |
| (1) Hashtag | LONG | TweetHashtag | Hashtag | HashtagModule |
| (2) Tweet | LONG | TweetHashtag | Tweet | TweetModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /tweethashtag/{id} | updateTweetHashtagById(tweethashtag) | HashtagModule | PUT | TweetHashtag |
| (2) /tweethashtag | insertTweetHashtag(tweethashtag) | HashtagModule | POST | TweetHashtag |
| (3) /tweethashtag | findAllTweetHashtag() | HashtagModule | GET | TweetHashtag |
| (4) /tweethashtag/hashtag/{id} | findAllTweetHashtagOfHashtag(id) | HashtagModule | GET | Hashtag TweetHashtag |
| (5) /tweethashtag/{id} | deleteTweetHashtagById(id) | HashtagModule | DELETE | TweetHashtag |
| (6) /tweethashtag/tweet/{id} | findAllTweetHashtagOfTweet(id) | HashtagModule | GET | Tweet TweetHashtag |
| (7) /tweethashtag/{id} | findTweetHashtagById(id) | HashtagModule | GET | TweetHashtag |
Example:
final TweetHashtag tweethashtag = (TweetHashtag) invokeModule(HASHTAG_MODULE + "/tweethashtag/" + id, TweetHashtag.class);| Contact | Donate | Imprint |