mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 22:42:28 -05:00
Added fields to endpoint.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -41,6 +41,11 @@ def get_template_statistics_for_service_by_day(service_id):
|
||||
"count": row.count,
|
||||
"template_id": str(row.template_id),
|
||||
"template_name": row.template_name,
|
||||
"template_folder_id": row.template_folder_id,
|
||||
"template_folder": row.folder,
|
||||
"created_by_id": row.created_by_id,
|
||||
"created_by": row.created_by,
|
||||
"last_used": row.last_used,
|
||||
"template_type": row.notification_type,
|
||||
"status": row.status,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user