GET api/NormalLabelTexts?dx={dx}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dx | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of NormalLabelTextsName | Description | Type | Additional information |
---|---|---|---|
usKey | integer |
None. |
|
usFontSize | string |
None. |
|
strTxFormat | string |
None. |
|
strText | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<ArrayOfNormalLabelTexts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MPUAPI"> <NormalLabelTexts> <strText>sample string 4</strText> <strTxFormat>sample string 3</strTxFormat> <usFontSize>sample string 2</usFontSize> <usKey>1</usKey> </NormalLabelTexts> <NormalLabelTexts> <strText>sample string 4</strText> <strTxFormat>sample string 3</strTxFormat> <usFontSize>sample string 2</usFontSize> <usKey>1</usKey> </NormalLabelTexts> </ArrayOfNormalLabelTexts>
application/json, text/json
Sample:
[ { "usKey": 1, "usFontSize": "sample string 2", "strTxFormat": "sample string 3", "strText": "sample string 4" }, { "usKey": 1, "usFontSize": "sample string 2", "strTxFormat": "sample string 3", "strText": "sample string 4" } ]