Get all the Comments and Replies from a Comment thread

This endpoint will return all comments and replies in a flat list.

SecurityJWT or OAuth2 or DeveloperToken
Request
path Parameters
asset_id
required
string <uuid>
query Parameters
include
string
Responses
200

Comments success response

Response Headers
link
string

Pagination links

page-number
integer

Current page of results

per-page
integer

Number of entries per page

total
integer

Total entries across all pagess

total-pages
integer

Number of pages

Response Schema: application/json
Array
annotation
string
completed
boolean
completed_at
string
completer_id
string <uuid>
has_replies
boolean
id
string <uuid>
like_count
integer
object (User)

User model

owner_id
string <uuid>
text
string
timestamp
integer
401

Unauthorized response

404

Not Found response

get/v2/assets/{asset_id}/comments
Request samples
Response samples
application/json
[
  • {
    }
]