노트 단일 조회
Last updated
Was this helpful?
Was this helpful?
{
"success": true,
"data": {
"memo": {
"id": "<memoId>",
"text": "메모 내용",
"htmlBody": "<p>메모 내용</p>",
"typeList": [
{
"_id": "<typeId>",
"value": "회의록",
"color": "blue"
}
],
"dealId": "<dealId>",
"leadId": null,
"peopleId": null,
"organizationId": null,
"productId": null,
"quoteId": null,
"todoId": null,
"parentId": null,
"ownerId": "<userId>",
"updatedAt": "2024-04-03T05:59:23.217Z",
"createdAt": "2024-04-03T05:59:23.217Z"
}
}
}{
"success": false,
"message": "에러 메세지"
}