GET /entity/{id}
Get an Entity using its ID.
Note: To get an Entity the caller must be granted the ACCESS_TYPE.READ on the Entity.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}
Resource URL Variables
{id} | The ID of the entity to fetch. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | Entity (application/json) |