Model List

Retrieve the available MovinCool models and the necessary codes to retrieve accessory images and spare parts.

Parameters

Parameter Examples

Sample parameter inputs are shown below.

https://api.movincool.entrinix.com/service/model-list

Examples:

Results

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. The name, category, and type are reference fields and should not be used for anything other than display.

Result Example

Sample result outputs are shown below.

{
	"count": ​17,
	"elapsed_time": "0.0090",
	"results": [
		{
			"code": "cl10",
			"name": "Classic 10",
			"category": "Classic Series",
			"type": "Portable Air Conditioners"
		},
		{
			"code": "cl40",
			"name": "Classic 40",
			"category": "Classic Series",
			"type": "Portable Air Conditioners"

		},
		{
			"code": "cl60",
			"name": "Classic 60",
			"category": "Classic Series",
			"type": "Portable Air Conditioners"

		},
		{
			"code": "cm12",
			"name": "CM12",
			"category": "Ceiling-Mount Series",
			"type": "Ceiling-Mount Air Conditioners"
		},
		{
			"code": "cm25",
			"name": "CM25",
			"category": "Ceiling-Mount Series",
			"type": "Ceiling-Mount Air Conditioners"

		}
	]
}