GET /fr/resource/kinds/?drf_format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "@app": "onegeo_resource",
        "@class": "kind",
        "@label": "Type",
        "@uri": "https://data.grandlyon.com/fr/resource/kinds/5/",
        "id": 5,
        "codename": "api",
        "display_name": "API",
        "description": ""
    },
    {
        "@app": "onegeo_resource",
        "@class": "kind",
        "@label": "Type",
        "@uri": "https://data.grandlyon.com/fr/resource/kinds/3/",
        "id": 3,
        "codename": "documentation",
        "display_name": "Documentation",
        "description": ""
    },
    {
        "@app": "onegeo_resource",
        "@class": "kind",
        "@label": "Type",
        "@uri": "https://data.grandlyon.com/fr/resource/kinds/2/",
        "id": 2,
        "codename": "main-file",
        "display_name": "Fichier principal",
        "description": ""
    },
    {
        "@app": "onegeo_resource",
        "@class": "kind",
        "@label": "Type",
        "@uri": "https://data.grandlyon.com/fr/resource/kinds/1/",
        "id": 1,
        "codename": "main-table",
        "display_name": "Table en BDD",
        "description": ""
    },
    {
        "@app": "onegeo_resource",
        "@class": "kind",
        "@label": "Type",
        "@uri": "https://data.grandlyon.com/fr/resource/kinds/7/",
        "id": 7,
        "codename": "other",
        "display_name": "Autre",
        "description": ""
    },
    {
        "@app": "onegeo_resource",
        "@class": "kind",
        "@label": "Type",
        "@uri": "https://data.grandlyon.com/fr/resource/kinds/6/",
        "id": 6,
        "codename": "source-code",
        "display_name": "Dépôt de code",
        "description": ""
    },
    {
        "@app": "onegeo_resource",
        "@class": "kind",
        "@label": "Type",
        "@uri": "https://data.grandlyon.com/fr/resource/kinds/4/",
        "id": 4,
        "codename": "update-file",
        "display_name": "Mise à jour",
        "description": ""
    }
]