Documentation ExposeService (1.1)

The Expose namespace has Entities and Operations common to all namespaces or things that does not fit under any other namespace.

Download OpenAPI description
Languages
Servers
https://demo.storm.io/api/1.1/

ErrorMessages

Operations

List error messages

Request

Lists error messages available in the API. These gets raised as bad requests.

Query
cultureCodestring

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

curl -i -X GET \
  https://demo.storm.io/api/1.1/ExposeService.svc/rest/ListErrorMessages

Responses

Success

BodyArray [
Namestring

The Name of the Entity. MaxLength: 50.

Valuestring

The Value of the Entity. MaxLength: max.

]
Response
[ { "Name": "string", "Value": "string" } ]

Ping

Operations

Process

Operations