GET api/Health/{actionname}


GET api/Health/{actionname}

Will return the health of the API, returns this in case the API is healthy: "API is Healthy"

Request Information

URI Parameters

NameDescriptionTypeAdditional information
actionname

string

None.

Body Parameters

None.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string"

application/xml, text/xml

Sample:
<string>sample string</string>