summaryrefslogtreecommitdiff
path: root/htroot/api/logreports.json
blob: 4b495dada9b585d4e8d9c0b2fb72a05abe87d666 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  #(authorized)#
  "error": "authorization required",
  ::
  #(/authorized)#
  "reports": [
    #{reports}#
    {
      "filename": "#[filename]#",
      "title": "#[title]#",
      "published": "#[published]#",
      "daily": #(daily)#false::true#(/daily)#,
      "content": "#[content]#"
    }#(comma)#::,#(/comma)#
    #{/reports}#
  ]
}