Default template not indicated in the report REST API json output

The report json output from Reports REST API

http://xxx.xxx.xxx:9090/app/rest/reports/v1/report/915c0a98-5ce8-32bc-0e0f-5a50f18a5cbf

does not indicated which template is selected as default.
Add ‘default:true’ as below to the template which is selected as default in the report designer.

{
"id": "9b5c0a98-5ce8-32bc-0e0f-5a56f18a56bf",
"name": "My Summary Sheet Report",
"code": "summary_sheet",
"group": "1e23443-2b9e-85e5-00bf-8c28e2b02c11",
"templates": [
  {
"code": "DEFAULT",
"outputType": "DOCX",
"default":"false"
},
  {
"code": "Summary Sheet v2",
"outputType": "DOCX",
"default":"true"
},
  {
"code": "Summary Sheet v4",
"outputType": "DOCX",
"default":"false"
},
  {
"code": "Summary Sheet v3",
"outputType": "DOCX",
"default":"false"
},
  {
"code": "DEFAULT_1",
"outputType": "DOCX",
"default":"false"
}
],
"inputParameters": [
  {
"name": "Client",
"alias": "clientId",
"type": "NUMERIC",
"required": true,
"hidden": false,
"defaultValue": "12"
}
],
}

Hi @lenny,

What are your CUBA Platform and REST API addon versions?

Cuba platform - v7.2.7
REST API - v7.2.1
Reporting - v7.2.7

Hi @lenny,
Thank you for reporting the problem. We have created a issue in our Github.
Regards,
Mikhail