Fetch multiple comments

View as Markdown

Comments may be fetched by object_id (the object that was commented on) or by thread_id. Exactly one of those filters must be provided.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:)>.

OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

thread_idstring or nullOptional
object_idstring or nullOptional

Response

Successful response

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error