Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
STORM API
/Product Service
/- List product flags [Obsolete("Use ListFlags")]
List product flag gropus
List product flags
List product flags [Obsol...
Documentation ProductService (1.1)
https://demo.storm.io/api/1.1/ProductService.svc/rest/ListFlagGroups
- cURL
- JS
- C#
curl -i -X GET \
https://demo.storm.io/api/1.1/ProductService.svc/rest/ListFlagGroups
Response
[ { "Id": 0, "Name": "string", "Description": "string", "Code": "string" } ]
https://demo.storm.io/api/1.1/ProductService.svc/rest/ListFlags
- cURL
- JS
- C#
curl -i -X GET \
https://demo.storm.io/api/1.1/ProductService.svc/rest/ListFlags
Response
[ { "Id": 0, "Name": "string", "Group": 0, "IsSelected": true } ]
https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductFlags
- cURL
- JS
- C#
curl -i -X GET \
https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductFlags
Response
[ { "Id": 0, "Name": "string", "Group": 0, "IsSelected": true } ]