Model Illustrations

Retrieve the available MovinCool spare parts using a model number.

Parameters

The following examples illustrate the various combinations. Available models are retrieved from the Model List service, using the “code” field.

Parameter Examples

Sample parameter inputs are shown below.

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

Examples:

Results

This will return all of the makes in JSON format. Results are returned sorted by page number and part number.

The entered model code will be returned. The “files” will return an array of file types, with the download_url URL to force a download, a file_size in bytes, and a file_size_h which is a human readable file size.

The thumbnail_url is a 72 DPI version of the downloadable file.

Result Example

Sample result outputs are shown below.

{
	"code": "cl10",
	"count": ​558,
	"elapsed_time": "0.0239",
	"message": "Model code search results found.",
	"model_name": "Classic 10",
	"results": [
		{
			"illustration_number": "43",
			"description": "Bolt",
			"part_no": "480919-0370",
			"qty": ​45,
			"serial_no_from": "0211XXXXC10",
			"serial_no_to": "Present",
			"remarks": "M4, L10",
			"page_no_identify": ​2,
			"image_name": "ILL00425-00",
			"files": {
				"eps": {
					"download_url": "http://densoservices.localhost/download/movincool/spare-parts-catalog/ILL00425-00.eps",
					"file_size": ​1923787,
					"file_size_h": "1.83 MB"
				},
				"png": {
					"download_url": "http://densoservices.localhost/download/movincool/spare-parts-catalog/ILL00425-00.png",
					"file_size": ​237751,
					"file_size_h": "232.18 KB"
				}
			},
			"thumbnail_url": "http://densoservices.localhost/view/movincool/spare-parts-catalog/ILL00425-00.png"
		},
		{
			"illustration_number": "55",
			"description": "Bolt",
			"part_no": "480919-0370",
			"qty": ​45,
			"serial_no_from": "0109XXXXC10",
			"serial_no_to": "1210XXXXC10",
			"remarks": "M4, L10",
			"page_no_identify": ​2,
			"image_name": "ILL00105-00",
			"files": {
				"eps": {
					"download_url": "http://densoservices.localhost/download/movincool/spare-parts-catalog/ILL00105-00.eps",
					"file_size": ​1923787,
					"file_size_h": "1.83 MB"
				},
				"png": {
					"download_url": "http://densoservices.localhost/download/movincool/spare-parts-catalog/ILL00105-00.png",
					"file_size": ​237751,
					"file_size_h": "232.18 KB"
				}
			},
			"thumbnail_url": "http://densoservices.localhost/view/movincool/spare-parts-catalog/ILL00105-00.png"
		}
	],
	"status": "success"
}