GET api/Descriptions/GetDescriptions

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SP_WB_DescriptionReturn_Result
NameDescriptionTypeAdditional information
TextType

string

None.

Code

string

None.

LanguageCode

string

None.

Text

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "textType": "sample string 1",
    "code": "sample string 2",
    "languageCode": "sample string 3",
    "text": "sample string 4"
  },
  {
    "textType": "sample string 1",
    "code": "sample string 2",
    "languageCode": "sample string 3",
    "text": "sample string 4"
  }
]