EntityCollection Type

Represents a collection of application entities, such as spaces, users, comments, discussions, and so on. The type of entity contained in a given instance is set at run time. The data field will contain a collection of the entities. An EntityCollection is returned as a response from many resources in the API, and it's best understood in the context of the resource itself, rather than as a standalone type.

Fields

FieldTypeDescription
dataList of TContains a collection of the entity instances. These could be one of a variety of types, including documents, discussions, users, messages, comments, and so on. The specific type in the collection will depend on which resource returns the EntityCollection instance.
linksLinksIf this collection of entities is paginated, use this to get the previous and next pages of entities.