Backoffice API
  1. Content
Backoffice API
  • AdOps
  • Community
  • Core
  • Docs
  • Magazines
  • Publisher
    • Publications
      • Create Publication
      • Publication by id
      • Remove Publication by id
    • Blocks
      • Create Media Block HTML
      • Media Block by id
      • Update Media Block HTML by id
  • ReaderHub
    • Readers
      • Create Reader entitlement
  • Uploader
    • Upload Asset Image
      POST
  • Schemas
    • AdOps
      • Ad
      • Adversiter
      • Category
      • Creative
      • Adversiter (summary)
    • Community
      • Event
      • Event (summary)
      • Event Schedule
      • Organization
      • Organization (summary)
      • Person
      • Person (summary)
      • Project
      • Project (summary)
      • Profile
      • Profile (summary)
      • Profile Address
      • Profile Block
      • Profile Block (summary)
      • Profile BlockEntry
      • Profile BlockEntry (summary)
      • Profile Contact
      • Profile Description
    • Core
      • Visual
        • Image
        • Slideshow
        • Video
        • Visual Image
        • Visual Slideshow
        • Visual Video
        • Visual None
      • Asset
      • Category
      • Reference
      • Paging Metadata
      • Visual
    • Docs
      • Content
        • Content
        • Content (summary)
        • Content Metadata
        • Content Block
      • Blocks
        • Quote Block
        • Question Block
        • Data Block
        • HTML Block
        • Image Block
        • Related Content Block
        • Richtext Block
        • Slideshow Block
        • Video Block
      • ContentType
        • ContentType
        • ContentTemplate (summary)
        • ContentTemplate
    • Magazines
      • Issue
      • Section
      • Section Block
      • Section Block (summary)
      • Block Slot
      • SectionContent
    • Publisher
      • Publication
    • ReaderHub
      • Entitlement
  1. Content

Content

Content data structure

{
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "template_id": "c6d67e98-83ea-49f0-8812-e4abae2b68bc",
    "workspace_id": "0967198e-ec7b-4c6b-b4d3-f71244cadbe9",
    "status_id": "4e949624-bc0f-439e-a9f2-25a23938812c",
    "canonical_domain": "string",
    "canonical_url": "string",
    "is_archived": false,
    "show_publication_datetime": true,
    "locales": [
        {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "locale": "en",
            "location": "string",
            "title_html": "<h1>A title example</h1>",
            "subtitle_html": "<h1>A subtitle example</h1>",
            "lead_html": "<h1>A lead example</h1>",
            "seo": {
                "description": "string",
                "title": "string"
            },
            "visual": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "type": "none",
                "image": null,
                "video": null,
                "slideshow": null
            },
            "authors": [
                {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "profile_id": "bfcb6779-b1f9-41fc-92d7-88f8bc1d12e8"
                }
            ],
            "deleted_at": "2019-08-24T14:15:22Z"
        }
    ],
    "content_categories": [
        {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "category_id": "8de4c9fd-61a4-4c0b-bf88-0ed3a0fe3fa2"
        }
    ],
    "published_at": "2019-08-24T14:15:22Z",
    "released_at": "2019-08-24T14:15:22Z",
    "released_at_timezone": "string",
    "inserted_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z",
    "deleted_at": "2019-08-24T14:15:22Z"
}
Built with