GET api/Test/AuthenticationTest

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Dictionary of string [key] and string [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": "sample string 2",
  "sample string 3": "sample string 4"
}

text/html

Sample:
{"sample string 1":"sample string 2","sample string 3":"sample string 4"}