You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the /api/hpo/term/{ontologyId} endpoint only accepts a single ontologyId at a time.
As a feature request, it would be nice to be able to submit a list of HPO terms via a GET call to an API to get details for more than one HPO term at a time.
The text was updated successfully, but these errors were encountered:
My use case is that I may have a list of HPO term IDs, and want to look up the text string associated with them in a single API call - for a completely made-up and nonsense example, subject X is annotated with HP:0003577|HP:4000040|HP:0030674. I'd like to be able to resolve that and learn the annotation is:
Merge in HPO/hpo-web from release/1.7.12 to master
* commit 'a8cfc7954c99e3df031262359c98be8f6fa21d86':
just reformating with intellij
fixing up search output, bumping versions for deployment
purging bootstrap
more refactor to flex layout
updating styles for search component
angular 12, flex layout
bumping supporting files
bumping new versions
removing charite, add loading bar for news
fixing endpoint category
It appears that the /api/hpo/term/{ontologyId} endpoint only accepts a single ontologyId at a time.
As a feature request, it would be nice to be able to submit a list of HPO terms via a GET call to an API to get details for more than one HPO term at a time.
The text was updated successfully, but these errors were encountered: