GET api/ufc/v{version}/UniversalFaults/GetLongDescriptions?language={language}&country={country}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
|
country | string |
Required |
|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of UfcLongName | Description | Type | Additional information |
---|---|---|---|
LongId | integer |
None. |
|
LongDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "LongId": 1, "LongDescription": "sample string 2" }, { "LongId": 1, "LongDescription": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfUfcLong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mercury.Ase.Data"> <UfcLong> <LongDescription>sample string 2</LongDescription> <LongId>1</LongId> </UfcLong> <UfcLong> <LongDescription>sample string 2</LongDescription> <LongId>1</LongId> </UfcLong> </ArrayOfUfcLong>