feat(platform): filter vehicles by service status
This commit is contained in:
@@ -57,6 +57,14 @@ GET /api/realtime/vehicles?keyword=粤AG18312&protocol=JT808&online=online&limit
|
||||
|
||||
Returns VIN-level realtime rows. Protocol is a source filter, not a product boundary.
|
||||
|
||||
### Vehicle Coverage
|
||||
|
||||
```http
|
||||
GET /api/vehicles/coverage?keyword=粤AG18312&serviceStatus=degraded&limit=20&offset=0
|
||||
```
|
||||
|
||||
Returns VIN-level source coverage rows for the vehicle service list. `serviceStatus` accepts `healthy`, `degraded`, `offline`, and `identity_required`.
|
||||
|
||||
### History Locations
|
||||
|
||||
```http
|
||||
|
||||
Reference in New Issue
Block a user