Send batch params as part of normalized API
This commit is contained in:
parent
5f8dc20312
commit
cd8d70de0e
|
@ -100,6 +100,7 @@ class APIBatchView(APIBatchMixin, APIMasterView):
|
||||||
'id_str': batch.id_str,
|
'id_str': batch.id_str,
|
||||||
'description': batch.description,
|
'description': batch.description,
|
||||||
'notes': batch.notes,
|
'notes': batch.notes,
|
||||||
|
'params': batch.params or {},
|
||||||
'rowcount': batch.rowcount,
|
'rowcount': batch.rowcount,
|
||||||
'created': created,
|
'created': created,
|
||||||
'created_by_uuid': batch.created_by.uuid,
|
'created_by_uuid': batch.created_by.uuid,
|
||||||
|
|
Loading…
Reference in a new issue