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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "Software development",
            "url": "https://catalogue.france-bioinformatique.fr/api/servicecategory/Software%20development/?format=api"
        },
        {
            "id": 2,
            "name": "Data analysis",
            "url": "https://catalogue.france-bioinformatique.fr/api/servicecategory/Data%20analysis/?format=api"
        }
    ]
}