Skip to content

Machine Search Results

Stats Results

Schema

{
  "count": 0,
  "manufacturers": { "string": 0 },
  "ranges": { "string": 0 },
  "regions": { "string": 0 },
  "fuelTypes": { "string": 0 },
  "features": { "string": 0 },
  "emissionLevels": { "string": 0 },
  "attributeValues": {
    0: {
      "valueCounts": {
        "string": 0
      },
      "valueRanges": {
        "min": 0.0,
        "max": 0.0
      },
      "unitValueRanges": [{
        "unit": "string",
        "min": 0.0,
        "max": 0.0
      }]
    }
  }
}

Search Results

Schema

{
    "results": [{
        "machine": {
            ... machine model
        },
        "variations": [{
            "variation": {
                ... machine variation model
            },
            "revisions": [{
                "revision": {
                    ... machine revision model
                },
                "attributes": {
                    ... attribute set
                },
                "media": [{
                    "id": 0,
                    "mediaType": "string",
                    "file": {
                        "fileId": 0,
                        "reference": "string",
                        "fileName": "string",
                        "contentType": "string",
                        "size": 0,
                        "url": "string"
                    },
                    "resourceType": "string",
                    "locale": "string"
                }]
            }]
        }]
    }],
    "pagination": {
        "total": 0,
        "returned": 0,
        "page": {
            "index": 0,
            "size": 0
        }
    }
}