GET api/HelloWorld?subscriptionKey={subscriptionKey}
Confirm service is operating correctly and database availability.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| subscriptionKey | String subscription key (required). |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"helloWorld": "sample string 1"
}