The Open API specification for Synapse is now available for download!

Download Open API Spec

GET /entity/{id}/type

Get the EntityHeader of an Entity given its ID. 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}/type

Resource URL Variables
{id} The ID 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)