@RestController public class CMDashboardController extends Object
| Constructor and Description |
|---|
CMDashboardController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectionDetails(String collDetailsRequest)
Provides Collection Index details across all ULBs
|
String |
getConsolidatedCollDetails()
Provides State-wise Collection Statistics
|
String |
getStateCityInformation()
Gives the State-City information across all ULBs
|
@ExceptionHandler(value=java.lang.Exception.class) @RequestMapping(value="/statecityinfo", method=GET, produces="application/json") @ResponseBody public String getStateCityInformation()
@RequestMapping(value="/collectionstats",
method=GET,
produces="application/json")
public String getConsolidatedCollDetails()
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.