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
Eve REST API queries returns all details about annotation. Formulate/document queries in order to get only desired structure
annotation type and motivation
projection={"motivation":1,"type":1}
target.source and id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Eve REST API queries returns all details about annotation.
Formulate/document queries in order to get only desired structure
annotation type and motivation
projection={"motivation":1,"type":1}
as URL query paremeter to get only these elements in result itemListElementE.g.: https://b2note.bsc.es/api/annotations?projection={%22type%22:1,%22motivation%22:1}
target.source and id
The text was updated successfully, but these errors were encountered: