Changes to api/inspections/hive/{hive_id} GET List all inspections linked to Hive id. The 'inspections' object contains a descending date ordered list of general inspection data. The 'items_by_date' object contains a list of (rows of) inspection items that can be placed (in columns) under the inspections by created_at date (table format). NB: Use 'Accept-Language' Header (default nl_NL) to provide localized category names (anc, name) in items_by_date.
GET /api/inspections/hive/{hive_id}
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 3 of the 15 revisions of this API.112
What changed
- ○
added optional request body
request-body-added-optional
- ○
- ○
added the new optional
headerrequest parameterAccept-languagenew-optional-request-parameter
- ○
- ▲
removed the request body
request-body-removed
- ●
deleted the
headerrequest parameterAccept-languagerequest-parameter-removed
- ▲