日本語
Appearance
バージョンのトップレベルコメントを作成日時順に返します。カーソルページネーションを使用します。
id
string
next
prev
INFO
next と prev をどちらも指定しない場合、最新のコメント 25 件が返されます。
200 OK を返します。
200 OK
data
array
data[].id
Example: 2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6
2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6
data[].content
string?
Example: Please tighten the logo safe area.
Please tighten the logo safe area.
data[].startTime
number?
Example: 12400
12400
data[].endTime
Example: 18900
18900
data[].drawing
boolean?
Example: true
true
data[].createdAt
Example: 2026-04-10 08:00:00.000000
2026-04-10 08:00:00.000000
data[].updatedAt
Example: 2026-04-10 08:10:00.000000
2026-04-10 08:10:00.000000
data[].version
object
data[].version.id
Example: 8fe89e5a-1d8f-4302-8437-fb0390ecf8eb
8fe89e5a-1d8f-4302-8437-fb0390ecf8eb
data[].author
object?
data[].author.id
Example: f6035d1a-29df-4d80-8d72-f1bbdddfb6ff
f6035d1a-29df-4d80-8d72-f1bbdddfb6ff
data[].author.name
Example: Jin Seo
Jin Seo
data[].author.avatarUrl
Example: https://cdn.youvico.com/avatar/jin.png
https://cdn.youvico.com/avatar/jin.png
page
page.next
Example: null
null
page.prev
Example: MjAyNi0wNC0xMFQwODowMDowMC4wMDBa
MjAyNi0wNC0xMFQwODowMDowMC4wMDBa
curl 'https://api.youvico.com/api/versions/8fe89e5a-1d8f-4302-8437-fb0390ecf8eb/comments' \ -H 'Authorization: Bearer YOUR_API_KEY'
{ "data": [ { "id": "2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6", "content": "Please tighten the logo safe area.", "startTime": 12400, "endTime": 18900, "drawing": true, "createdAt": "2026-04-10 08:00:00.000000", "updatedAt": "2026-04-10 08:10:00.000000", "version": { "id": "8fe89e5a-1d8f-4302-8437-fb0390ecf8eb" }, "author": { "id": "f6035d1a-29df-4d80-8d72-f1bbdddfb6ff", "name": "Jin Seo", "avatarUrl": "https://cdn.youvico.com/avatar/jin.png" } } ], "page": { "next": null, "prev": "MjAyNi0wNC0xMFQwODowMDowMC4wMDBa" } }
削除済みのトップレベルコメントでも、返信が残っている場合は引き続き返されることがあります。削除済みコメントが返された場合、content、startTime、endTime、drawing、author はすべて null になります。
content
startTime
endTime
drawing
author
コメント一覧を取得する Tier 4
バージョンのトップレベルコメントを作成日時順に返します。カーソルページネーションを使用します。
リクエスト
パス
idstringrequiredクエリ
nextstringprevstringINFO
nextとprevをどちらも指定しない場合、最新のコメント 25 件が返されます。レスポンス
200 OKを返します。dataarraydata[].idstringExample:
2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6data[].contentstring?Example:
Please tighten the logo safe area.data[].startTimenumber?Example:
12400data[].endTimenumber?Example:
18900data[].drawingboolean?Example:
truedata[].createdAtstringExample:
2026-04-10 08:00:00.000000data[].updatedAtstringExample:
2026-04-10 08:10:00.000000data[].versionobjectdata[].version.idstringExample:
8fe89e5a-1d8f-4302-8437-fb0390ecf8ebdata[].authorobject?data[].author.idstringExample:
f6035d1a-29df-4d80-8d72-f1bbdddfb6ffdata[].author.namestringExample:
Jin Seodata[].author.avatarUrlstring?Example:
https://cdn.youvico.com/avatar/jin.pngpageobjectpage.nextstring?Example:
nullpage.prevstring?Example:
MjAyNi0wNC0xMFQwODowMDowMC4wMDBa例
INFO
削除済みのトップレベルコメントでも、返信が残っている場合は引き続き返されることがあります。削除済みコメントが返された場合、
content、startTime、endTime、drawing、authorはすべてnullになります。