API endpoint that allows users to be viewed or edited.

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

[
    {
        "id": 2,
        "nom": "TAXI LA DORÉ",
        "transport": "TAXI",
        "reservation": true,
        "telephone": "",
        "actif": true,
        "user": 2
    },
    {
        "id": 3,
        "nom": "intercar",
        "transport": "",
        "reservation": false,
        "telephone": "",
        "actif": false,
        "user": null
    },
    {
        "id": 4,
        "nom": "taxi1",
        "transport": "123",
        "reservation": true,
        "telephone": "",
        "actif": false,
        "user": null
    },
    {
        "id": 5,
        "nom": "taxi2",
        "transport": "123",
        "reservation": true,
        "telephone": "",
        "actif": false,
        "user": null
    },
    {
        "id": 6,
        "nom": "taxi st andre",
        "transport": "",
        "reservation": true,
        "telephone": "",
        "actif": false,
        "user": null
    },
    {
        "id": 7,
        "nom": "bus roberva",
        "transport": "",
        "reservation": false,
        "telephone": "",
        "actif": false,
        "user": null
    },
    {
        "id": 8,
        "nom": "bus2",
        "transport": "",
        "reservation": false,
        "telephone": "",
        "actif": false,
        "user": null
    },
    {
        "id": 9,
        "nom": "bus st fe",
        "transport": "",
        "reservation": false,
        "telephone": "",
        "actif": false,
        "user": null
    },
    {
        "id": 1,
        "nom": "transport 1",
        "transport": "BUS",
        "reservation": false,
        "telephone": "",
        "actif": true,
        "user": 3
    }
]