Retrieves a list of inspection schedules for assets with details on the most recent inspections for each asset.
successful operation
{- "data": [
- {
- "id": 1,
- "assetType": "Vehicle",
- "assetName": "vehicle name example",
- "assetGroup": "9a0c7e3f-b889-40ad-b4da-d9bb84fa8fd2",
- "status": "Completed",
- "statusDayDiff": 1,
- "dueDate": "2024-01-19T00:00:00.000Z",
- "expiredDueDate": "2024-01-19T00:00:00.000Z",
- "lastInspectedDate": "2024-01-19T00:00:00.000Z",
- "lastInspectedDriver": "John",
- "inspectionListId": 1,
- "inspectionListName": "Some inspection list",
- "inspectionFrequency": "Daily"
}
], - "metadata": {
- "count": "30",
- "limit": "1",
- "offset": "0"
}
}