Handles creating, reading and updating organisations.

GET /api/certification/?format=api&ordering=name
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 11,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 11,
            "name": "Autre",
            "description": "description for Autre",
            "homepage": "http://nothing.org",
            "teamsCertifications": [
                "Orphanet"
            ]
        },
        {
            "id": 6,
            "name": "CATI - CTAI",
            "description": "description for CATI - CTAI",
            "homepage": "http://nothing.org",
            "teamsCertifications": [
                "MIGALE",
                "PACA-Bioinfo",
                "Genotoul-bioinfo",
                "PlantBioinfoPF"
            ]
        },
        {
            "id": 4,
            "name": "CNOC (INRA)",
            "description": "description for CNOC (INRA)",
            "homepage": "http://nothing.org",
            "teamsCertifications": [
                "MIGALE",
                "CBiB",
                "Genotoul-bioinfo",
                "GenOuest",
                "PlantBioinfoPF"
            ]
        },
        {
            "id": 2,
            "name": "France-Génomique",
            "description": "description for France-Génomique",
            "homepage": "http://nothing.org",
            "teamsCertifications": [
                "PRABI-AMSB",
                "Bilille",
                "MicroScope",
                "MIGALE",
                "Genotoul-bioinfo",
                "PlantBioinfoPF"
            ]
        },
        {
            "id": 9,
            "name": "HON Code",
            "description": "description for HON Code",
            "homepage": "http://nothing.org",
            "teamsCertifications": [
                "Orphanet"
            ]
        },
        {
            "id": 10,
            "name": "IRDiRC Recommended",
            "description": "description for IRDiRC Recommended",
            "homepage": "http://nothing.org",
            "teamsCertifications": [
                "Orphanet"
            ]
        },
        {
            "id": 3,
            "name": "ISO  9001",
            "description": "description for ISO  9001",
            "homepage": "http://nothing.org",
            "teamsCertifications": [
                "MicroScope",
                "MIGALE",
                "CBiB",
                "ABiMS",
                "Genotoul-bioinfo",
                "PlantBioinfoPF"
            ]
        },
        {
            "id": 1,
            "name": "Label IBiSA",
            "description": "description for Label IBiSA",
            "homepage": "http://nothing.org",
            "teamsCertifications": [
                "PRABI-Lyon-Gerland",
                "PRABI-AMSB",
                "Bilille",
                "MicroScope",
                "BiRD",
                "ATGC",
                "MIGALE",
                "EBIO",
                "CBiB",
                "RPBS",
                "ABiMS",
                "Genotoul-bioinfo",
                "GenOuest",
                "PlantBioinfoPF"
            ]
        },
        {
            "id": 5,
            "name": "NF X50-900",
            "description": "description for NF X50-900",
            "homepage": "http://nothing.org",
            "teamsCertifications": [
                "MicroScope",
                "CBiB",
                "Genotoul-bioinfo"
            ]
        },
        {
            "id": 7,
            "name": "PF stratégique nationale INRA",
            "description": "description for PF stratégique nationale INRA",
            "homepage": "http://nothing.org",
            "teamsCertifications": [
                "MIGALE",
                "Genotoul-bioinfo",
                "PlantBioinfoPF"
            ]
        },
        {
            "id": 8,
            "name": "RIO",
            "description": "description for RIO",
            "homepage": "http://nothing.org",
            "teamsCertifications": [
                "PRABI-Lyon-Gerland",
                "MIGALE",
                "PACA-Bioinfo"
            ]
        }
    ]
}