Appearance
파일에서 재생 위치가 지정된 댓글 목록을 타임라인 순서로 조회해요.
id
string
Returns 200 OK.
200 OK
[]
array
[].id
[].content
[].anchor
number
[].duration
number?
[].drawing
boolean
[].createdAt
[].updatedAt
[].parent
object
[].parent.id
string?
[].author
object?
[].author.id
[].author.name
[].author.avatar
curl 'https://api.youvico.com/files/6ba7b810-9dad-11d1-80b4-00c04fd430c8/comments.timeline' \ -H 'Authorization: Bearer xoau.aB3xK9p2QwR7sT4uV1nM8oP5qL6rN0yZ7eF2gH4jK...'
타임라인 목록 Default
파일에서 재생 위치가 지정된 댓글 목록을 타임라인 순서로 조회해요.
접근 가능한 사용자
접근 권한
Request
Path
idstringrequiredResponse
Returns
200 OK.[]array[].idstring[].contentstring[].anchornumber[].durationnumber?[].drawingboolean[].createdAtstring[].updatedAtstring[].parentobject[].parent.idstring?[].authorobject?[].author.idstring[].author.namestring[].author.avatarstring?Example