Listing all applications

Use the GET method to list all the applications in a solution application.

Method

GET.

Resource URL

https://<bookweb server hostname>/ibm/water/api/application

Request Parameters

Not applicable.

Response

[{
        "APP_ID":"CSO",
        "NAME":"Combined Sewer Overflow Management",
        "DESCRIPTION":"Combined Sewer Overflow Management",
        "ROWID":1,
        "NAME_I18N":"Combined Sewer Overflow Management"
},{
        "APP_ID":"EAM",
        "NAME":"Maximo Integration",
        "DESCRIPTION":"Maximo Integration",
        "ROWID":2,  
        "NAME_I18N":"Maximo Integration"
},{
        "APP_ID":"IOW",
        "NAME":"Intelligent Operations for Water",
        "DESCRIPTION":"Intelligent Operations for Water",
        "ROWID":3,
        "NAME_I18N":"Intelligent Operations for Water"
},{
	"APP_ID":"PFP",
	"NAME":"Pipe Failure Prediction",
	"DESCRIPTION":"Pipe Failure Prediction",
	"ROWID":4,
	"NAME_I18N":"Pipe Failure Prediction"
},{
	"APP_ID":"PO",
	"NAME":"Pressure Optimization",
	"DESCRIPTION":"Pressure Optimization",
	"ROWID":5,
	"NAME_I18N":"Pressure Optimization"
},{
       "APP_ID":"WCP",
       "NAME":"Water Conservation Portal",
       "DESCRIPTION":"Water Conservation Portal",
       "ROWID":6,
       "NAME_I18N":"Water Conservation Portal"
}]