보드 그룹 요약 페이지
보드 그룹 요약 조회
GET
strcat.me/board-groups/[암호화 된 board-group-id]/summaries
Path Parameters
Name
Type
Description
boardGroupId*
String
암호화 된 보드 그룹 아이디
Headers
Name
Type
Description
Authorization*
String
token
HTTP/1.1 200 OK
{
"data" : {
"title": string,
"contentCount": number,
"boardCount": number,
"contentTextCount": number
}
}
Last updated