Interface GetForumThreadsFilter

interface GetForumThreadsFilter {
    before?: string;
    limit?: number;
}

Properties

Properties

before?: string

An ISO 8601 timestamp that will be used to filter out results for the current page

limit?: number

Limit the number of threads that will output.