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/15/
HTTP 200 OK
	  Allow: GET, PATCH, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "user_permissions": {
        "delete": [
            2
        ],
        "view": [
            1,
            2
        ],
        "change": [
            2
        ]
    },
    "group_permissions": {
        "delete": [],
        "view": [],
        "change": []
    },
    "object_url": "/api/article/15/",
    "url": "/api/article/permissions/15/",
    "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"
    ]
}