Overview
Summary
Contact
Donate
Imprint
Prompt for the
UserAccountView
Please create a React-JS view called "UserAccountView" for the fields of the UserAccount entity. The UserAccountView must contain the following fields: - name: Bio type: STRING - name: CreatedAt type: STRING - name: DisplayName type: STRING - name: Email type: STRING - name: FollowersCount type: LONG - name: FollowingCount type: LONG - name: IsProtected type: BOOL - name: IsVerified type: BOOL - name: Language type: STRING - name: Location type: STRING - name: PhoneNumber type: STRING - name: StatusCount type: LONG - name: Timezone type: STRING - name: Url type: STRING - name: Username type: STRING An existing UserAccount entity should be loaded from the relative URL: "/UserAccountService/useraccount/{id}" (HTTP-GET) If a new UserAccount entity has been created, the new entity should be posted to the relative URL: "/UserAccountService/useraccount" (HTTP-POST) If an existing UserAccount entity has been updated, the modified entity should be sent to the relative URL: "/UserAccountService/useraccount/{id}" (HTTP-PUT) If an existing UserAccount entity has to be deleted, the following relative URL should be called: "/UserAccountService/useraccount/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Space columns: - column: Title - column: Language - column: IsRecorded - column: CreatedAt - column: ScheduledStart - column: CreatorUser - column: Description - column: EndedAt - column: StartedAt The table should have the title "Spaces" und the data must be loaded from the server with the following relative URL: "/SpaceService/space/creatoruser/{id}" Add a HTML table to the view with the following DirectMessage columns: - column: SenderUser - column: CreatedAt - column: IsDeleted - column: Conversation - column: Content The table should have the title "DirectMessages" und the data must be loaded from the server with the following relative URL: "/DirectMessageConversationService/directmessage/senderuser/{id}" Add a HTML table to the view with the following Session columns: - column: IpAddress - column: EndedAt - column: StartedAt - column: IsActive - column: Device - column: UserAgent - column: User The table should have the title "Sessions" und the data must be loaded from the server with the following relative URL: "/UserAccountService/session/user/{id}" Add a HTML table to the view with the following Report columns: - column: ReportedTweet - column: ReportedUser - column: ReporterUser - column: ResolvedAt - column: Status - column: ResolverUser - column: Description - column: Category - column: CreatedAt The table should have the title "Reports" und the data must be loaded from the server with the following relative URL: "/SpaceService/report/reporteduser/{id}" Add a HTML table to the view with the following Report columns: - column: ReportedTweet - column: ReportedUser - column: ReporterUser - column: ResolvedAt - column: Status - column: ResolverUser - column: Description - column: Category - column: CreatedAt The table should have the title "Reports" und the data must be loaded from the server with the following relative URL: "/SpaceService/report/resolveruser/{id}" Add a HTML table to the view with the following Report columns: - column: ReportedTweet - column: ReportedUser - column: ReporterUser - column: ResolvedAt - column: Status - column: ResolverUser - column: Description - column: Category - column: CreatedAt The table should have the title "Reports" und the data must be loaded from the server with the following relative URL: "/SpaceService/report/reporteruser/{id}" Add a HTML table to the view with the following UserBlock columns: - column: CreatedAt - column: BlockedUser - column: User The table should have the title "UserBlocks" und the data must be loaded from the server with the following relative URL: "/HashtagService/userblock/user/{id}" Add a HTML table to the view with the following UserBlock columns: - column: CreatedAt - column: BlockedUser - column: User The table should have the title "UserBlocks" und the data must be loaded from the server with the following relative URL: "/HashtagService/userblock/blockeduser/{id}" Add a HTML table to the view with the following ApiApp columns: - column: OwnerUser - column: ApiKey - column: CreatedAt - column: CallbackUrl - column: Name - column: WebsiteUrl The table should have the title "ApiApps" und the data must be loaded from the server with the following relative URL: "/UserAccountService/apiapp/owneruser/{id}" Add a HTML table to the view with the following Community columns: - column: CreatorUser - column: Name - column: Rules - column: IsPrivate - column: Description - column: CreatedAt The table should have the title "Communitys" und the data must be loaded from the server with the following relative URL: "/UserAccountService/community/creatoruser/{id}" Add a HTML table to the view with the following Device columns: - column: LastActiveAt - column: DeviceType - column: User - column: CreatedAt - column: Os - column: AppVersion The table should have the title "Devices" und the data must be loaded from the server with the following relative URL: "/UserAccountService/device/user/{id}" Add a HTML table to the view with the following Retweet columns: - column: User - column: Comment - column: IsQuote - column: CreatedAt - column: Tweet The table should have the title "Retweets" und the data must be loaded from the server with the following relative URL: "/TweetService/retweet/user/{id}" Add a HTML table to the view with the following ApiAccessToken columns: - column: User - column: Token - column: ApiApp - column: Scope - column: CreatedAt - column: ExpiresAt The table should have the title "ApiAccessTokens" und the data must be loaded from the server with the following relative URL: "/TrendLocationService/apiaccesstoken/user/{id}" Add a HTML table to the view with the following DirectMessageConversation columns: - column: CreatorUser - column: IsGroup - column: CreatedAt The table should have the title "DirectMessageConversations" und the data must be loaded from the server with the following relative URL: "/DirectMessageConversationService/directmessageconversation/creatoruser/{id}" Add a HTML table to the view with the following UserMute columns: - column: User - column: MutedUser - column: CreatedAt The table should have the title "UserMutes" und the data must be loaded from the server with the following relative URL: "/CampaignService/usermute/muteduser/{id}" Add a HTML table to the view with the following UserMute columns: - column: User - column: MutedUser - column: CreatedAt The table should have the title "UserMutes" und the data must be loaded from the server with the following relative URL: "/CampaignService/usermute/user/{id}" Add a HTML table to the view with the following Tweet columns: - column: Language - column: ReplyCount - column: CreatedAt - column: InReplyToUser - column: IsSensitive - column: Content - column: LikeCount - column: QuoteTweet - column: User - column: InReplyToTweet - column: RetweetCount - column: ViewCount - column: SourceApp - column: IsDeleted The table should have the title "Tweets" und the data must be loaded from the server with the following relative URL: "/TweetService/tweet/inreplytouser/{id}" Add a HTML table to the view with the following Tweet columns: - column: Language - column: ReplyCount - column: CreatedAt - column: InReplyToUser - column: IsSensitive - column: Content - column: LikeCount - column: QuoteTweet - column: User - column: InReplyToTweet - column: RetweetCount - column: ViewCount - column: SourceApp - column: IsDeleted The table should have the title "Tweets" und the data must be loaded from the server with the following relative URL: "/TweetService/tweet/user/{id}" Add a HTML table to the view with the following ListMembership columns: - column: List - column: AddedByUser - column: User - column: AddedAt The table should have the title "ListMemberships" und the data must be loaded from the server with the following relative URL: "/ListService/listmembership/user/{id}" Add a HTML table to the view with the following ListMembership columns: - column: List - column: AddedByUser - column: User - column: AddedAt The table should have the title "ListMemberships" und the data must be loaded from the server with the following relative URL: "/ListService/listmembership/addedbyuser/{id}" Add a HTML table to the view with the following List columns: - column: Description - column: CreatedAt - column: IsPrivate - column: Name - column: OwnerUser The table should have the title "Lists" und the data must be loaded from the server with the following relative URL: "/ListService/list/owneruser/{id}" Add a HTML table to the view with the following SpaceParticipant columns: - column: User - column: Space - column: LeftAt - column: JoinedAt - column: Role The table should have the title "SpaceParticipants" und the data must be loaded from the server with the following relative URL: "/SpaceService/spaceparticipant/user/{id}" Add a HTML table to the view with the following Follow columns: - column: IsBlocked - column: IsNotificationsEnabled - column: IsMuted - column: FollowedUser - column: CreatedAt - column: FollowerUser The table should have the title "Follows" und the data must be loaded from the server with the following relative URL: "/DirectMessageConversationService/follow/followeruser/{id}" Add a HTML table to the view with the following Follow columns: - column: IsBlocked - column: IsNotificationsEnabled - column: IsMuted - column: FollowedUser - column: CreatedAt - column: FollowerUser The table should have the title "Follows" und the data must be loaded from the server with the following relative URL: "/DirectMessageConversationService/follow/followeduser/{id}" Add a HTML table to the view with the following AdAccount columns: - column: Currency - column: OwnerUser - column: Name - column: CreatedAt - column: Timezone The table should have the title "AdAccounts" und the data must be loaded from the server with the following relative URL: "/CampaignService/adaccount/owneruser/{id}" Add a HTML table to the view with the following CommunityMembership columns: - column: Role - column: Community - column: JoinedAt - column: User - column: LeftAt The table should have the title "CommunityMemberships" und the data must be loaded from the server with the following relative URL: "/ListService/communitymembership/user/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint