Appearance
파일 댓글을 조건으로 검색해요.
filters
array
filters[].key
string
Possible values: USER_IDHAS_ANCHORPREV_CREATION_DATENEXT_CREATION_DATEPREV_ANCHORNEXT_ANCHORCONTENT
USER_ID
HAS_ANCHOR
PREV_CREATION_DATE
NEXT_CREATION_DATE
PREV_ANCHOR
NEXT_ANCHOR
CONTENT
filters[].value
string | number | undefined
sort
Possible values: CREATION_DATEANCHOR
CREATION_DATE
ANCHOR
order
Possible values: ascdesc
asc
desc
id
Returns 201 Created.
201 Created
[]
[].id
[].content
[].anchor
number?
[].duration
[].drawing
boolean
[].createdAt
[].updatedAt
[].author
object?
[].author.id
[].author.name
[].author.avatar
string?
[].reactions
[].reactions[].type
[].reactions[].count
number
[].reactions[].me
[].reply
object
[].reply.count
[].reply.lastCreatedAt
[].reply.authors
[].reply.authors[].id
[].reply.authors[].name
[].reply.authors[].avatar
curl -X POST 'https://api.youvico.com/files/6ba7b810-9dad-11d1-80b4-00c04fd430c8/comments.search?sort=CREATION_DATE&order=desc' \ -H 'Authorization: Bearer xoau.aB3xK9p2QwR7sT4uV1nM8oP5qL6rN0yZ7eF2gH4jK...' \ -H 'Content-Type: application/json' \ -d '{ "filters": [ { "key": "CONTENT", "value": "확인" } ] }'
검색 Default
파일 댓글을 조건으로 검색해요.
접근 가능한 사용자
접근 권한
Request
Body
filtersarrayrequiredfilters[].keystringrequiredPossible values:
USER_IDHAS_ANCHORPREV_CREATION_DATENEXT_CREATION_DATEPREV_ANCHORNEXT_ANCHORCONTENTfilters[].valuestring | number | undefinedQuery
sortstringrequiredPossible values:
CREATION_DATEANCHORorderstringrequiredPossible values:
ascdescPath
idstringrequiredResponse
Returns
201 Created.[]array[].idstring[].contentstring[].anchornumber?[].durationnumber?[].drawingboolean[].createdAtstring[].updatedAtstring[].authorobject?[].author.idstring[].author.namestring[].author.avatarstring?[].reactionsarray[].reactions[].typestring[].reactions[].countnumber[].reactions[].meboolean[].replyobject[].reply.countnumber[].reply.lastCreatedAtstring?[].reply.authorsarray[].reply.authors[].idstring[].reply.authors[].namestring[].reply.authors[].avatarstring?Example