GET api/Descriptions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SP_WB_DescriptionReturn_Result| Name | Description | Type | Additional 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"
}
]