API
This REST API provides programmatic access to all research aspects of this OCHRE site, subject to the same authentication and permissions checks that govern the web interface.
GET /api/article/permissions/2/
{
"user_permissions": {
"delete": [
2
],
"view": [
1,
2
],
"change": [
2
]
},
"group_permissions": {
"delete": [],
"view": [
3
],
"change": [
3
]
},
"object_url": "/api/article/2/",
"url": "/api/article/permissions/2/",
"all_users": [
[
1,
"AnonymousUser"
],
[
2,
"tom"
],
[
3,
"sli159"
],
[
4,
"hsirin1"
],
[
5,
"messner1"
],
[
6,
"sbacker2"
],
[
7,
"nwebb11"
],
[
8,
"lcelnik1"
],
[
9,
"jmj"
]
],
"all_groups": [
[
1,
"director"
],
[
2,
"faculty"
],
[
3,
"cdhweb"
],
[
4,
"student"
],
[
5,
"cdhworkstation"
],
[
6,
"postdoc"
]
],
"all_permissions": [
"delete",
"view",
"change"
]
}