Threads are groups of comments on a Record or Entry.
List Threads of Comments on a Record or List Entry.
comment:read
requiredlist_entry:read
optionalrecord_permission:read
optionallist_configuration:read
optionalobject_configuration:read
optionallist
string
Use this parameter to filter to Threads on a specific Entry. Must be passed with entry_id
. Accepts either a slug or an ID.
limit
integer
The maximum number of results to return. The default is 10
and the maximum is 50
. See the full guide to pagination here.
object
string
Use this parameter to filter to Threads on a specific Record. Must be passed with record_id
. Accepts either a slug or an ID.
offset
integer
The number of results to skip over before returning. The default is 0
. See the full guide to pagination here.
entry_id
string
Use this parameter to filter to Threads on a specific Entry. Must be passed with list
.
Format: UUID
record_id
string
Use this parameter to filter to Threads on a specific Record. Must be passed with object
.
Format: UUID
Status code
Description
200 - Success
Get all comments in a Thread.
comment:read
requiredlist_entry:read
optionalrecord_permission:read
optionallist_configuration:read
optionalobject_configuration:read
optionalthread_id
string
REQUIRED
A UUID which identifies the Thread.
Format: UUID
Status code
Description
200 - Success