Almost EVERYONE who tried headless systems said they saw benefits. Download the state of CMS now!

Storyblok now on AWS Marketplace: Read more

O’Reilly Report: Decoupled Applications and Composable Web Architectures - Download Now

Empower your teams & get a 582% ROI: See Storyblok's CMS in action

Skip to main content
  • Section titled Filter for published and first published dates Filter for published and first published dates

    Changes in: api

    Following new filters have been added to the content delivery api:

    • first_published_at_gt After a specific first published date (Format: 2018-03-03 10:00)
    • first_published_at_lt Before a specific first published date (Format: 2018-03-03 10:00)
    • published_at_gt After a specific published date (Format: 2018-03-03 10:00)
    • published_at_lt Before a specific published date (Format: 2018-03-03 10:00)

    Section titled Use cases: Use cases:

    You could for example do delta updates by getting content items with the published_at_gt parameter or search for content items that have been published in a specific month by using a combination of the first_published_at_lt and first_published_at_gt filter.