GET /api/v1/permission/?format=api&ordering=id&page=12
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&ordering=id&page=13",
"previous": "https://api.artelelectronics.com/api/v1/permission/?format=api&ordering=id&page=11",
"results": [
{
"id": 111,
"name": "Can delete Characteristic",
"codename": "delete_productcharacteristic"
},
{
"id": 112,
"name": "Can view Characteristic",
"codename": "view_productcharacteristic"
},
{
"id": 113,
"name": "Can add Characteristic Item",
"codename": "add_productcharacteristicitem"
},
{
"id": 114,
"name": "Can change Characteristic Item",
"codename": "change_productcharacteristicitem"
},
{
"id": 115,
"name": "Can delete Characteristic Item",
"codename": "delete_productcharacteristicitem"
},
{
"id": 116,
"name": "Can view Characteristic Item",
"codename": "view_productcharacteristicitem"
},
{
"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"
}
]
}