kupid_lms_get_board_post
Retrieve a board post with its attachments and comments, including video or PDF files in comment attachments, from a specific course and board.
Instructions
게시글 상세와 첨부파일, 댓글(첨부 포함)을 조회합니다.
attachments의 canvas_file_id를 kupid_lms_download_file의 file_id로 넘기면 파일을 다운로드할 수 있습니다. attachments[].url은 직접 다운로드 링크입니다(시간제한 verifier 토큰 포함).
comments에는 각 댓글의 본문과 첨부파일(동영상/PDF 등)이 포함됩니다. 예: 텀프로젝트 게시판에서 팀별 발표 동영상은 댓글 첨부로 제출됩니다.
Args: course_id: 과목 ID board_id: 게시판 ID post_id: 게시글 ID (kupid_lms_list_board_posts의 id 필드)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | ||
| board_id | Yes | ||
| post_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||