GET /entity/type
Get a batch of EntityHeader given multile Entity IDs. 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/type
Parameters
batch | A comma separated list of Entity IDs to get EntityHeaders for. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | PaginatedResults<EntityHeader> (application/json) |