Skip to content

Categories Platforms

Available since: v1.0.0

FileSnapshotDeltaFrequency
categories_platforms/categories_platforms_yyyy_MM_dd.csv:white_check_mark::white_check_mark:Daily

📘 If there is no PUBLISH_START or PUBLISH_END dates set then only the PUBLISHED flag should be used to determine if a Category is published on a platform

AttributeRequired?ValueDescription
IDYesNUMBERUnique identifier of entity
PLATFORM_IDYesNUMBERForeign key for Platforms
SECTION_IDNUMBERCan be used for external CMS mapping
CATEGORY_IDYesNUMBERForeign key for Categories
NAMEVARCHAR2(100 BYTE)Name of category
PRIORITYYesNUMBERUsed for category sorting. A negative number indicates a rejected / deleted channel
PUBLISHEDYes0 or 1Flag if category has been published or not on platform
SEARCHABLE0 or 1Flag if category should be searchable through API
SHARABLE0 or 1Flag clients can use as hint if content should be sharable or not
UPDATE_TIMEDATE
PUBLISH_STARTDATEUsed for scheduled publishing / access control, to ensure Category is only available in range between start and end
PUBLISH_ENDDATEUsed for scheduled publishing / access control, to ensure Category is only available in range between start and end
PUBLISHING_REGION_NAMEVARCHAR2