Memos

퀵메모 하나 작성 / 하나 조회 / 퀵메모 폴더별 리스트 조회 / 하나 수정 / 하나 삭제 / 아이디어 구체화 및 실현 조회 / 퍼즐 버튼 클릭

퀵메모 하나 작성

POST https://planyouridea/writequickmemo/{folderUuid}

Path Parameters

Name
Type
Description

folderUuid*

bigint(16)

Long

Query Parameters

Name
Type
Description

memoTitle*

varchar(30)

String

memoDetails*

text

String

퀵메모 하나 조회

GET https://planyouridea/viewquickmemo/{memoUuid}

Path Parameters

Name
Type
Description

memoUuid*

bigint(16)

Long

Request Body

Name
Type
Description

folderUuid*

bigint(16)

Long

memoTitle*

varchar(30)

String

memoDetails*

text

String

memoUuid*

bigint(16)

Long

memoCreated*

timestamp

LocalDateTime

퀵메모 폴더별 리스트 조회

GET https://planyouridea/viewfolderquickmemolist/{folderUuid}

Path Parameters

Name
Type
Description

folderUuid*

bigint(16)

Long

Request Body

Name
Type
Description

folderUuid*

Long

memoTitle*

varchar(30)

memoDetails*

text

memoUuid*

Long

memoCreated*

timestamp

LocalDateTime

퀵메모 하나 수정

PUT https://planyouridea/editquickmemo/{memoUuid}

Path Parameters

Name
Type
Description

memoUuid*

bigint(16)

Long

Query Parameters

Name
Type
Description

memoTitle*

varchar(30)

String

memoDetails*

text

String

퀵메모 하나 삭제

DELETE https://planyouridea/deletequickmemo/{memoUuid}

Path Parameters

Name
Type
Description

memoUuid*

bigint(16)

Long

아이디어 구체화 및 실현 조회

GET https://planyouridea/ideas/{memoUuid}

Path Parameters

Name
Type
Description

memoUuid*

bigint(16)

Long

Request Body

Name
Type
Description

memoUuid*

bigint(16)

Long

keywordUuid*

bigint(16)

Long

keywordDetails*

varchar(30)

String

todoUuid*

bigint(16)

Long

todoDate*

timestamp

LocalDateTime

todoDetails*

varchar(30)

String

organizeUuid*

bigint(16)

Long

organizeTitle*

varchar(30)

String

organizeDetails*

text

String

reviewUuid*

bigint(16)

Long

reviewTitle*

varchar(30)

String

reviewDetails*

text

String

starUuid*

bigint(16)

Long

starDetails*

decimal(2, 1)

BigDecimal, default 0.0

memoTitle*

varchar(30)

String

keywordCreated*

timestamp

LocalDateTime

organizeCreated*

timestamp

LocalDateTime

reviewCreated*

timestamp

LocalDateTime

퍼즐 버튼 클릭

GET https://planyouridea/summary/{memoUuid}

Path Parameters

Name
Type
Description

memoUuid*

bigint(16)

Long

Request Body

Name
Type
Description

memoUuid*

bigint(16)

Long

keywordUuid*

bigint(16)

Long

keywordDetails*

varchar(30)

String

todoUuid*

bigint(16)

Long

todoDate*

timestamp

LocalDateTime

todoDetails*

varchar(30)

String

organizeUuid*

bigint(16)

Long

organizeTitle*

varchar(30)

String

organizeDetails*

text

String

reviewUuid*

bigint(16)

Long

reviewTitle*

varchar(30)

String

reviewDetails*

text

String

starUuid*

bigint(16)

Long

starDetails*

decimal(2, 1)

BigDecimal, default 0.0

memoTitle*

varchar(30)

String

keywordCreated*

timestamp

LocalDateTime

organizeCreated*

timestamp

LocalDateTime

reviewCreated*

timestamp

LocalDateTime

Last updated