Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleSample : Course Enrollment JSON
{
  "id": "api.report",
  "ver": "1.0",
 
"ts": "2019-04-25 14:47:29:855+0530",
  "params": {
  
 "resmsgid": "f34350f0-673a-11e9-a5f9-a9ba66dcacb1",
   
"msgid": null,
   
"status": "success",

   "err": null,
 
  "errmsg": null
 
},

 "responseCode": "OK",
  "result": {
 
  "keys": [],
    "data": {
   
  "Course Name": [
       
"English Training Program",
        "Physical Science Training Program",
 
      "Maths Training Program"
      ],
      "Total Course Enrollment": [
     
  "54814",
  
     "51356",
    
   "67348",
        "176538",
       
"214892",
      
 
    ]
      
    },
    "tableData": []
 }
}
}