Send filters back to client
This commit is contained in:
parent
87b4fcb18b
commit
2818056a37
|
@ -805,6 +805,7 @@ def process_instance_list(
|
|||
response_json = {
|
||||
"report_metadata": report_metadata,
|
||||
"results": results,
|
||||
"filters": report_filter.to_dict(),
|
||||
"pagination": {
|
||||
"count": len(results),
|
||||
"total": process_instances.total,
|
||||
|
|
Loading…
Reference in New Issue