Brand için CRUD işlemlerini (Create, Retrieve, Update, Delete) sağlayan ViewSet.

GET /api/denizsulama/brands/?format=api&offset=18&ordering=id
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 23,
    "next": null,
    "previous": "https://ziraisulama.com/api/denizsulama/brands/?format=api&limit=18&ordering=id",
    "results": [
        {
            "id": 20,
            "brandName": "Sertsan",
            "slug": "sertsan"
        },
        {
            "id": 22,
            "brandName": "Kavram",
            "slug": "kavram"
        },
        {
            "id": 23,
            "brandName": "Pusula",
            "slug": "pusula"
        },
        {
            "id": 25,
            "brandName": "Tega",
            "slug": "tega"
        },
        {
            "id": 26,
            "brandName": "Netafim",
            "slug": "netafim"
        }
    ]
}