v2

latestOpenAPI 3.1.02026-07-263155112.9 KB
entity

Association Table

Retrieves association table data for a given entity and association type

<b>Args:</b> <br> id (str): ID of the entity to retrieve association table data, ex: MONDO:0019391 <br> category (str): Category of association to retrieve association table data for, ex: biolink:DiseaseToPhenotypicFeatureAssociation <br> Path (str, optional): Path string to limit results to a subset. Defaults to None. <br> pagination (PaginationParams, optional): Pagination parameters. Defaults to Depends(). <br>

<b>Returns:</b> <br> AssociationResults: Association table data for the specified entity and association type

get/v3/api/entity/{id}/{category}

Path parameters

idstring required
Example:MONDO:0019391
category'biolink:PairwiseGeneToGeneInteraction' | 'biolink:GeneToExpressionSiteAssociation' | 'biolink:GeneToGeneHomologyAssociation' | 'biolink:Association' | 'biolink:MacromolecularMachineToBiologicalProcessAssociation' | 'biolink:MacromolecularMachineToMolecularActivityAssociation' | 'biolink:MacromolecularMachineToCellularComponentAssociation' | 'biolink:GeneToPhenotypicFeatureAssociation' | 'biolink:GenotypeToPhenotypicFeatureAssociation' | 'biolink:VariantToPhenotypicFeatureAssociation' | 'biolink:DiseaseToPhenotypicFeatureAssociation' | 'biolink:GeneToPathwayAssociation' | 'biolink:VariantToGeneAssociation' | 'biolink:CaseToPhenotypicFeatureAssociation' | 'biolink:GenotypeToGeneAssociation' | 'biolink:GenotypeToVariantAssociation' | 'biolink:ChemicalEntityToPathwayAssociation' | 'biolink:VariantToDiseaseAssociation' | 'biolink:ChemicalEntityToDiseaseOrPhenotypicFeatureAssociation' | 'biolink:GenotypeToDiseaseAssociation' | 'biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation' | 'biolink:CorrelatedGeneToDiseaseAssociation' | 'biolink:CaseToDiseaseAssociation' | 'biolink:CaseToGeneAssociation' | 'biolink:CausalGeneToDiseaseAssociation' | 'biolink:DiseaseOrPhenotypicFeatureToLocationAssociation' | 'biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation' required

Association categories

Query parameters

querystring
Example:thumb
traverse_orthologsboolean
Example:true
sortstring[]
format'json' | 'tsv'
downloadboolean
Example:true
directboolean
Example:true
facet_fieldsstring[]
facet_queriesstring[]
filter_queriesstring[]
limitinteger
offsetinteger

Response

Successful Response

OR
string required