We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As an API developer I'd like to have entity-type endpoints So that I can control and query the entity types
There may be a way to do this without an entityType model and instead query the entity table with SELECT DISTINCT type FROM entity
SELECT DISTINCT type FROM entity
The text was updated successfully, but these errors were encountered:
Adding type mapping
c623344
This aims to add a method to progmatically track entity type access to questionairres. resolves #219
Will wait on this until after the contract audit project.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
User Story
As an API developer
I'd like to have entity-type endpoints
So that I can control and query the entity types
Acceptance Criteria
Notes
There may be a way to do this without an entityType model and instead query the entity table with
SELECT DISTINCT type FROM entity
The text was updated successfully, but these errors were encountered: