GET {namespace}/Values

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
namespace
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2",
  "sample string 3"
]

application/xml, text/xml

Sample:
<ArrayOfString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <string>sample string 1</string>
  <string>sample string 2</string>
  <string>sample string 3</string>
</ArrayOfString>

text/csv

Sample:

An exception has occurred while using the formatter 'CsvMediaTypeFormatter' to generate sample for media type 'text/csv'. Exception message: Parameter count mismatch.