Skip to main content

The thread object

Attributes

id
string
Unique identifier for the thread.
file
string
expandable
ID of the file.
author
string
expandable
ID of the author.
resolver
string
expandable
ID of the resolver.
content
string
Content of the thread.
resolved_at
string
Time at which the thread was resolved.
created_at
string
Time at which the thread was created.
updated_at
string
Time at which the thread was last updated.
The thread object
{
"id": "file_thread_d874c2998ce71f02a85ce055",
"file": "fi_081dcab571f6c37d709078ce",
"author": "u_c01bb6102b6ddadd4b1f020e",
"resolver": null,
"content": "The thread content.",
"resolved_at": null,
"created_at": "2025-06-17T09:17:56+00:00",
"updated_at": "2025-06-17T09:17:56+00:00"
}