Get a list of LicenceClassification objects.

GET /api/v3/licenceclassifications/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 10,
    "next": null,
    "previous": null,
    "results": [
        {
            "ob_id": 1,
            "classification": "unclassified"
        },
        {
            "ob_id": 2,
            "classification": "unstated"
        },
        {
            "ob_id": 3,
            "classification": "any"
        },
        {
            "ob_id": 4,
            "classification": "academic"
        },
        {
            "ob_id": 5,
            "classification": "policy"
        },
        {
            "ob_id": 6,
            "classification": "personal"
        },
        {
            "ob_id": 7,
            "classification": "specific"
        },
        {
            "ob_id": 8,
            "classification": "unclear"
        },
        {
            "ob_id": 9,
            "classification": "nonCommercial"
        },
        {
            "ob_id": 10,
            "classification": "non-commercial"
        }
    ]
}