GET /entity/{id}/version/{versionNumber}/type
Get the EntityHeader of an Entity given its ID and version number. The EntityHeader is a light weight object with basic information about an Entity includes its type.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/version/{versionNumber}/type
Resource URL Variables
| {id} | The ID of the Entity to get the EntityHeader for. |
| {versionNumber} | The version number of the Entity to get the EntityHeader for. |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | EntityHeader (application/json) |