Overview
Summary
Contact
Donate
Imprint
Prompt for the
DailyVideoMetricView
Please create a React-JS view called "DailyVideoMetricView" for the fields of the DailyVideoMetric entity. The DailyVideoMetricView must contain the following fields: - name: CommentCount type: LONG - name: Date type: DATE - name: DislikeCount type: LONG - name: LikeCount type: LONG - name: RevenueMicros type: LONG - name: ShareCount type: LONG - name: UniqueViewerCountApprox type: LONG - name: Video type: Video - name: ViewCount type: LONG - name: WatchTimeSeconds type: LONG The data source for the [Video] select control should be loaded from the relative URL: "/VideoService/video" (HTTP-GET) An existing DailyVideoMetric entity should be loaded from the relative URL: "/PlaylistService/dailyvideometric/{id}" (HTTP-GET) If a new DailyVideoMetric entity has been created, the new entity should be posted to the relative URL: "/PlaylistService/dailyvideometric" (HTTP-POST) If an existing DailyVideoMetric entity has been updated, the modified entity should be sent to the relative URL: "/PlaylistService/dailyvideometric/{id}" (HTTP-PUT) If an existing DailyVideoMetric entity has to be deleted, the following relative URL should be called: "/PlaylistService/dailyvideometric/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint