노트 목록 조회
Name
Value
Name
Type
Description
{
"success": true,
"data": {
"memoList": [
{
"id": "<memoId>",
"text": "메모 내용",
"dealId": "<dealId>",
"leadId": "<leadId>",
"peopleId": "<peopleId>",
"organizationId": "<organizationId>",
"productId": "<productId>",
"quoteId": "<quoteId>",
"todoId": "<todoId>",
"parentId": "<parentId>",
"ownerId": "<userId>",
"updatedAt": "2024-04-03T05:59:23.217Z",
"createdAt": "2024-04-03T05:59:23.217Z"
}
],
"nextCursor": "cursor"
}
}Last updated
Was this helpful?