Retrieve the available MovinCool models which are indexed by code to name for speed.
Sample parameter inputs are shown below.
https://api.movincool.entrinix.com/service/model-list-index
Examples:
This will return all of the makes in JSON format. The code field is the only one that should be passed back for any queries. Results are returned sorted by code and model name.
Sample result outputs are shown below.
{
"count": 17,
"elapsed_time": "0.0090",
"results": [
{
"code": "cl10",
"name": "Classic 10"
},
{
"code": "cl40",
"name": "Classic 40"
},
{
"code": "cl60",
"name": "Classic 60"
}
]
}