GET /entity/{id}/derivedKeys
If the given Entity has derived annotations, then this will return the distinct annotation keys of those annotations. If they entity does not have derived annotations then the resulting Keys will be empty.
Note: Derived annotations are automatically added or removed base on a combination of the Entity's currently bound JsonSchema and the Entitiy's actual annotations. This automatic process is eventually consistent.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/derivedKeys
Resource URL Variables
{id} |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | Keys (application/json) |