List threads of comments on a record or list entry.
To view threads on records, you will need the object_configuration:read and record_permission:read scopes.
To view threads on list entries, you will need the list_configuration:read and list_entry:read scopes.
Required scopes: comment:read.
This API uses OAuth 2.0 with the authorization code grant flow.
Use this parameter to filter to threads on a specific record. Must be passed with object.
"891dcbfc-9141-415d-9b2a-2238a6cc012d"
Use this parameter to filter to threads on a specific record. Must be passed with record_id. Accepts either a slug or an ID.
"people"
Use this parameter to filter to threads on a specific entry. Must be passed with list.
"2e6e29ea-c4e0-4f44-842d-78a891f8c156"
Use this parameter to filter to threads on a specific entry. Must be passed with entry_id. Accepts either a slug or an ID.
"33ebdbe9-e529-47c9-b894-0ba25e9c15c0"
The maximum number of results to return. The default is 10 and the maximum is 50. See the full guide to pagination here.
10
The number of results to skip over before returning. The default is 0. See the full guide to pagination here.
5
Success
Success