GET api/Test/ConnectionTest?testString={testString}

Liefert den als Parameter übergebenen String zurück

Request Informationen

URI Parameter

NameBeschreibungTypZusatzinformation
testString

Der Teststring

string

Required

Body Parameter

Keine.

Response Informationen

Response Formate

application/json, text/json

Beispiel
{
  "TestString": "Test",
  "Header": null
}

application/xml, text/xml

Beispiel
<ConnectionTestResponse xmlns="http://schemas.datacontract.org/2004/07/Inso.WebAPI.Domain.Models" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Header i:nil="true" />
  <TestString>Test</TestString>
</ConnectionTestResponse>

application/octet-stream

Beispiel
<ConnectionTestResponse xmlns="http://schemas.datacontract.org/2004/07/Inso.WebAPI.Domain.Models" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Header i:nil="true"/><TestString>Test</TestString></ConnectionTestResponse>
URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body