Retrieves InterPro identifiers for the given accession
Example:
---
`/analyses/MGYA00102827/interpro-identifiers`

GET /metagenomics/api/v1/analyses/MGYA00103878/interpro-identifiers?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/MGYA00103878/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00103878/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR008250",
            "attributes": {
                "accession": "IPR008250",
                "count": 2,
                "description": "P-type ATPase, A  domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR008250?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR019455",
            "attributes": {
                "accession": "IPR019455",
                "count": 1,
                "description": "Acetolactate synthase, small subunit, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR019455?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR004789",
            "attributes": {
                "accession": "IPR004789",
                "count": 1,
                "description": "Acetolactate synthase, small subunit"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR004789?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR023214",
            "attributes": {
                "accession": "IPR023214",
                "count": 1,
                "description": "HAD-like domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR023214?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006439",
            "attributes": {
                "accession": "IPR006439",
                "count": 1,
                "description": "HAD hydrolase, subfamily IA"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006439?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000064",
            "attributes": {
                "accession": "IPR000064",
                "count": 1,
                "description": "Endopeptidase, NLPC/P60 domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000064?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 6
        }
    }
}