SyncableTypes

View as Markdown

SyncableTypes

This enable to sync entity with condition.

NameTypeDescription
all SyncableTypes

Sync all assets and all entries of all content types.

contentType(String) SyncableTypes

Enter content type UIDs. e.g., products. This retrieves published entries of specified content type.

locale(String) SyncableTypes

Enter locale codes. e.g., en-us This retrieves published entries of specific locale.

startFrom(Date) SyncableTypes

Enter the start date. e.g., Date() This retrieves published entries starting from a specific date.

publishType(PublishType) SyncableTypes

If you do not specify any value from PublishType, it will bring all published entries and published assets. You can pass multiple types as comma-separated values.