Get user feedback
数据分析
获取反馈
从文档中获取用户反馈,包括页面评分和代码片段的反馈。
GET
Get user feedback
Documentation Index
Fetch the complete documentation index at: https://mintlify-mintlify-vale-fixes-1773262443.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
用法
cursor 参数对结果进行分页。当 hasMore 为 true 时继续获取数据。
筛选
- 日期范围:使用
dateFrom和dateTo将结果限定在特定时间段内 - 来源:按
code_snippet或contextual等反馈来源类型进行筛选 - 状态:按状态值进行筛选,例如
pending、in_progress、resolved或dismissed
响应类型
- 上下文反馈:包含
helpful布尔值和可选的contact邮箱 - 代码片段反馈:包含
code、filename和lang字段
授权
The Authorization header expects a Bearer token. Use an admin API key (prefixed with mint_). This is a server-side secret key. Generate one on the API keys page in your dashboard.
查询参数
Date in ISO 8601 or YYYY-MM-DD format
示例:
"2024-01-01"
Date in ISO 8601 or YYYY-MM-DD format. dateTo is an exclusive upper limit. Results include dates before, but not on, the specified date.
示例:
"2024-01-01"
Filter by feedback source
可用选项:
code_snippet, contextual Comma-separated list of statuses to filter by
Max results per page
必填范围:
1 <= x <= 100Pagination cursor