Handles creating, reading and updating teams.

GET /api/team/Genotoul-biostat/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 33,
    "name": "Genotoul-biostat",
    "logo_url": null,
    "description": "To be completed...",
    "expertise": [],
    "linkCovid19": "",
    "homepage": "https://perso.math.univ-toulouse.fr/biostat/",
    "unitId": "",
    "address": "",
    "city": "",
    "country": "",
    "communities": [],
    "projects": [],
    "affiliatedWith": [],
    "publications": [
        ""
    ],
    "certifications": [],
    "fundedBy": [
        {
            "id": 4,
            "name": "IFB",
            "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IFB/?format=api"
        }
    ],
    "keywords": [],
    "fields": [],
    "orgid": null,
    "tools": [],
    "services": [],
    "leaders": [],
    "deputies": [],
    "scientificLeaders": [],
    "technicalLeaders": [],
    "members": [
        "https://catalogue.france-bioinformatique.fr/api/userprofile/243/?format=api"
    ],
    "maintainers": [],
    "ifbMembership": "None",
    "platforms": [],
    "is_active": false,
    "closing_date": "2023-03-13",
    "lat": null,
    "lng": null,
    "updated_at": "2023-03-14T13:36:55.220114Z"
}