GET /api/v1/permission/?format=api&page=42
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 628,
    "next": "https://api.artelelectronics.com/api/v1/permission/?format=api&page=43",
    "previous": "https://api.artelelectronics.com/api/v1/permission/?format=api&page=41",
    "results": [
        {
            "id": 155,
            "name": "Can delete Featured Video",
            "codename": "delete_productfeaturedvideo"
        },
        {
            "id": 156,
            "name": "Can view Featured Video",
            "codename": "view_productfeaturedvideo"
        },
        {
            "id": 149,
            "name": "Can add Image",
            "codename": "add_productgallery"
        },
        {
            "id": 150,
            "name": "Can change Image",
            "codename": "change_productgallery"
        },
        {
            "id": 151,
            "name": "Can delete Image",
            "codename": "delete_productgallery"
        },
        {
            "id": 152,
            "name": "Can view Image",
            "codename": "view_productgallery"
        },
        {
            "id": 117,
            "name": "Can add Instruction",
            "codename": "add_productinstruction"
        },
        {
            "id": 118,
            "name": "Can change Instruction",
            "codename": "change_productinstruction"
        },
        {
            "id": 119,
            "name": "Can delete Instruction",
            "codename": "delete_productinstruction"
        },
        {
            "id": 120,
            "name": "Can view Instruction",
            "codename": "view_productinstruction"
        }
    ]
}