GET api/v0/Html/{id}?apiKey={apiKey}&lang={lang}

Returns the simulation results as HTML content. The Content-type is set to 'text/html' and the charset is UTF-8.

Request Information

URI Parameters

NameDescriptionTypeRemarks
id

Required An integer that represents the simulation ID.

int
apiKey

Required A unique identifier that serves as a form of authentication that verifies the identity of the user making the API request. See the documentation for more details.

string
lang

The expected locale of the output, e.g. 'en' or 'de'.

string

Body Parameters

None.

Request Formats

URL

GET  https://calculationmanager.wehrspohn.info/api/v0/Html/123?apiKey=AF2D3D828177416BBE1599B0000BAD98&lang=en

Response Information

Resource Description

If succeeded, returns status code 200 and the HTML content with the simulation results in the body of the response. Returns status code 404 if the specified ID is not found of the simulation has failed. Returns 500 in case of the internal server error.

IHttpActionResult

None.

Response Formats

Body (application/json, text/json)

Sample:

Sample not available.