Entity Collection Object

Version: 3.3

An Entity Collection Object is a Collection Object containing zero or more Entity Objects. It contains no additional properties.

Example

RequestResponse
{
    "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"
    }
}

Do you have some feedback for us?

If you have suggestions for improving this article,