Retrieves GO terms for the given accession
Example:
---
`/analyses/MGYA00102827/go-terms`

GET /metagenomics/api/v1/analyses/MGYA00329671/go-terms?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "links": {
        "first": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00329671/go-terms?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00329671/go-terms?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "go-terms",
            "id": "GO:0046718",
            "attributes": {
                "accession": "GO:0046718",
                "count": 43,
                "description": "viral entry into host cell",
                "lineage": "biological_process"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0046718?format=api"
            }
        },
        {
            "type": "go-terms",
            "id": "GO:0019048",
            "attributes": {
                "accession": "GO:0019048",
                "count": 28,
                "description": "modulation by virus of host morphology or physiology",
                "lineage": "biological_process"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0019048?format=api"
            }
        },
        {
            "type": "go-terms",
            "id": "GO:0046797",
            "attributes": {
                "accession": "GO:0046797",
                "count": 19,
                "description": "viral procapsid maturation",
                "lineage": "biological_process"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0046797?format=api"
            }
        },
        {
            "type": "go-terms",
            "id": "GO:0006260",
            "attributes": {
                "accession": "GO:0006260",
                "count": 7,
                "description": "DNA replication",
                "lineage": "biological_process"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0006260?format=api"
            }
        },
        {
            "type": "go-terms",
            "id": "GO:0019069",
            "attributes": {
                "accession": "GO:0019069",
                "count": 7,
                "description": "viral capsid assembly",
                "lineage": "biological_process"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0019069?format=api"
            }
        },
        {
            "type": "go-terms",
            "id": "GO:0019073",
            "attributes": {
                "accession": "GO:0019073",
                "count": 3,
                "description": "viral DNA genome packaging",
                "lineage": "biological_process"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0019073?format=api"
            }
        },
        {
            "type": "go-terms",
            "id": "GO:0006810",
            "attributes": {
                "accession": "GO:0006810",
                "count": 1,
                "description": "transport",
                "lineage": "biological_process"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0006810?format=api"
            }
        },
        {
            "type": "go-terms",
            "id": "GO:0019028",
            "attributes": {
                "accession": "GO:0019028",
                "count": 100,
                "description": "viral capsid",
                "lineage": "cellular_component"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0019028?format=api"
            }
        },
        {
            "type": "go-terms",
            "id": "GO:0046729",
            "attributes": {
                "accession": "GO:0046729",
                "count": 7,
                "description": "viral procapsid",
                "lineage": "cellular_component"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0046729?format=api"
            }
        },
        {
            "type": "go-terms",
            "id": "GO:0016020",
            "attributes": {
                "accession": "GO:0016020",
                "count": 1,
                "description": "membrane",
                "lineage": "cellular_component"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0016020?format=api"
            }
        },
        {
            "type": "go-terms",
            "id": "GO:0005198",
            "attributes": {
                "accession": "GO:0005198",
                "count": 57,
                "description": "structural molecule activity",
                "lineage": "molecular_function"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0005198?format=api"
            }
        },
        {
            "type": "go-terms",
            "id": "GO:0003677",
            "attributes": {
                "accession": "GO:0003677",
                "count": 3,
                "description": "DNA binding",
                "lineage": "molecular_function"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0003677?format=api"
            }
        },
        {
            "type": "go-terms",
            "id": "GO:0005215",
            "attributes": {
                "accession": "GO:0005215",
                "count": 1,
                "description": "transporter activity",
                "lineage": "molecular_function"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/go-terms/GO:0005215?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 13
        }
    }
}