• Cheat sheets
  • Documentation
  • API reference
  • Product updates
  • Sign in
Kontent.ai Learn
  • Try Kontent.ai
  • Plan
  • Set up
  • Model
  • Develop
  • Create
Sync API
API Reference
    • About Sync API
    • Why use Sync API?
    • Authentication
    • Postman collection
    • SDKs
    • API limitations
    • Guidelines on handling changes
    • Filtering

Filtering

When initializing content synchronization, you can filter the content you want to synchronize by language, content type, and collection.

Filtering operators

Use the following filtering operators to clearly specify the content you want to sync. For filtering by language, only the equal sign operator (=) is allowed. The filtering operators are case-sensitive.
OperatorDescriptionExample
Equals to [eq] and = Property value is equal to the specified operator value.language=en-US system.type[eq]=article system.collection[eq]=default
Doesn't equal to [neq] Property value is not equal to the specified operator value.system.type[neq]=article system.collection[neq]=default
Matches one from the list [in] Property value is equal to one of the values in the specified list of values.system.type[in]=article,post system.collection[in]=global,campaigns
Matches none from the list [nin] Property value is not equal to any of the values in the specified list of values.system.type[nin]=home,page system.collection[nin]=global,campaigns
Copyright © 2025 Kontent.ai. All rights reserved.
  • Web
  • Privacy policy
  • Cookies policy
  • Consent settings
  • Security
  • GDPR