한국어
Appearance
댓글의 직접 답글을 반환합니다. 커서 페이지네이션을 사용합니다.
상위 댓글이 삭제된 경우에도 이 엔드포인트를 사용할 수 있습니다.
id
string
next
prev
INFO
next와 prev를 모두 지정하지 않으면, 가장 최근에 생성된 답글 25개를 반환합니다.
200 OK를 반환합니다.
200 OK
data
array
data[].id
Example: 84202e58-bf8c-471d-af07-0ab0f5b0f82b
84202e58-bf8c-471d-af07-0ab0f5b0f82b
data[].content
Example: Updated and re-exported.
Updated and re-exported.
data[].anchor
object?
data[].duration
number?
Example: null
null
data[].createdAt
Example: 2026-04-10 08:10:00.000000
2026-04-10 08:10:00.000000
data[].updatedAt
Example: 2026-04-10 08:11:00.000000
2026-04-10 08:11:00.000000
data[].author
data[].author.id
Example: c5c1c5d7-54f0-4d88-b78d-8f3c3a0d9bea
c5c1c5d7-54f0-4d88-b78d-8f3c3a0d9bea
data[].author.name
Example: Haneul Park
Haneul Park
data[].author.avatarUrl
string?
page
object
page.next
page.prev
Example: MjAyNi0wNC0xMFQwODoxMDowMC4wMDBa
MjAyNi0wNC0xMFQwODoxMDowMC4wMDBa
curl 'https://api.youvico.com/api/comments/2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6/replies' \ -H 'Authorization: Bearer YOUR_API_KEY'
{ "data": [ { "id": "84202e58-bf8c-471d-af07-0ab0f5b0f82b", "content": "Updated and re-exported.", "anchor": null, "duration": null, "createdAt": "2026-04-10 08:10:00.000000", "updatedAt": "2026-04-10 08:11:00.000000", "author": { "id": "c5c1c5d7-54f0-4d88-b78d-8f3c3a0d9bea", "name": "Haneul Park", "avatarUrl": null } } ], "page": { "next": null, "prev": "MjAyNi0wNC0xMFQwODoxMDowMC4wMDBa" } }
답글 목록 Tier 4
댓글의 직접 답글을 반환합니다. 커서 페이지네이션을 사용합니다.
상위 댓글이 삭제된 경우에도 이 엔드포인트를 사용할 수 있습니다.
요청
경로
idstringrequired쿼리
nextstringprevstringINFO
next와prev를 모두 지정하지 않으면, 가장 최근에 생성된 답글 25개를 반환합니다.응답
200 OK를 반환합니다.dataarraydata[].idstringExample:
84202e58-bf8c-471d-af07-0ab0f5b0f82bdata[].contentstringExample:
Updated and re-exported.data[].anchorobject?data[].durationnumber?Example:
nulldata[].createdAtstringExample:
2026-04-10 08:10:00.000000data[].updatedAtstringExample:
2026-04-10 08:11:00.000000data[].authorobject?data[].author.idstringExample:
c5c1c5d7-54f0-4d88-b78d-8f3c3a0d9beadata[].author.namestringExample:
Haneul Parkdata[].author.avatarUrlstring?Example:
nullpageobjectpage.nextstring?Example:
nullpage.prevstring?Example:
MjAyNi0wNC0xMFQwODoxMDowMC4wMDBa예시