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" }