取得會員分析圖表
Retrieve time-series client statistics data with date and count information.
Default time range: Last 7 days if startTime and endTime are not provided
Time range limitations:
Maximum time range is limited to 1 year (365 days)
If the time range exceeds 1 year, the system will automatically adjust the startTime to be 365 days before the endTime
The endTime will remain unchanged to preserve the user's specified end date
Platform filtering:
If platform is not specified, returns data for all platforms
If platform is specified, returns data only for that platform
Supported platforms: line, facebook, instagram, liveChat, whatsapp
Response format: Arrays of objects with date and count properties
Bearer token for API authentication
The bot ID for the API request
Secret key for API authentication
your_secret_key_herePlatform type for filtering (optional, if not provided returns all platforms)
linePossible values: Start date for statistics range (optional, defaults to 7 days ago if not provided). Note - If the time range exceeds 365 days, startTime will be automatically adjusted to be 365 days before endTime.
2025-01-01End date for statistics range (optional, defaults to today if not provided). This date will be preserved even if the time range exceeds 365 days.
2025-01-07Statistics type
followerExample: followerPossible values: Client statistics data retrieved successfully
JWT token is invalid or expired
Permission denied - insufficient access rights
OpenAPI configuration not found
Rate limit exceeded
Internal server error
Last updated