API endpoint that allows users to be viewed or edited.

GET /fr/horaire-et-parcours/directions/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 5,
        "colors": [
            1
        ],
        "nom": "Liste des villes",
        "actif": true
    }
]