API Status Get API Key
INPUT

PostsFiltersInput

Filter to apply to the posts query

Fields 9

channelIds : [ChannelId!]

When set, it will filter posts by channel

startDate : DateTime

When set, it will return posts with createdAt or dueAt date after startDate

endDate : DateTime

When set, it will return posts with createdAt or dueAt date before endDate

status : [PostStatus!]

When set, it will filter posts by status

tags : TagComparator

Filter posts by tags. Supports specific tags, untagged posts, or union of both.

tagIds : [TagId!]

When set, it will filter posts by tag

When set, it will filter posts by their scheduled posting date

dueAtPresence : DateTimePresence

When set, it will filter posts by whether their scheduled posting date exists. absent cannot be combined with dueAt, because absent dates cannot also match a date range.

createdAt : DateTimeComparator

When set, it will filter posts by the date they were created