@eroux the admin and the managament need to see how many volumes are completed for each status,
i think we can have a endpoint like below where batchId can be sent.
GET: /volumes/metadata/?batch=1
where the response will look something like:
{
"count":{
"active": 12
"in_progress": 23
"in_review": 21
"reviewed":13
"dublicate_under_review": 12
"skipped":32
}
..any extra data
}
please update the format if required !
@eroux the admin and the managament need to see how many volumes are completed for each status,
i think we can have a endpoint like below where batchId can be sent.
where the response will look something like:
{ "count":{ "active": 12 "in_progress": 23 "in_review": 21 "reviewed":13 "dublicate_under_review": 12 "skipped":32 } ..any extra data }please update the format if required !