1. エンティティ コレクション

エンティティ コレクション オブジェクト

エンティティ コレクション オブジェクトは、0 個以上のエンティティ オブジェクトを含むコレクション オブジェクトです。 追加のプロパティは含まれません。

{
    "items":[
        {
            "id":1,
            "properties":{
                "Property1":"Hello, World!",
                "Property2":42
            },
            "relations":{},
            "self":{href:"http://hostname/api/entities/1"},
            "entitydefinition":{
                "href":"http://hostname/api/entitydefinitions/name"
            }
        },
        ...
    ],
    "total_items":38,
    "returned_items":25,
    "self":{
        "href":"http://hostname/api/entities"
    },
    "next":{
        "href":"http://hostname/api/entities?skip=25"
    }
}
この記事を改善するための提案がある場合は、 お知らせください!