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

GET /metagenomics/api/v1/analyses/MGYA00105038/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/MGYA00105038/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00105038/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR027417",
            "attributes": {
                "accession": "IPR027417",
                "count": 7,
                "description": "P-loop containing nucleoside triphosphate hydrolase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR027417?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003439",
            "attributes": {
                "accession": "IPR003439",
                "count": 6,
                "description": "ABC transporter-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003439?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR009693",
            "attributes": {
                "accession": "IPR009693",
                "count": 5,
                "description": "Glucitol operon activator"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR009693?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002178",
            "attributes": {
                "accession": "IPR002178",
                "count": 3,
                "description": "PTS EIIA type-2 domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002178?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006103",
            "attributes": {
                "accession": "IPR006103",
                "count": 1,
                "description": "Glycoside hydrolase family 2, catalytic domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006103?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013781",
            "attributes": {
                "accession": "IPR013781",
                "count": 1,
                "description": "Glycoside hydrolase, catalytic domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013781?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 6
        }
    }
}