GET https://backend.gisworld-tech.com/core/navigations/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "title": "Home",
        "slug": "home",
        "order": 1,
        "is_navbar": true,
        "is_footer": false,
        "parent_title": null,
        "parent_slug": null
    },
    {
        "id": 3,
        "title": "Services",
        "slug": "service",
        "order": 2,
        "is_navbar": true,
        "is_footer": false,
        "parent_title": null,
        "parent_slug": null
    },
    {
        "id": 9,
        "title": "Partners",
        "slug": "partner",
        "order": 3,
        "is_navbar": true,
        "is_footer": false,
        "parent_title": "Services",
        "parent_slug": "service"
    },
    {
        "id": 7,
        "title": "Software",
        "slug": "software",
        "order": 4,
        "is_navbar": true,
        "is_footer": false,
        "parent_title": "Services",
        "parent_slug": "service"
    },
    {
        "id": 11,
        "title": "Educational",
        "slug": "educational",
        "order": 4,
        "is_navbar": true,
        "is_footer": false,
        "parent_title": "Services",
        "parent_slug": "service"
    },
    {
        "id": 10,
        "title": "Contact us",
        "slug": "contact",
        "order": 5,
        "is_navbar": true,
        "is_footer": false,
        "parent_title": null,
        "parent_slug": null
    }
]