curator/curations.info

作成したキュレーションの情報を取得

URL

GET /v1.0/curator/curations.info

パラメータ

名前 必須 デフォルト値 説明
curation_id 必須 - 作成したキュレーションのID

レスポンス

{
    "ok": true,
    "curation": {
      "curation":{
        "id": "0123456",
        "annotation": "桜を楽しもう!",
        "status": "public",
        "published_at": "2017-07-18T09:55:35+00:00",
        "created_at": "2017-07-18T09:55:35+00:00",
        "updated_at": "2017-07-18T09:55:35+00:00",
        "content":{
            "url": "https://nordot.app/0123456",
            "url_curation": "https://nordot.app/0123456?c=0123456",
            "title": "桜特集",
            "site_name": "ノアドット新聞",
            "description": "本日ウェザーリポートが発表した最新の桜の開花予想によると、
            先週後半から全国的に気温の高い状態が続きつぼみの成長が一気に進んだため、
            西日本では今週末にも開花する所が ちらほらと現れるでしょう。来週には関東...",
            "image_url": "https://nordot-res.cloudinary.com/t_size_l/ch/images/0123456/origin_3.jpg",
            "image_url_w": 450,
            "image_url_h": 300,
            "image_thumb_360": "https://nordot-res.cloudinary.com/t_thumb_360/ch/images/0123456/origin_3.jpg",
            "image_caption": "今年の桜は少し早咲きのようです。",
            "published_at": "2017-07-18T00:51:21+00:00",
            "expired_at": "2018-07-18T00:49:46+00:00",
            "deleted": false,
            "tags": [
                "天気",
                "ウェザーリポート"
            ],
            "unit":{
                "id": "1122333",
                "name": "ノアドット新聞 WEB",
                "status": "public",
                "signature_color": "1B62AA",
                "header_type": "border",
                "header_position": "center",
                "copyright_owner": "株式会社ノアドット新聞",
                "default_post_expire_days": 365,
                "created_at": "2015-11-17T01:54:20+00:00",
                "updated_at": "2018-03-05T02:34:34+00:00",
                "header_image":{
                    "url": "https://nordot-res.cloudinary.com/ch/units/1122333/header_13.png",
                    "url_w": 400,
                    "url_h": 60,
                    "thumb_360": "https://nordot-res.cloudinary.com/t_thumb_360/ch/units/1122333/header_13.png",
                    "square_300": "https://nordot-res.cloudinary.com/t_square_300/ch/units/1122333/header_13.png"
                },
                "profile_image":{
                  "url": "https://nordot-res.cloudinary.com/ch/units/1122333/profile_7.png",
                  "square_200": "https://nordot-res.cloudinary.com/t_square_200/ch/units/1122333/profile_7.png"
                },
                "publisher":{
                  "id": "0012345",
                  "name": "株式会社ノアドット新聞",
                  "created_at": "2015-11-17T01:52:24+00:00",
                  "updated_at": "2018-01-11T15:44:11+00:00"
                },
                "language": "",
                "timezone": ""
            }
        },
        "tags":[
            {
                "id": "1122333",
                "name": "桜",
                "created_at": "2016-04-27T05:10:35+00:00",
                "updated_at": "2016-04-27T05:10:35+00:00"
            }
        ],
        "unit":{
            "id": "0001234",
            "name": "NOD",
            "path": "NOD",
            "status": "public",
            "signature_color": "FFD900",
            "header_type": "border",
            "header_position": "left",
            "profile_name": "ndt!",
            "introduction": "興味のあることだけを、気が向いたタイミングで。",
            "created_at": "2015-11-17T11:13:45+00:00",
            "updated_at": "2018-02-28T14:42:24+00:00",
            "header_image": null,
            "profile_image":{
                "url": "https://nordot-res.cloudinary.com/cu/units/0001234/profile_6.png",
                "thumb_360": "https://nordot-res.cloudinary.com/t_thumb_360/cu/units/0001234/profile_6.png"
              },
            "follow":{
              "twitter_url": "",
              "facebook_page_url": ""
            },
            "connection":{
              "facebook": false,
              "twitter": false
            },
            "publisher":{
              "id": "0012345",
              "name": "ノアドット株式会社",
              "created_at": "2015-11-16T19:02:38+00:00",
            },
            "language": "en-US",
            "timezone": "America/Indiana/Indianapolis",
            "website_urls":["https://www.0012345.jp/"],
            "facebook_url": "https://www.facebook.com/7890012345012",
            "twitter_url": "https://twitter.com/0012345",
            "instagram_url": "https://instagram.com/0012345"
        }
    }
}

curationには、条件に一致したcurator curationオブジェクトが入っています。詳細は、curator curationオブジェクトを参照してください。

エラー

エラーコード 説明
no_curation_id curation_idが必須なのに渡されていない
invalid_curation_id 不正なcuration_idの指定
curation_not_found キュレーションが見つからない

上記以外のエラーは、共通エラーの項目を参照してください。