curator/curations.info

Retrieves information associated with a Curation in your Curator Media Unit

URL

GET /v1.0/curator/curations.info

Parameters

Argument Required Default Value Example Description
curation_id Required - 12345678912345 ID of the Curation

Responses

{
    "ok": true,
    "curation": {
      "curation":{
        "id": "0123456",
        "annotation": "Why not to go to see cherry blossoms?",
        "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": "Counting down to sakura blooming",
            "site_name": "The Nordot Post",
            "description": "Norem ipsum dolor sit amet, consectetur adipisicing edit,
            sed do eiusmod tempor incididunt  ut labore rt dolore magna aliqua.
            Ut enima ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut...",
            "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": "Ueno Onshi oark",
            "published_at": "2017-07-18T00:51:21+00:00",
            "expired_at": "2018-07-18T00:49:46+00:00",
            "deleted": false,
            "tags": [
                "weather",
                "weatherreport"
            ],
            "unit":{
                "id": "1122333",
                "name": "Nordot WEB",
                "status": "public",
                "signature_color": "1B62AA",
                "header_type": "border",
                "header_position": "center",
                "copyright_owner": "Nordot Inc",
                "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": "The Nordot Post Inc.",
                  "created_at": "2015-11-17T01:52:24+00:00",
                  "updated_at": "2018-01-11T15:44:11+00:00"
                },
                "language": "",
                "timezone": ""
            }
        },
        "unit":{
            "id": "0001234",
            "name": "NOD",
            "path": "NOD",
            "status": "public",
            "signature_color": "FFD900",
            "header_type": "border",
            "header_position": "left",
            "profile_name": "ndt!",
            "introduction": "My favorite only...",
            "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": "Nordot Inc.",
              "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"
        }
    }
}

If successful, the method returns a “curator curation” object that meets the specified criteria. For more details, please refer to the “curator curation” object section.

Errors

Error Code Description
no_curation_id Value for "curation_id" is not specified.
invalid_curation_id Value passed for “curation_id" is invalid.
curation_not_found Curation cannot be found.

For other error codes, please refer to the Common Errors section of this document.