Brand List
Brand için CRUD işlemlerini (Create, Retrieve, Update, Delete) sağlayan ViewSet.
GET /api/denizsulama/brands/?format=api&offset=18
{ "count": 23, "next": null, "previous": "https://ziraisulama.com/api/denizsulama/brands/?format=api&limit=18", "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" } ] }