Fetch multiple comment threads
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
_limit
Number of results to return.
_skip
Number of results to skip before returning, for pagination.
ids
object_ids
Response
Successful response
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error