Diagnostic equipment represents a device that is used to diagnose or repair a vehicle.
A diagnostic equipment represents a device that is used to diagnose or repair a vehicle.
id | integer <int64> Diagnostic Equipment identifier. |
available | boolean Whether the provider has this diagnostic equipment available for use. |
local_connector_numbers | Array of numbers <int32> >= 0 items List of local connnector numbers to which the diagnostic equipment is connected. |
name | string [ 1 .. 255 ] characters Name of the diagnistic equipment tool. |
version | string or null [ 1 .. 255 ] characters Version of the diagnostic equipment. |
{- "id": 121,
- "available": true,
- "local_connector_numbers": [
- 23304,
- 90010100,
- 25002
], - "name": "iCarsoft CR Pro",
- "version": "2.0"
}
Retrieve a list of all diagnostic equipment.
Successful response.
An error occurred - see status code and problem response for more information.
{- "query": {
- "limit": 25,
- "offset": 0
}, - "result": [
- {
- "id": 121,
- "available": true,
- "local_connector_numbers": [
- 23304,
- 90010100,
- 25002
], - "name": "iCarsoft CR Pro",
- "version": "2.0"
}
], - "total": 3255
}
Retrieve a single diagnostic equipment by its identifier.
Successful response.
id | integer <int64> Diagnostic Equipment identifier. |
available | boolean Whether the provider has this diagnostic equipment available for use. |
local_connector_numbers | Array of numbers <int32> >= 0 items List of local connnector numbers to which the diagnostic equipment is connected. |
name | string [ 1 .. 255 ] characters Name of the diagnistic equipment tool. |
version | string or null [ 1 .. 255 ] characters Version of the diagnostic equipment. |
An error occurred - see status code and problem response for more information.
{- "id": 121,
- "available": true,
- "local_connector_numbers": [
- 23304,
- 90010100,
- 25002
], - "name": "iCarsoft CR Pro",
- "version": "2.0"
}
Update a single diagnostic equipment by its identifier.
Successful response.
id | integer <int64> Diagnostic Equipment identifier. |
available | boolean Whether the provider has this diagnostic equipment available for use. |
local_connector_numbers | Array of numbers <int32> >= 0 items List of local connnector numbers to which the diagnostic equipment is connected. |
name | string [ 1 .. 255 ] characters Name of the diagnistic equipment tool. |
version | string or null [ 1 .. 255 ] characters Version of the diagnostic equipment. |
An error occurred - see status code and problem response for more information.
{- "available": true,
- "local_connector_numbers": [
- 23304,
- 90010100,
- 25002
]
}
{- "id": 121,
- "available": true,
- "local_connector_numbers": [
- 23304,
- 90010100,
- 25002
], - "name": "iCarsoft CR Pro",
- "version": "2.0"
}