Link

Magazine Collection

A magazine collection helps you manage magazine content and related information together

Format

{
  "name": "Collection name",
  "summary": "Suitable Summary",
  "type": "content",
  "story-content-ids": [],
  "metadata": {},
  "status": "published",
  "data-source": "manual",
  "template": "default",
  "rules": []
}

Example

{
  "name": "Collection 1",
  "summary": "collection summary 1",
  "type": "content",
  "story-content-ids": [
    "external-id-1",
    "external-id-2"
  ],
  "metadata": {
    "entities": {
      "collectionEntities": {
        "magazine": [
          {
            "id": 21343
          }
        ]
      }
    }
  },
  "data-source": "manual",
  "template": "default",
  "rules": {}
}

Schema

Key Type
name * String
summary * String
type * String
story-content-ids * Array of story external-ids
metadata [2] Object, muliple keys and values can be passed
status * String, Value should be published
data-source * String
template * String
rules * Object

Notes

[1] All mandatory fields are marked with an *