Skip to main content
GET
获取笔记列表

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

contact_id
string

按联系人 ID 筛选。

account_id
string

按账户 ID 筛选。

opportunity_id
string

按商机 ID 筛选。

calendar_event_id
string

按日历事件 ID 筛选。

conversation_id
string

按会话 ID 筛选。

conversation_ids
string[]

按会话 ID 筛选。

contact_ids
string[]

按联系人 ID 筛选。

start_date
string

仅包括在此日期当天或之后创建的备注(如果支持)。

page
integer

页码(支持时)。

per_page
integer

每页结果数(如支持)。

响应

成功响应

notes
string[]

备注(返回时)。

pagination
object

分页元数据(返回时)。