- Resources
Partial entity
The Partial Entity Resource works like the Entity Resource, except it only returns part of the properties and part of the relation links.
The following methods are supported: GET, HEAD.
GET /api/entities/id?groups=group,group&members=member,member
Returns a Partial Entity Object that contains the state of the entity, limited to the properties and relation links included by the groups and members query parameter.
Example Request:
Example Response:
If you have suggestions for improving this article, let us know!