GET api/models/{modelCode}/navigationboards?equipment={equipment}&language={language}&modelId={modelId}
Gets the navigation board for a model code (UMC) and equipment. The result will be a json object with a navigation board identifier, swiffy object with the board navigation image information and the functional groups of the navigation board. If the board navigation for the indicated equipment is not found, or not equipment has been specified, the default board for that model will be returned, returning null value if there is no default board for the model.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
modelCode |
Model code of the vehicle, by example CI02301, VL01701. This field is mandatory. |
string |
Required |
equipment |
Equipment code identifier (by example: CR05, CB03, etc). |
string |
Required |
language |
Language Iso code according to the standard RFC-5646 (en-GB, en-US, es-ES, ...). |
string |
Required |
modelId |
Model id. |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
JSON result with boar navigation board information.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.