This API will give engine hours of given devices.
Request
Add parameter in header x-api-key
Example:x-api-key: ********************
Body Params application/json
{
"acctId": "string",
"devIds": "string"
}
Request Code Samples
curl --location --request POST '/devices/engine-hours' \
--header 'token;' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"acctId": "string",
"devIds": "string"
}'
Responses
{
"engineHourData": [
{
"devId": "string",
"systemEngineHour": 0,
"ecuengineHour": 0,
"preference": 0
}
]
}
Modified at 2025-02-28 08:12:14