Skip to content

Endpoint to get count of each status in volue #73

Description

@tenkus47

@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 !

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Fields

No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions