Fetch multiple comment threads

View as Markdown

Users with restricted lead visibility cannot list comment threads across all leads, and must scope the request to specific threads or objects via the ids or object_ids filters. Unscoped requests from such users return a 403.

Authentication

AuthorizationBasic
Use your API key as the username and leave the password empty.
OR
AuthorizationBearer

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

Query parameters

_limitintegerOptionalDefaults to 100
Number of results to return.
_skipintegerOptionalDefaults to 0
Number of results to skip before returning, for pagination.
idslist of strings or nullOptional
object_idslist of strings or nullOptional

Response

Successful response

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error