Get comments and replies

Fetch all Comments and Replies for a given Comment or Reply ID

SecurityJWT or OAuth2 or DeveloperToken
Request
path Parameters
comment_id
required
string <uuid>
query Parameters
include
string
Default: "replies"
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/comments/{comment_id}/replies
Request samples
Response samples
application/json
[
  • {
    }
]