Last updated 7 months ago
GET /v2/memo
GET
/v2/memo
노트 목록을 조회합니다.
Headers
Query parameters
Response
{ "success": true, "data": { "memoList": [ { "id": "<memoId>", "text": "메모 내용", "dealId": "<dealId> or <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" } }
{ "success": false, "message": "에러 메세지" }
Content-Type
application/json
Authorization
Bearer <token>
cursor
string
페이지네션을 위한 커서