Interface ConfluenceRestClientAnalyticsApi
ConfluenceRestClientAnalyticsApi
-
Method Summary
Modifier and TypeMethodDescriptionGetAnalyticsContentByContentIDViewersV1(@NotNull String contentId, @Nullable String fromDate) GetAnalyticsContentByContentIDViewersV1 Get viewers Get the total number of distinct viewers a piece of content has.GetAnalyticsContentByContentIDViewsV1(@NotNull String contentId, @Nullable String fromDate) GetAnalyticsContentByContentIDViewsV1 Get views Get the total number of views a piece of content has.
-
Method Details
-
GetAnalyticsContentByContentIDViewsV1
GetViewsR200 GetAnalyticsContentByContentIDViewsV1(@NotNull @NotNull String contentId, @Nullable @Nullable String fromDate) GetAnalyticsContentByContentIDViewsV1 Get views Get the total number of views a piece of content has.- Parameters:
contentId- The ID of the content to get the views for.fromDate- The number of views for the content since the date.
-
GetAnalyticsContentByContentIDViewersV1
GetViewersR200 GetAnalyticsContentByContentIDViewersV1(@NotNull @NotNull String contentId, @Nullable @Nullable String fromDate) GetAnalyticsContentByContentIDViewersV1 Get viewers Get the total number of distinct viewers a piece of content has.- Parameters:
contentId- The ID of the content to get the viewers for.fromDate- The number of views for the content since the date.
-