ReportPack

A ReportPack is used to group together a number of reports

Name / Description Type / Format Example
title
The name of this ReportPack
string "string"
reports
The Reports included in this ReportPack
Report[]
id
The unique id of the object
string uuid "string"
{
  "title": "string",
  "reports": [],
  "id": "string"
}