GET /entity/{id}/schema/binding
Get information about a JSON schema bound to an Entity. Note: Any child Entity that does not have a bound schema will inherit the first bound schema found in its hierarchy.
Note: The caller must be granted the ACCESS_TYPE.READ permission on the Entity.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/schema/binding
Resource URL Variables
| {id} | The ID of the entity. |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | JsonSchemaObjectBinding (application/json) |