GET api/DictData?dictType={dictType}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dictType
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "DictDataID": "6a8b9c93-2dc7-441d-a6a7-2bea5bb1b889",
    "Name": "sample string 2"
  },
  {
    "DictDataID": "6a8b9c93-2dc7-441d-a6a7-2bea5bb1b889",
    "Name": "sample string 2"
  },
  {
    "DictDataID": "6a8b9c93-2dc7-441d-a6a7-2bea5bb1b889",
    "Name": "sample string 2"
  }
]

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: 发生一个或多个错误。

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: 发生一个或多个错误。