The Applications namespace has Entities and Operations concerned with the Application as such. It contains the Application entity, Stores and other lookup data common to an Application.
Documentation ApplicationService (1.1)
https://demo.storm.io/api/1.1/ApplicationService.svc/rest/ListApplicationFlagGroups
- cURL
- JS
- C#
curl -i -X GET \
https://demo.storm.io/api/1.1/ApplicationService.svc/rest/ListApplicationFlagGroups
Response
[ { "Id": 0, "Value": "string", "Code": "string" } ]
https://demo.storm.io/api/1.1/ApplicationService.svc/rest/ListApplicationFlags
- cURL
- JS
- C#
curl -i -X GET \
https://demo.storm.io/api/1.1/ApplicationService.svc/rest/ListApplicationFlags
Response
[ { "Id": 0, "Value": "string", "Code": "string" } ]