노트 유형 목록 조회
언제 사용하나요?
Headers
Name
Value
Request
노트 유형 목록 조회
curl -X GET 'https://salesmap.kr/api/v2/memo/type-list' \
-H 'Authorization: Bearer <token>'Response
200
{
"success": true,
"data": {
"typeList": [
{
"_id": "<typeId>",
"value": "회의록",
"color": "blue"
},
{
"_id": "<typeId>",
"value": "고객 미팅",
"color": "orange"
}
]
}
}Name
Type
Description
40x
주요 에러
Status
상황
Last updated
Was this helpful?