API Status Get API Key
INPUT

PostsFiltersInput

Filter to apply to the posts query

Fields 8

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

createdAt : DateTimeComparator

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