Skip to content
Document Authoring DA  API Docs v1.15.1
npmGitHub

CommentThreadStatusFilter

CommentThreadStatusFilter:

type CommentThreadStatusFilter =
| "all"
| "open"
| "resolved";

Query filter for programmatic comment thread results.

all returns every anchored comment thread. open returns unresolved comment threads. resolved returns resolved comment threads.