일정 카테고리 목록

Request

없음

Response(성공)

Search
Name
Type
Required
Description
Default
Note
List
CategoryDto의 리스트
1 - 일정 2 - 업무 3 - 기념일 4 - 공부
CommonResponse{ "status": "success", "data": [ { "id": 1 "title": "일정" }, { "id": 2 "title": "업무" }, { "id": 3 "title": "기념일" }, { "id": 4 "title": "공부" }, ... ] }
JSON
복사