取り急ぎ Movable Type 6 のDataAPI オブジェクトをJSON パースしてみた。

| コメント(0) | トラックバック(0)

値取得の参考に。

{
    "items": [
        {
            "allowComments": true, 
            "allowTrackbacks": true, 
            "assets": [], 
            "author": {
                "displayName": "ノマド", 
                "userpicUrl": null
            }, 
            "basename": "post", 
            "blog": {
                "id": "1"
            }, 
            "body": "<p>書き込み</p>", 
            "categories": [], 
            "class": "entry", 
            "commentCount": "2", 
            "comments": [
                {
                    "author": {
                        "displayName": "ノマド", 
                        "userpicUrl": null
                    }, 
                    "blog": {
                        "id": "1"
                    }, 
                    "body": "コメントテスト2", 
                    "date": "2013-11-03T21:53:11+09:00", 
                    "entry": {
                        "id": "1"
                    }, 
                    "id": 2, 
                    "link": "http://URL/2013/10/post.html#comment-2", 
                    "parent": 1, 
                    "status": "Approved", 
                    "updatable": false
                }, 
                {
                    "author": {
                        "displayName": "ノマド", 
                        "userpicUrl": null
                    }, 
                    "blog": {
                        "id": "1"
                    }, 
                    "body": "コメントのテスト", 
                    "date": "2013-10-05T22:33:57+09:00", 
                    "entry": {
                        "id": "1"
                    }, 
                    "id": 1, 
                    "link": "http://URL/2013/10/post.html#comment-1", 
                    "parent": null, 
                    "status": "Approved", 
                    "updatable": false
                }
            ], 
            "createdDate": "2013-10-05T22:25:55+09:00", 
            "date": "2013-10-05T22:25:42+09:00", 
            "excerpt": "書き込み...", 
            "id": 1, 
            "keywords": "キーワード、test", 
            "modifiedDate": "2013-11-03T21:53:11+09:00", 
            "more": "<p>テ・ス・ト書き込みつうの</p>", 
            "permalink": "http://URL/2013/10/post.html", 
            "pingsSentUrl": [], 
            "status": "Publish", 
            "tags": [], 
            "title": "テスト", 
            "trackbackCount": "0", 
            "trackbacks": [], 
            "updatable": false
        }
    ], 
    "totalResults": 1
}

トラックバック(0)

トラックバックURL: http://www.nomade.biz/cgi-bin/mt/mt-tb.cgi/173

コメントする