“contentsholder post” object

A “contentsholder post” object contains Story information of your “contentsholder unit”

{
    "id": "1234567",
    "url": "https://nordot.app/1234567",
    "title": "Sakura Blooming trend",
    "subtitle": "Blooming forecasted this weekend",
    "status": "public",
    "body": "[[image]](2345678) \n Sakura spring",
    "source_url": "http://nordot-shimbun.com/posts/35739285723",
    "published_at": "2015-12-10T20:09:31+00:00",
    "expired_at": "2016-11-10T20:09:31+00:00",
    "created_at": "2015-11-10T20:09:31+00:00",
    "updated_at": "2015-12-25T18:58:10+00:00",
    "images": [
        {
            "id": "2345678",
            "url": "https://img.nordot.jp/ch/images/2345678/origin_1.jpg",
            "thumb_360": "https://img.nordot.jp/t_thumb_360/ch/images/2345678/origin_1.jpg",
            "caption": "Cherry blossoms that have not yet bloomed will soon bloom."
        },
        {
            "id": "3456789",
            "url": "https://img.nordot.jp/ch/images/3456789/origin_1.jpg",
            "thumb_360": "https://img.nordot.jp/t_thumb_360/ch/images/3456789/origin_1.jpg",
            "caption": "Estimated flowering date throughout Japan. In Hokkaido around the end of April"
        }
    ],
    "labels": [
        {
            "name": "weather",
            "count": null
        }
    ],
    "series": {
        "id": "5678901",
        "title": "Cherry blossoms"
    },
    "topic": {
        "id": "6789012",
        "title": "Cherry blossoms2018"
    }
}
Key name Data Type In List API Description
id string Y ID of the Story.
url string Y URL of the Story.
title string Y Title of the Story.
subtitle string Y Subtitle of the Story.
status string Y Status of the Story. Can be set to draft or public.
description string Y [Japanese, Korean, Chinese]
The first 50 characters of the Story's body text. If the body text is less than 100 characters, this field will be filled with empty characters.
[Other languages]
The first 100 characters of the Story's body text. If the body text is less than 200 characters, this field will be filled with empty characters.
source_url string Y URL of the Story at its own website.
body string N Body text of the Story.
published_at string Y Date and time Story was published. If the timestamp displays a past date and time, this indicates the Story has been published. Future timestamp indicates Story is yet to be published and will be published as specified.
expired_at string Y Default article expiry date. Null indicates an indefinite period.
created_at string Y Date and time the Story was created.
updated_at string Y Date and time Story was last updated.
images/id string Y(First image only.) ID of image displayed in the Story.
images/url string Y(First image only.) URL of image displayed in the Story.
images/thumb_360 string Y(First image only.) URL of thumbnail displayed in the Story.
images/caption string Y Caption of image displayed in the Story.
labels/name string Y Name of label attached to the Story.
labels/count number Y Number of Stories to which label was assigned.
series/id string N ID of the series added to the Story.
series/title string N Title of the series added to the Story.
topic/id string N ID of the topic added to the Story.
topic/title string N Title of the topic added to the Story.