api-v4-codedarticlestatus
GET /api/v4/codedarticlestatus?format=api
{
"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"
}
]
}