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

GET /api/denizsulama/brands/?format=api&offset=18&ordering=slug
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=slug",
    "results": [
        {
            "id": 8,
            "brandName": "Sır",
            "slug": "sir"
        },
        {
            "id": 25,
            "brandName": "Tega",
            "slug": "tega"
        },
        {
            "id": 10,
            "brandName": "Tork",
            "slug": "tork"
        },
        {
            "id": 6,
            "brandName": "Trakya Döküm",
            "slug": "trakya-dokum"
        },
        {
            "id": 9,
            "brandName": "Üzümcü",
            "slug": "uzumcu"
        }
    ]
}