GET api/test/hello

Use this method to test the connection to the api. You will receive a welcome message that will change if the request is sent anonymously, or authentified with a valid token

Request

No URI or Body Parameter required

Response

Returns a welcome message

Output : object (See Model)

Ouput Sample

  • application/json, text/json :
  • { "message": "hello unexpected person" }
  • application/xml, text/xml :
  • <HelloResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Message>hello unexpected person</Message> </HelloResult>