EntityHeader
org.sagebionetworks.repo.model.EntityHeader
JSON schema for EntityHeader POJO
| Field | Type | Description |
|---|---|---|
| name | STRING | The name of the entity |
| id | STRING | The id of the entity |
| type | STRING | The type of the entity |
| versionNumber | INTEGER | The version number of the entity |
| versionLabel | STRING | The user defined version label of the entity |
| isLatestVersion | BOOLEAN | If this version is the latest version of the entity |
| benefactorId | INTEGER | The ID of the entity that this Entity's ACL is inherited from. |
| createdOn | STRING | The date this entity was created. |
| modifiedOn | STRING | The date this entity was last modified. |
| createdBy | STRING | The ID of the user that created this entity. |
| modifiedBy | STRING | The ID of the user that last modified this entity. |