GET /web/category-details-v2/?format=api&offset=20&ordering=-name
HTTP 200 OK
Allow: GET, HEAD
Content-Type: application/json
Vary: Accept

{
    "count": 22,
    "next": null,
    "previous": "https://prod.aawaz.com/web/category-details-v2/?format=api&limit=10&offset=10&ordering=-name",
    "results": [
        {
            "name": "Business",
            "uniqueSlug": "cat-8acf69",
            "shortUrl": "business",
            "bannerImageUrl": "https://storage.googleapis.com/prod-aawz2-bckt/orig/category/cat_banner_image_ba9d14.png",
            "iconImageUrl": "https://storage.googleapis.com/prod-aawz2-bckt/orig/category/cat_icon_image_8acf69.svg"
        },
        {
            "name": "Bhajan",
            "uniqueSlug": "cat-9d699f",
            "shortUrl": "bhajan",
            "bannerImageUrl": "https://storage.googleapis.com/prod-aawz2-bckt/orig/category/cat_banner_image_8baa02.png",
            "iconImageUrl": "https://storage.googleapis.com/prod-aawz2-bckt/orig/category/cat_icon_image_9d699f.svg"
        }
    ]
}