feat: paginate tracking lists server-side
This commit is contained in:
@@ -1501,6 +1501,9 @@ export const monitoringApi = {
|
||||
days?: number
|
||||
business_date?: string
|
||||
ai_platform_id?: string
|
||||
hot_questions_page?: number
|
||||
hot_questions_page_size?: number
|
||||
hot_questions_q?: string
|
||||
}) {
|
||||
return apiClient.get<MonitoringDashboardCompositeResponse>(
|
||||
'/api/tenant/monitoring/dashboard/composite',
|
||||
@@ -1516,6 +1519,8 @@ export const monitoringApi = {
|
||||
question_id?: number | null
|
||||
business_date?: string
|
||||
ai_platform_id?: string
|
||||
cited_articles_page?: number
|
||||
cited_articles_page_size?: number
|
||||
}) {
|
||||
return apiClient.get<MonitoringCitationSummaryResponse>(
|
||||
'/api/tenant/monitoring/citation-summary',
|
||||
|
||||
Reference in New Issue
Block a user