Retrieves a list of inspection lists, including their inspection points and schedules.
successful operation
{- "data": [
- {
- "inspectionListId": 1,
- "inspectionName": "inspection list name example",
- "scheduleFrequency": "daily",
- "repeatEvery": 1,
- "repeatsOnDays": "1",
- "repeatsDayOfWeek": 1,
- "repeatsDayOfMonth": "First",
- "repeatsYearlyOnDay": 1,
- "repeatsYearlyOnMonth": 1,
- "sections": [
- {
- "id": 1,
- "name": "section name example",
- "inspectionPoints": [
- {
- "inspectionItem": "review tires"
}
]
}
]
}
], - "metadata": {
- "count": "30",
- "limit": "1",
- "offset": "0"
}
}