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": 6,
            "brandName": "Trakya Döküm",
            "slug": "trakya-dokum"
        },
        {
            "id": 5,
            "brandName": "Green Box",
            "slug": "green-box"
        },
        {
            "id": 4,
            "brandName": "Fırat",
            "slug": "firat"
        },
        {
            "id": 3,
            "brandName": "Senkron",
            "slug": "senkron"
        },
        {
            "id": 1,
            "brandName": "Rain Bird",
            "slug": "rain-bird"
        }
    ]
}