---
title: "api/inspections POST
Register a new hive inspection the 'inspection' object. The object reflects only the general inspection data."
method: POST
path: "/api/inspections/store"
tags: ["Api\\InspectionsController"]
---

# api/inspections POST
Register a new hive inspection the 'inspection' object. The object reflects only the general inspection data.

`POST /api/inspections/store`

## Headers

- `Authorization` string
- `Content-Type` string
- `Accept` string
- `Accept-language` string

## Request body

- object
  - `date` string, required — The (local time) date time of the inspection.
  - `items` object, required — An object of category id's containing their inspected values (id's in case of lists, otherwise numeric/textual values).
  - `hive_id` integer — Het value veld is verplicht wanneer <code>hive_ids</code> niet aanwezig is.
  - `hive_ids` string[], required — Array of Hive ids to which this inspection should be linked.
  - `location_id` string — id to which this inspection should be linked.
  - `id` integer — If provided, edit and do not create inspection. Required to edit the inspection.
  - `impression` integer — Numeric impression value -1 (unfilled) to 1-3 (smileys).
  - `attention` integer — Numeric impression value -1 (unfilled) to 0-1 (needs attention).
  - `reminder` string — Textual value of the reminder fields.
  - `reminder_date` string — The (local time) date time for an optional reminder that can be fed to the users calender.
  - `notes` string — Textual value of the notes fields.
  - `checklist_id` integer — Id of the user checklist for generating this inspection.

## Changes

> 15 revisions in range; 1 could not be searched.

- **2023-05-10** `f514370b41c6` — 1 info
  - added the new optional request property `hive_id`
- **2022-06-20** `a87569f002e1` — 1 info
  - added the new optional `header` request parameter `Accept-language`
- **2022-06-10** `568ca15f3476` — 2 warning
  - deleted the `header` request parameter `Accept-language`
  - removed the request property `hive_id`

[Change history](https://skmtc.dev/beepnl/apis/beep/changes/api/inspections/store/post.md)

---

[API](https://skmtc.dev/beepnl/apis/beep.md) · [All operations](https://skmtc.dev/beepnl/apis/beep/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beepnl/beep/revisions/7f1e35deb524/schema)
