{
"count": 1,
"results": [
{
"id": 1,
"url": "http://localhost:8000/forms/2/roles/1",
"form_id": 2,
"role_id": 1,
"allowed_privileges": [
"read",
"create",
"update",
"delete",
"search"
]
}
],
"offset": 0,
"order": "asc",
"orderby": "role_id",
"curr": "http://localhost:8000/api/v3/forms/2/roles?orderby=role_id&order=asc&offset=0",
"next": "http://localhost:8000/api/v3/forms/2/roles?orderby=role_id&order=asc&offset=0",
"prev": "http://localhost:8000/api/v3/forms/2/roles?orderby=role_id&order=asc&offset=0",
"total_count": 1
}