GET api/ufc/v{version}/UniversalFaults/GetShortDescriptions?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 UfcShortName | Description | Type | Additional information |
---|---|---|---|
ShortId | integer |
None. |
|
ShortDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ShortId": 1, "ShortDescription": "sample string 2" }, { "ShortId": 1, "ShortDescription": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfUfcShort xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mercury.Ase.Data"> <UfcShort> <ShortDescription>sample string 2</ShortDescription> <ShortId>1</ShortId> </UfcShort> <UfcShort> <ShortDescription>sample string 2</ShortDescription> <ShortId>1</ShortId> </UfcShort> </ArrayOfUfcShort>