Appearance
댓글 정보를 조회해요.
id
string
Returns 200 OK.
200 OK
content
anchor
number?
duration
drawing
boolean
createdAt
updatedAt
deletedAt
string?
parent
object
parent.id
author
object?
author.id
author.name
author.avatar
project
project.id
project.name
file
file.id
file.name
curl 'https://api.youvico.com/comments/6ba7b810-9dad-11d1-80b4-00c04fd430c8' \ -H 'Authorization: Bearer xoau.aB3xK9p2QwR7sT4uV1nM8oP5qL6rN0yZ7eF2gH4jK...'
{ "id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8", "content": "확인 부탁해요.", "anchor": 12.5, "duration": null, "drawing": false, "createdAt": "2026-04-26 09:15:00.000000", "updatedAt": "2026-04-26 09:15:00.000000", "deletedAt": null, "parent": { "id": null }, "author": { "id": "123e4567-e89b-12d3-a456-426614174000", "name": "김유비", "avatar": null }, "project": { "id": "7ca7b810-9dad-11d1-80b4-00c04fd430c8", "name": "리브랜딩 캠페인" }, "file": { "id": "8da7b810-9dad-11d1-80b4-00c04fd430c8", "name": "시안.mp4" } }
정보 가져오기 Default
댓글 정보를 조회해요.
접근 가능한 사용자
접근 권한
Request
Path
idstringrequiredResponse
Returns
200 OK.idstringcontentstringanchornumber?durationnumber?drawingbooleancreatedAtstringupdatedAtstringdeletedAtstring?parentobjectparent.idstring?authorobject?author.idstringauthor.namestringauthor.avatarstring?projectobjectproject.idstringproject.namestringfileobjectfile.idstringfile.namestringExample