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

{
    "echo": null,
    "total": 4,
    "per_page": 10,
    "pages": 1,
    "page": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 0,
            "label": "Not started"
        },
        {
            "id": 1,
            "label": "In Progress"
        },
        {
            "id": 2,
            "label": "Finished"
        },
        {
            "id": 9,
            "label": "Irrelevant"
        }
    ]
}