팀 노션 모음집
/
심화 프로젝트
/
이게공주조
/
설계 페이지
/
보드&컬럼 API
/
보드 조회
Search
Duplicate
보드 조회
Http Method
GET
URL
/api/boards/{boardId}
request
response
{ “msg” : “칼럼 성공했습니다”, “status” : “201” ”data”: { “board_id” : board_id, ”createdAt” : createAt, ”modifiedAt”:”modifiedAt” “name” : “name”, ”backgroundColor”:”backgroundColor”, ”description”:”description” } }