Diagram

Retrieve the available MovinCool diagrams for a given part number for a MovinCool unit. This service ONLY returns the diagrams.

This will return a list of image thumbnails and the illustration image for use in showing the various images in a dropdown. Not putting a range will show everything. Putting in a range will pull only the items that fit that range. The files is now put in here, so you can use the files information to get the URL to download and view the files.

Parameters

Parameter Examples

Sample parameter inputs are shown below.

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

Examples:

Results

This will return all of the makes in JSON format.

Result Example

Sample result outputs are shown below.

{
	"code": "cl10",
	"count": ​4,
	"elapsed_time": "0.0287",
	"message": "Model code search results found.",
	"model_name": "Classic 10",
	"range": "201102-999999",
	"results": [
		{
			"image_name": "ILL00424-00",
			"thumbnail_url": "http://densoservices.net/view/movincool/spare-parts-catalog/ILL00424-00.png",
			"files": {
				"eps": {
					"download_url": "http://densoservices.net/download/movincool/spare-parts-catalog/ILL00424-00.eps",
					"file_size": ​1108459,
					"file_size_h": "1.06 MB"
				},
				"png": {
						"download_url": "http://densoservices.net/download/movincool/spare-parts-catalog/ILL00424-00.png",
						"file_size": ​42482,
						"file_size_h": "41.49 KB"
				}
			}
		},
		{
			"image_name": "ILL00425-00",
			"thumbnail_url": "http://densoservices.net/view/movincool/spare-parts-catalog/ILL00425-00.png",
			"files": {
				"eps": {
					"download_url": "http://densoservices.net/download/movincool/spare-parts-catalog/ILL00425-00.eps",
					"file_size": ​1923787,
					"file_size_h": "1.83 MB"			
				},
				"png": {
					"download_url": "http://densoservices.net/download/movincool/spare-parts-catalog/ILL00425-00.png",
					"file_size": ​237751,
					"file_size_h": "232.18 KB"
			}
		}
	],
	"status": "success"
}