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
| Name | Description | Type | Remarks |
|---|---|---|---|
| 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
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.
IHttpActionResultNone.
Response Formats
Body (application/json, text/json)
Sample not available.